sphinxcontrib.argdoc package

Extension for the Sphinx documentation engine. Programatically generates tables describing command-line arguments for Python modules that use ArgumentParser to parse arguments. These tables are then inserted into descriptions generated by the :automodule: directive used by the Sphinx autodoc extension.

sphinxcontrib.argdoc.setup(app)[source]

Set up sphinxcontrib.argdoc extension and register it with Sphinx

Parameters:

app

Sphinx application instance

Subpackages