package documentation

PyDoctor, an API documentation generator for Python libraries.

Warning: PyDoctor's API isn't stable YET, custom builds are prone to break!

Module astbuilder Convert ASTs into pydoctor.model.Documentable instances.
Module astutils Various bits of reusable code related to ast.AST node processing.
Module driver The command-line parsing and entry point.
Package epydoc epydoc is an automatic Python reference documentation generator. pydoctor uses parts of the epydoc source as a library.
Module epydoc2stan Convert pydoctor.epydoc parsed markup into renderable content.
Module model Core pydoctor objects.
Package napoleon Convert docstrings from numpy or google style format to reST.
Module node2stan Helper function to convert docutils nodes to Stan tree.
Module sphinx Support for Sphinx compatibility.
Package sphinx​_ext Public and private extensions for Sphinx.
Module stanutils Utilities related to Stan tree building and HTML flattening.
Package templatewriter Render pydoctor data as HTML.
Package test PyDoctor's test suite.
Package themes Package directory used to store pydoctor templates.
Module zopeinterface Support for Zope interfaces.
Module __main__ Undocumented

From __init__.py:

Variable __version__ Undocumented
__version__ =

Undocumented