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.
