On Mar 4, 11:27 am, Sebastian Schaetz <seb.scha...@googlemail.com>
wrote:
> On Mar 3, 11:11 pm, Chris Withers <ch...@simplistix.co.uk> wrote:
>
> > Hi All,
>
> > Has anyone done anything by way of flowcharts or similar with Sphinx?
>
> Maybe the graphviz extension is what you are looking 
> for:http://sphinx.pocoo.org/ext/graphviz.htmlGraphviz allows you to
> create graphs like this:http://www.graphviz.org/Gallery.php
>
The directive

.. inheritance-diagram:: <module here>

uses graphviz to generate such a diagram.   Uses the extension
sphinx.ext.inheritance_diagram.
No links on it though.

--
Anita

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to