Skip to content

Commit

Permalink
feat: Replace modules that will be shown in website
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei00764 committed Dec 12, 2024
1 parent 9625773 commit 617396e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,27 @@ Example code:
API Reference
--------------

.. automodule:: tools.hardware_test.test_dexhand
.. automodule:: pyzlg_dexhand.dexhand_interface
:members:
:undoc-members:
:show-inheritance:

.. automodule:: tools.hardware_test.test_dexhand_interactive
.. automodule:: pyzlg_dexhand.dexhand_protocol
:members:
:undoc-members:
:show-inheritance:

.. automodule:: examples.ros2_demo.dexhand_ros2
.. automodule:: pyzlg_dexhand.dexhand_protocol.commands
:members:
:undoc-members:
:show-inheritance:

.. automodule:: examples.ros2_demo.dexhand_ros2_test
:members:
:undoc-members:
:show-inheritance:
.. automodule:: pyzlg_dexhand.dexhand_protocol.messages
:members:
:undoc-members:
:show-inheritance:

.. automodule:: pyzlg_dexhand.zcan_wrapper
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 617396e

Please sign in to comment.