Skip to main content

Sphinx API documentation generator

Project description

Documentation Github Build Status PyPI Version Supported Python Versions Formatted with Black

Sphinx AutoAPI is a Sphinx extension for generating complete API documentation without needing to load, run, or import the project being documented.

In contrast to the traditional Sphinx autodoc, which requires manual authoring and uses code imports, AutoAPI finds and generates documentation by parsing source code.

For more information, see the full documentation.

Getting Started

The following steps will walk through how to add AutoAPI to an existing Sphinx project. For instructions on how to set up a Sphinx project, see Sphinx’s documentation.

Installation

AutoAPI can be installed through pip:

pip install sphinx-autoapi

Next, add and configure AutoAPI in your Sphinx project’s conf.py.

extensions.append('autoapi.extension')

autoapi_dirs = ['path/to/source/files', 'src']

When the documentation is built, AutoAPI will now generate API documentation into an autoapi/ directory and add an entry to the documentation in your top level table of contents!

To configure AutoAPI behaviour further, see the Configuration documentation.

Contributing

Running the tests

Tests are executed through tox.

tox

Code Style

Code is formatted using black.

You can check your formatting using black’s check mode:

tox -e formatting

You can also get black to format your changes for you:

black autoapi/ tests/

You can even get black to format changes automatically when you commit using pre-commit:

pip install pre-commit
pre-commit install

Release Notes

Release notes are managed through towncrier. When making a pull request you will need to create a news fragment to document your change:

tox -e release_notes -- create --help

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License. See the LICENSE.rst file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx-autoapi-3.0.0a4.tar.gz (61.7 kB view details)

Uploaded Source

Built Distribution

sphinx_autoapi-3.0.0a4-py2.py3-none-any.whl (36.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file sphinx-autoapi-3.0.0a4.tar.gz.

File metadata

  • Download URL: sphinx-autoapi-3.0.0a4.tar.gz
  • Upload date:
  • Size: 61.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for sphinx-autoapi-3.0.0a4.tar.gz
Algorithm Hash digest
SHA256 d2b7f802d5cb0c9506aa047e072db554c9a571e9719fdf2b7908a00587b1a213
MD5 869fae08833e26b0144564f6a9ecbd77
BLAKE2b-256 bcd68c53ee97053614044c0cb5e6500683c27440b5bcc07dc2dc6da89bc8616e

See more details on using hashes here.

Provenance

File details

Details for the file sphinx_autoapi-3.0.0a4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_autoapi-3.0.0a4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3ec905042d92c61a5cdb33d75301388ded59f873cd2cbf7acb5ab0537ef3df92
MD5 c7e85a14f3e4e15a0960e9ea3d169046
BLAKE2b-256 b005b59d01c389f987ff2fb4cd6ca70e396d15f1829ea529130ff461bc920cc3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page