This is a Sphinx extension to generate API documentation for the config system of dhSegment using the built-in autosummary extension.
The extension makes it possible to lookup the config type name of a class and add a third column to the autosummary usual two columns.
- Install the module using pip.
pip install git+https://github.com/raphaelBarman/sphinx-autosummary-dhsegment.git@master
- Enable it in
conf.py
.
extensions = ['sphinx.ext.autosummary', 'sphinx_autosummary_dhsegment']
autosummary_generate = True
- When needed, replace
autosummary
byautosummarydhsegment