[ trixie ]
[ sid ]
[ 源代码: python-autodocsumm ]
软件包:python3-autodocsumm(0.2.14-2)
python3-autodocsumm 的相关链接
Debian 的资源:
下载源码包 python-autodocsumm:
- [python-autodocsumm_0.2.14-2.dsc]
- [python-autodocsumm_0.2.14.orig.tar.gz]
- [python-autodocsumm_0.2.14-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Extended sphinx autodoc including automatic autosummaries (Python 3)
This sphinx extension provides some useful extensions to the Sphinxs autodoc extension. Those are
* It creates a Table of Contents in the style of the autosummary extension with methods, classes, functions and attributes * As you can include the __init__ method documentation for via the autoclass_content configuration value, it provides the autodata_content configuration value to include the documentation from the __call__ method. * You can exclude the string representation of specific objects. E.g. if you have a large dictionary using the not_document_data configuration value.
This package contains the Python 3 version.
其他与 python3-autodocsumm 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-sphinx
- documentation generator for Python projects
-
- sug: python-autodocsumm-doc
- Extended sphinx autodoc including automatic autosummaries (Documentation)