1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
Source: python-autodocsumm
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
python3-all,
Build-Depends-Indep:
pybuild-plugin-pyproject,
python3-bs4 <!nocheck>,
python3-doc <!nodoc>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nocheck> <!nodoc>,
python3-sphinx-rtd-theme <!nocheck>,
python3-versioneer,
sphinx-doc <!nodoc>,
Standards-Version: 4.7.0
Homepage: https://github.com/Chilipp/autodocsumm
Vcs-Git: https://salsa.debian.org/python-team/packages/python-autodocsumm.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-autodocsumm
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-autodocsumm-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Extended sphinx autodoc including automatic autosummaries (Documentation)
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 documentation for python3-autodocsumm.
Package: python3-autodocsumm
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-autodocsumm-doc
Description: 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.
|