{"categories":[{"label":"Documentation","url":"https://skillfed.io/packages/category/documentation"}],"enrichment":{"capability":"A Sphinx extension that enhances autodoc with automatic summary tables for classes, methods, functions, and attributes in generated API documentation.","skillfed_tags":["sphinx-extension","api-documentation"],"use_cases":["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."],"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.\n\nThe 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.","worth_installing":"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."},"id":"autodocsumm","links":{"html":"https://skillfed.io/packages/autodocsumm","md":"https://skillfed.io/packages/autodocsumm.md","pypi":"https://pypi.org/project/autodocsumm/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-26","license_spdx":null,"license_treatment":"permissive","name":"autodocsumm","python_support":"supports_current","summary":"Extended sphinx autodoc including automatic autosummaries"},"popularity":{"monthly_downloads":916718,"position":4730,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.15"}
