> > https://pythonhosted.org/sphinxcontrib-aafig/ > > > > I've not actually played with it at all, but I like the idea that > > we'd have readable diagrams in the source docs as well... > > Well, maybe. I agree having it readable in the source docs as well is > nice, but for sequence diagrams in particular, I don't think > > +-------+ +-----------+ > | Hello +-------->+ aafigure! | > +-------+ +-----------+ > > really beats > > Hello -> aafigure! I found another one: https://pypi.python.org/pypi/sphinxcontrib-plantuml That one has really nice output and features, but ends up being a *java* (of all the things) tool that the thing calls out to ... Perhaps we can have a compromise and embed the raw text when the tooling isn't all installed, so you can still build useful documentation, but to get all the "prettiness" you might have to install more dependencies? johannes