[ 原始碼: sphinxcontrib-autoprogram ]
套件:python3-sphinxcontrib.autoprogram(0.1.5-2)
python3-sphinxcontrib.autoprogram 的相關連結
Debian 的資源:
下載原始碼套件 sphinxcontrib-autoprogram:
- [sphinxcontrib-autoprogram_0.1.5-2.dsc]
- [sphinxcontrib-autoprogram_0.1.5.orig.tar.gz]
- [sphinxcontrib-autoprogram_0.1.5-2.debian.tar.xz]
維護小組:
- Debian Med Packaging Team (QA 頁面, 郵件存檔)
- Tim Booth (QA 頁面)
- Andreas Tille (QA 頁面)
- Kevin Murray (QA 頁面)
外部的資源:
- 主頁 [pythonhosted.org]
相似套件:
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.
其他與 python3-sphinxcontrib.autoprogram 有關的套件
|
|
|
|
-
- 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