python3-sphinx-autoapi

Automatic doc generation by parsing source code (Sphinx extension)
  https://github.com/readthedocs/sphinx-autoapi
  0
  no reviews



Sphinx AutoAPI provides "autodoc" style documentation for multiple programming languages without needing to load, run, or import the project being documented.

In contrast to the traditional Sphinx autodoc, which is Python-only and uses code imports, AutoAPI finds and generates documentation by parsing source code.