autodocsumm
Extended sphinx autodoc including automatic autosummaries
What it is and what it does
autodocsumm is a Sphinx extension that augments the built-in autodoc extension to automatically generate summary tables in API documentation. When you document a module, class, or function using autodoc directives, autodocsumm adds a table-of-contents-style summary listing all methods, classes, functions, and attributes at the top of the generated documentation, similar to the autosummary extension but integrated directly into autodoc output.
The extension also adds configuration options to include documentation from special methods like `__call__` (via autodata_content) and to exclude the string representation of large objects (via not_document_data). It requires only Sphinx to run and integrates by adding 'autodocsumm' to your Sphinx conf.py extensions list, then using the :autosummary: option on autodoc directives or enabling it globally via autodoc_default_options.
Use it for:
- Generate API reference docs with automatic summary tables for large module hierarchies without manual curation.
- Include __call__ method documentation in class autodoc output for callable objects and functors.
- Exclude verbose string representations of configuration dictionaries or large data structures from generated docs.
- Activate summary tables globally across all autodoc directives in a Sphinx project via conf.py configuration.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Sphinx extension that enhances autodoc with automatic summary tables for classes, methods, functions, and attributes in generated API documentation.
Yes. Low install friction, no known vulnerabilities, permissive license, active maintenance, and production-stable status. Install if you use Sphinx autodoc and want automatic summary tables in your API documentation without manual configuration per directive.
Install
autodocsumm on PyPI
pip
pip install autodocsummuv
uv add autodocsummpoetry
poetry add autodocsummInstalling autodocsumm
Before you install
Low friction install with only Sphinx as a runtime dependency. Actively maintained with recent releases; last commit 2026-03-26 and marked as production-stable.
License in practice
Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions beyond attribution and liability disclaimers.
Quickstart
pip install autodocsumm
In conf.py:
extensions = [
'sphinx.ext.autodoc',
'autodocsumm',
]
Then use :autosummary: option on autodoc directives or set autodoc_default_options = {'autosummary': True}
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — Sphinx |
| Maintenance | actively maintained — 141 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 916,718/month — #4,730 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: autodocsumm-0.2.15-py3-none-any.whl
Keywords: sphinx, autodoc, autosummary, content, table
Tags
More Documentation packages
Docutils converts plaintext documentation in…
unclear · top 1,000 on PyPI
SphinxSphinx generates professional documentation…
permissive · top 1,000 on PyPI
griffeGriffe extracts the complete structure and…
permissive · top 1,000 on PyPI
sphinxcontrib-serializinghtmlA Sphinx extension that outputs documentation…
permissive · top 1,000 on PyPI
alabasterAlabaster is a clean, responsive Sphinx theme…
permissive · top 1,000 on PyPI
sphinxcontrib-htmlhelpA Sphinx extension that generates HTML help…
permissive · top 1,000 on PyPI
autodoc_pydanticSphinx extension that automatically generates…
permissive · top 15,000 on PyPI
sphinx-autoapiSphinx AutoAPI generates complete API…
permissive · top 5,000 on PyPI
sphinx-autosummary-accessorsA Sphinx extension that generates proper…
permissive · top 15,000 on PyPI
sphinxcontrib-apidocA Sphinx extension that automatically runs…
permissive · top 15,000 on PyPI
sphinxcontrib-autoyamlA Sphinx extension that auto-generates…
permissive · top 15,000 on PyPI
sphinxcontrib-djangoA Sphinx extension that enhances autodoc output…
permissive · top 15,000 on PyPI
autoclasstocGenerates a structured table of contents for…
unclear · top 15,000 on PyPI
sphinx-clickSphinx-click is a Sphinx extension that…
permissive · top 15,000 on PyPI
sphinx-autodoc-typehintsAutomatically extracts Python type hints from…
permissive · top 5,000 on PyPI
sphinx-last-updated-by-gitA Sphinx extension that automatically extracts…
permissive · top 15,000 on PyPI