sphinxcontrib-inheritance is a Sphinx extension that provides Tryton-specific markup.InstallationThis extension can be installed from the Python Package Index:pip install sphinxcontrib-inheritanceAlternatively, you can clone the inheritance repository...

sphinxcontrib-issuetracker is a Sphinx extension that parses textual issue references like #10 and turns these into references into an issue tracker.Currently the following issue trackers are supported: * GitHub * BitBucket *...

sphinxcontrib-nwdiag contains the nwdiag Sphinx extension.This extension enable you to insert network diagrams in your Sphinx document. Following code is sample:.. nwdiag:: diagram { network { web01; web02; } network { web01;...

sphinxcontrib-plantuml is a plantuml extension for Sphinx.First, you may need to specify plantuml command in your conf.py:plantuml = ['java', '-jar', '/path/to/plantuml.jar']Instead, you can install a wrapper script in your PATH:% cat < < EOT >...

sphinxcontrib-proceduralimage adds the proceduralimage directive to Sphinx.It allows a python code snippet to be supplied, that generates an image, that will be included in the documentation.It adds a single directive, proceduralimage. It takes a block of...

sphinxcontrib-programoutput is a Sphinx extension that executes programs during the build step and includes their output into the documentation. It supports the sphinxcontrib-ansi extension to turn colored output of programs in pretty-formatted...

sphinxcontrib-rawfiles is a Sphinx extension to copy raw files, like a CNAME.SettingYou can get archive file at http://bitbucket.org/birkenfeld/sphinx-contrib/Installeasy_install sphinxcontrib-rawfilesConfigure SphinxTo enable this extension, add...