python3-autodocsumm

Extended sphinx autodoc including automatic autosummaries (Python 3)

Description

This sphinx extension provides some useful extensions to the Sphinxs autodoc extension. Those are
 * It creates a Table of Contents in the style of the autosummary extension
   with methods, classes, functions and attributes
 * As you can include the __init__ method documentation for via the
   autoclass_content configuration value, it provides the autodata_content
   configuration value to include the documentation from the __call__
   method.
 * You can exclude the string representation of specific objects. E.g. if
   you have a large dictionary using the not_document_data configuration
   value.

This package contains the Python 3 version.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/Chilipp/autodocsumm


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-autodocsumm