API Reference#

C++ API (Doxygen)#

We generate C++ API docs with Doxygen and expose them in Sphinx via Breathe.

Note

Run Doxygen first, then build Sphinx:

cd docs
# 1) Run doxygen
# doxygen Doxyfile

# 2) Build Sphinx
# make html

Python API#

The Python bindings live under python/routing/ and are exposed via the routing package.