qubic.sphinx.graphvizinclude 0.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

qubic.sphinx.graphvizinclude 0.1

Contents

qubic.sphinx.graphvizinclude

Overview
Installation
Registering the Extension
Using the Extension
change history





qubic.sphinx.graphvizinclude

Overview
This package defines an extension for the
Sphinx documentation system. The extension
allows generation of Graphviz from external .dot resources


Installation
Install via easy_install:
$ bin/easy_install qubic.sphinx.graphvizinclude
or any other means which gets the package on your PYTHONPATH.


Registering the Extension
Add qubic.sphinx.graphvizinclude to the extensions list in the
conf.py of the Sphinx documentation for your product. E.g.:
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.doctest',
'qubic.sphinx.graphvizinclude',
]


Using the Extension
At appropriate points in your document, call out the interface
autodocs via:
.. graphvizinclude:: ./path_to/graph_definition.dot


change history
0.1
first release

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.