sphinxcontrib-automodapi

Sphinx extension for auto-generating API documentation for entire modules


License
BSD-1-Clause
Install
pip install sphinxcontrib-automodapi==0.5

Documentation

Travis Status AppVeyor status Coverage Status PyPI

About

This is a Sphinx extension to automatically generate API pages for whole modules. It was originally developed for the Astropy project but is now available as a standalone package since it can be used for any other package. The documentation can be found on ReadTheDocs.

This extension was copied from its original form from the Astropy project for use with the ProPlot project, in order to change a few hard-coded settings that could not be changed with the existing API.