autoapi icon indicating copy to clipboard operation
autoapi copied to clipboard

Automatic Python API reference documentation generator for Sphinx, inspired by Doxygen.

Results 6 autoapi issues
Sort by recently updated
recently updated
newest added

What's the difference between this code base and https://sphinx-autoapi.readthedocs.io ?? It's confusing to know which to implement for auto-documenting functionality.

Hi! I'm packaging python-autoapi for Arch Linux. Generally we try to use the pypi sdist tarballs for packaging, because they provide better naming schemes. Would it be possible to include...

- Better looking. - Include documentation that it can be used with Napoleon. https://sphinxcontrib-napoleon.readthedocs.io/en/latest/ - Include a video showing how to setup everything.

enhancement

I'm aware that docstring summary lines that are actually longer than one line are not PEP 257 compliant – but they do appear in practice, in particular if you have...

Hello, I'm using your Sphinx extension to document a gut set of Python files. My project contains 73 Python packages with hundreds of classes and even more methods. I like...

Looks like autoapi` documentation needs to be updated for `sphinx` 6.x. ```console + /usr/bin/sphinx-build -n -T -b man doc build/sphinx/man Running Sphinx v6.1.3 making output directory... done Traceback (most recent...