[ ソース: 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
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-six
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- dep: python3-sphinx
- documentation generator for Python projects