[ ソース: python-sphinx-autodoc2 ]
パッケージ: python3-sphinx-autodoc2 (0.5.0-5)
python3-sphinx-autodoc2 に関するリンク
Debian の資源:
python-sphinx-autodoc2 ソースパッケージをダウンロード:
- [python-sphinx-autodoc2_0.5.0-5.dsc]
- [python-sphinx-autodoc2_0.5.0.orig.tar.gz]
- [python-sphinx-autodoc2_0.5.0-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
Sphinx extension to automatically generate API doc for Py packages
There is no need to install your package to generate the documentation, and `sphinx-autodoc2` will correctly handle `if TYPE_CHECKING` blocks and other typing only features. You can even document packages from outside the project (via `git clone`).
その他の python3-sphinx-autodoc2 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-astroid
- rebuild a new abstract syntax tree from Python's AST (Python3)
-
- dep: python3-rich
- render rich text, tables, progress bars, syntax highlighting, markdown and more
-
- dep: python3-tomli
- lil' TOML parser for Python
- または python3-supported-min (>= 3.11)
- パッケージは利用できません
-
- dep: python3-typer
- Python library for building CLI applications (Python 3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python