[ Bron: sphinxcontrib-autoprogram ]
Pakket: python3-sphinxcontrib.autoprogram (0.1.5-2)
Verwijzigingen voor python3-sphinxcontrib.autoprogram
Debian bronnen:
Het bronpakket sphinxcontrib-autoprogram downloaden:
- [sphinxcontrib-autoprogram_0.1.5-2.dsc]
- [sphinxcontrib-autoprogram_0.1.5.orig.tar.gz]
- [sphinxcontrib-autoprogram_0.1.5-2.debian.tar.xz]
Beheerders:
- Debian Med Packaging Team (QA-pagina, Mailarchief)
- Tim Booth (QA-pagina)
- Andreas Tille (QA-pagina)
- Kevin Murray (QA-pagina)
Externe bronnen:
- Homepage [pythonhosted.org]
Vergelijkbare pakketten:
automated documentation of CLI programs for Sphinx (Python 3)
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.
In order to use it, add sphinxcontrib.autoprogram into extensions list of your Sphinx configuration file (conf.py)
This package contains the Python 3 version.
Andere aan python3-sphinxcontrib.autoprogram gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-sphinx
- documentation generator for Python projects