skillfed

autodocsumm

Extended sphinx autodoc including automatic autosummaries

autodocsumm v0.2.15 916.7K downloads/30d#4,730 on PyPI53
Permissive license Apache-2.0 Active released

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 autodocsumm

uv

uv add autodocsumm

poetry

poetry add autodocsumm

Installing 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

Development Status :: 5 - Production/StableFramework :: SphinxFramework :: Sphinx :: ExtensionIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Documentation

Tags

sphinx autodoc summary tablesapi documentation autosummarysphinx extension autodoc enhancementautomatic api doc tablessphinx class method documentationautodoc table of contents generator
sphinx-extensionapi-documentation

More Documentation packages

docutils

Docutils converts plaintext documentation in…

unclear · top 1,000 on PyPI

Sphinx

Sphinx generates professional documentation…

permissive · top 1,000 on PyPI

griffe

Griffe extracts the complete structure and…

permissive · top 1,000 on PyPI

sphinxcontrib-serializinghtml

A Sphinx extension that outputs documentation…

permissive · top 1,000 on PyPI

alabaster

Alabaster is a clean, responsive Sphinx theme…

permissive · top 1,000 on PyPI

sphinxcontrib-htmlhelp

A Sphinx extension that generates HTML help…

permissive · top 1,000 on PyPI

autodoc_pydantic

Sphinx extension that automatically generates…

permissive · top 15,000 on PyPI

sphinx-autoapi

Sphinx AutoAPI generates complete API…

permissive · top 5,000 on PyPI

sphinx-autosummary-accessors

A Sphinx extension that generates proper…

permissive · top 15,000 on PyPI

sphinxcontrib-apidoc

A Sphinx extension that automatically runs…

permissive · top 15,000 on PyPI

sphinxcontrib-autoyaml

A Sphinx extension that auto-generates…

permissive · top 15,000 on PyPI

sphinxcontrib-django

A Sphinx extension that enhances autodoc output…

permissive · top 15,000 on PyPI

autoclasstoc

Generates a structured table of contents for…

unclear · top 15,000 on PyPI

sphinx-click

Sphinx-click is a Sphinx extension that…

permissive · top 15,000 on PyPI

sphinx-autodoc-typehints

Automatically extracts Python type hints from…

permissive · top 5,000 on PyPI

sphinx-last-updated-by-git

A Sphinx extension that automatically extracts…

permissive · top 15,000 on PyPI