Software Details:
Version: 0.8
Upload Date: 14 Apr 15
Distribution Type: Freeware
Downloads: 35
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 HTML.
Installation
This extension can be installed from the Python Package Index:
pip install sphinx-contrib.programoutput
Alternatively, you can clone the sphinx-contrib repository from BitBucket, and install the extension directly from the repository:
hg clone http://bitbucket.org/birkenfeld/sphinx-contrib
cd sphinx-contrib/programoutput
python setup.py install
Usage
Please refer to the documentation for further information.
Requirements:
- Python
- Sphinx
Comments not found