Skip to content

Commit fe1716c

Browse files
Fixes broken simulation link on the homepage, and adds mkdocs-jupyter to render notebooks (#15)
* Fixed broken simulation link on the homepage * Added mkdocs-jupyter to get notebooks to build into the docs * Updated the submodule ref for stretch_mujoco
1 parent b76ad12 commit fe1716c

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

docs/overrides/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ <h2>
430430
</span>
431431
Simulating Stretch
432432
</h2>
433-
<a href="stretch_mujoco/stretch_mujoco">Stretch Mujoco Docs</a>
433+
<a href="stretch-mujoco">Stretch Mujoco Docs</a>
434434
<a href="https://github.com/hello-robot/stretch_ros2/tree/humble/stretch_simulation">Stretch ROS2 Simulation</a>
435435
<a href="https://github.com/CardiffUniversityComputationalRobotics/stretch_ros2">Community ROS2 with Gazebo</a>
436436
<a href="https://github.com/google-deepmind/mujoco_menagerie/tree/main/hello_robot_stretch">Deepmind MuJoCo Menagerie</a>

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ markdown_extensions:
4545
plugins:
4646
- search
4747
- monorepo
48+
- mkdocs-jupyter:
49+
include: ["*.ipynb"]
4850
- glightbox:
4951
skip_classes:
5052
- glightbox-skip

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ mkdocs-same-dir
1111
mkdocs-redirects
1212
mkdocs-glightbox
1313
mkdocs-include-markdown-plugin
14+
mkdocs-jupyter

0 commit comments

Comments
 (0)