{"categories":[{"label":"Sphinx","url":"https://skillfed.io/packages/category/documentation-sphinx"}],"enrichment":{"capability":"Sphinx extension that automatically generates API documentation pages for entire Python modules, reducing manual documentation overhead by introspecting module contents.","skillfed_tags":["documentation-automation","sphinx-extension"],"use_cases":["Generate API reference documentation for a Python library without manually creating individual documentation files for each module.","Keep API docs in sync with code by automatically reflecting module structure and public APIs during documentation builds.","Reduce documentation maintenance overhead in projects where modules change frequently or have many submodules.","Create consistent, searchable API reference pages that Sphinx can integrate into a larger documentation site."],"what_it_does":"sphinx-automodapi is a Sphinx extension that inspects Python modules and automatically generates API documentation pages without requiring manual page creation or detailed docstring scaffolding. It was originally built for the Astropy project but works as a standalone tool for any Python package. The extension reads module structure and docstrings, then outputs formatted API reference pages that Sphinx can build into HTML or other formats.\n\nThe package depends on Sphinx for the documentation framework and packaging for version handling. It targets developers who maintain Python libraries and want to reduce the burden of keeping API documentation synchronized with code changes. The extension is stable (production status) and actively maintained, though the Astropy project notes that feature additions are limited to what the project itself requires.","worth_installing":"Yes, if you maintain a Python package and use Sphinx for documentation. The low install friction, permissive license, active maintenance, and zero known vulnerabilities make it a safe choice. The main caveat is that feature development is limited to Astropy's own needs, so highly specialized requirements may not be addressed\u2014but for standard API documentation generation, it is reliable and well-established."},"id":"sphinx-automodapi","links":{"html":"https://skillfed.io/packages/sphinx-automodapi","md":"https://skillfed.io/packages/sphinx-automodapi.md","pypi":"https://pypi.org/project/sphinx-automodapi/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-12-13","license_spdx":null,"license_treatment":"permissive","name":"sphinx-automodapi","python_support":"supports_current","summary":"Sphinx extension for auto-generating API documentation for entire modules"},"popularity":{"monthly_downloads":200581,"position":9689,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.22.0"}
