API documentation of pysphinxdocΒΆ

Pysphinxdoc is a tool for generating automatically API documentation for Python modules, based on their reStructuredText docstrings, using the scikit-learn theme and Sphinx.


pysphinxdoc.docgen

Provide a 'DocHelperWriter' class to generate the Sphinx complient documentation of a module.

pysphinxdoc.utils

Provide usefull functions to interpret a Python code.