Skip to main content

Sphinx extension: graphviz generation of external dot files

Project description

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

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qubic.sphinx.graphvizinclude-0.1.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page