Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/api_cpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Simple IK
.. autodoxygenindex::
:project: roboplan_simple_ik

Optimal IK (OInK)
----

.. autodoxygenindex::
:project: roboplan_oink

RRT
---

Expand Down
4 changes: 2 additions & 2 deletions docs/source/api_py.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
API Reference (Python)
======================

The Python API consists mostly of bindings autogenerated using `nanobind`.
The Python API consists mostly of bindings autogenerated using ``nanobind``.

As such, the Python API docs below may not contain as many comments as the C++ API docs.
Refer to the C++ API Reference page for more complete information.

.. toctree::
::maxdepth: 2
:maxdepth: 2
:glob:

autoapi/roboplan/roboplan_ext/*
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"roboplan_simple_ik",
"roboplan_toppra",
"roboplan_example_models",
"roboplan_oink",
]:
# Generate Doxygen XML and add it to the breathe projects.
subprocess.call(f"cd ../../{package}/docs; rm -rf html/ xml/; doxygen", shell=True)
Expand Down
Loading