API === Python API (autodoc) -------------------- Add Python modules here to be autodocumented by Sphinx. Example: .. automodule:: littlebot.some_module :members: :undoc-members: :show-inheritance: C++ API (via Doxygen) --------------------- See the C++ API generated from the source using Doxygen and Breathe in `C++ API `_.