Skip to content

sphinx-contrib/autoprogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7cad48 · Mar 13, 2024
Mar 13, 2024
Mar 13, 2024
Mar 11, 2024
Feb 9, 2021
Jan 9, 2024
Dec 12, 2018
Feb 9, 2021
Feb 9, 2021
Feb 9, 2021
Feb 27, 2018
Mar 13, 2024
Mar 13, 2024

Repository files navigation

sphinxcontrib.autoprogram

Latest PyPI version Documentation Status Build Status

This contrib extension, sphinxcontrib.autoprogram, provides an automated way to document CLI programs. It scans argparse.ArgumentParser object, and then expands it into a set of .. program:: and .. option:: directives.

Install using pip:

$ pip install sphinxcontrib-autoprogram

You can find the documentation from the following URL:

https://sphinxcontrib-autoprogram.readthedocs.io/