Skip to content
Snippets Groups Projects
Commit 89060085 authored by Leon Michel Gorißen's avatar Leon Michel Gorißen
Browse files

feat: Add dynamics learning documentation to CI build and index

- Updated .gitlab-ci.yml to include copying dynamics_learning/README.rst to docs/dynamics.rst.
- Modified docs/index.rst to include dynamics.rst in the table of contents.
parent 04ffb58e
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ pages: ...@@ -7,6 +7,7 @@ pages:
- cp catkin_ws/README.rst docs/catkin.rst - cp catkin_ws/README.rst docs/catkin.rst
- cp coscine_watchdog/README.rst docs/coscine.rst - cp coscine_watchdog/README.rst docs/coscine.rst
- cp franka_lock_unlock/README.rst docs/franka.rst - cp franka_lock_unlock/README.rst docs/franka.rst
- cp dynamics_learning/README.rst docs/dynamics.rst
- python -m sphinx -b html docs/ public - python -m sphinx -b html docs/ public
artifacts: artifacts:
paths: paths:
......
.. include:: ../README.rst .. include:: ../README.rst
.. the files catkin, coscine, franka and dynamics are being copied here from their directories as part of the build pipeline.
Contents Contents
-------- --------
.. toctree:: .. toctree::
...@@ -8,6 +9,7 @@ Contents ...@@ -8,6 +9,7 @@ Contents
catkin catkin
coscine coscine
franka franka
dynamics
metadata metadata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment