Pyterate is open source Sphinx add-ons which provide two tools for Python projects. The first one generates automatically the RST files for an API documentation based on the autogen extension. The second one provides a document generator based on the concept of literate programming which can be used to make an example's based documentation.
The documentation is available on the Pyterate Home Page.
The documentation generator features:
- intermixing of code, text, LaTeX formulae, figures and plots
- use the reStructuredText or Markdown syntax for text
- use the Sphinx generator
- embed computations in the text content
- generation of circuit schematics using Circuit_macros
- generation of figures using Tikz
- generation of plots using Matplotlib
Look at the installation section in the documentation.
Authors: Fabrice Salvaire
Extracted source from https://github.com/FabriceSalvaire/PySpice