Python package documentation generation tool.
API documentation of pysphinxdoc¶
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.
- Classes:
pysphinxdoc.utils¶
Provide usefull functions to interpret a Python code.
Follow us