welcome to sphinxcontrib-argdoc¶
Introduction¶
sphinxcontrib.argdoc is an extension for the Sphinx documentation engine.
It automatically generates tables describing command-line arguments
for executable scripts written in Python, and inserts
those tables into the scripts’ :automodule: documentation. The
only requirements are:
- The exectuable scripts use the Python
argparsemodule for argument parsing- The
rststub files for the scripts include the:automodule:directive (which they will, by default, if you use sphinx-apidoc).
To start using sphinxcontrib.argdoc, see the Quickstart guide.