Skip to content

Commit

Permalink
Update mplib API Reference with new API
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Feb 6, 2024
1 parent 3dde1b6 commit ce707d0
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 45 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
myst-parser
sphinx-rtd-theme
sphinx-copybutton
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ API Reference
-------------

.. toctree::
:maxdepth: 1
:maxdepth: 2

mplib.pymp
pymp/index

Indices and tables
==================
Expand Down
42 changes: 0 additions & 42 deletions docs/source/mplib.pymp.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/mplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ mplib.planner
.. automodule:: mplib.planner
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/pymp/collision_detection/fcl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
fcl
----------

.. automodule:: mplib.pymp.collision_detection.fcl
:members:
:undoc-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions docs/source/pymp/collision_detection/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. automodule:: mplib.pymp.collision_detection
:members:
:undoc-members:
:show-inheritance:
44 changes: 44 additions & 0 deletions docs/source/pymp/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
mplib API Reference
======================

.. toctree::
:maxdepth: 1

../mplib
pymp

collision_detection
------------------------------------------

Collision detection submodule

.. toctree::
:maxdepth: 1

collision_detection/index

.. toctree::
:maxdepth: 2

collision_detection/fcl

kinematics
-------------------------------------------

Kinematics submodule

.. toctree::
:maxdepth: 2

kinematics/pinocchio
kinematics/kdl

planning
--------------------------

Planning submodule

.. toctree::
:maxdepth: 2

planning/ompl
7 changes: 7 additions & 0 deletions docs/source/pymp/kinematics/kdl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kdl
-------

.. automodule:: mplib.pymp.kinematics.kdl
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/pymp/kinematics/pinocchio.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pinocchio
--------------

.. automodule:: mplib.pymp.kinematics.pinocchio
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/pymp/planning/ompl.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ompl
------------

.. automodule:: mplib.pymp.planning.ompl
:members:
:undoc-members:
:show-inheritance:
4 changes: 4 additions & 0 deletions docs/source/pymp/pymp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.. automodule:: mplib.pymp
:members:
:undoc-members:
:show-inheritance:

0 comments on commit ce707d0

Please sign in to comment.