Files
sphinx/tests/roots/test-ext-graphviz/index.rst
Takeshi KOMIYA 14f58e6619 `sphinx.ext.graphviz`: show graph image in inline by default
To support subsutituion syntax, make graphviz node inline (ref: #1149).
Now graphviz directive behaves like ``image`` directive when no captions.
If specified, it generates ``figure`` node and ``caption`` node like
``figure`` directive.
2016-01-17 19:23:55 +09:00

14 lines
160 B
ReStructuredText

graphviz
========
.. digraph:: foo
:caption: caption of graph
bar -> baz
.. |graph| digraph:: bar
bar -> baz
Hello |graph| graphviz world