[ 源代码: 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 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
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