Skip to content

Commit

Permalink
Change source directory for automodules docs
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Oct 4, 2023
1 parent 82cba6f commit 06e8d68
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/modules/high_level.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
High Level
==========

.. automodule:: jaxsim.high_level
.. automodule:: src.jaxsim.high_level
:members:
2 changes: 1 addition & 1 deletion docs/modules/math.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Math
====

.. automodule:: jaxsim.math
.. automodule:: src.jaxsim.math
:members:

2 changes: 1 addition & 1 deletion docs/modules/parsers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Parsers
=======

.. automodule:: jaxsim.parsers
.. automodule:: src.jaxsim.parsers
:members:

2 changes: 1 addition & 1 deletion docs/modules/physics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Physics
=======

.. automodule:: jaxsim.physics
.. automodule:: src.jaxsim.physics
:members:

2 changes: 1 addition & 1 deletion docs/modules/simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Simulation
==========

.. automodule:: jaxsim.simulation
.. automodule:: src.jaxsim.simulation
:members:

2 changes: 1 addition & 1 deletion docs/modules/sixd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
SixD
==========

.. automodule:: jaxsim.sixd
.. automodule:: src.jaxsim.sixd
:members:

2 changes: 1 addition & 1 deletion docs/modules/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Utils
==========

.. automodule:: jaxsim.utils
.. automodule:: src.jaxsim.utils
:members:

0 comments on commit 06e8d68

Please sign in to comment.