Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 442 Bytes

File metadata and controls

22 lines (17 loc) · 442 Bytes

API Documentation

Automatically generate documentation from your source code using Sphinx's extensions. This approach keeps your API reference in sync with your codebase.

.. toctree::
   :maxdepth: 1
   :hidden:

   python
   doxygen
   rest-api

.. panel-box::
  :title: Languages
  :id: "api-languages"
  :class: my-panel

  * :doc:`Python <python>`
  * :doc:`Doxygen <doxygen>`
  * :doc:`REST API (Redocly) <rest-api>`