Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Add notebook repository documentation (#169)
Browse files Browse the repository at this point in the history
* Add notebook repository documentation

* Make repos alphabetical
  • Loading branch information
patrick-5546 authored Oct 1, 2023
1 parent 7c4cebc commit 8b7092d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/current/controller/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!!! quote "Source code"

The source code for Controller can be found in the
[controller](https://github.com/UBCSailbot/controller){target=_blank} GitHub repository.
Its README has been copied below.

--8<-- "https://raw.githubusercontent.com/UBCSailbot/controller/main/README.md"
7 changes: 7 additions & 0 deletions docs/current/notebooks/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!!! quote "Source code"

The source code for Notebooks can be found in the
[notebooks](https://github.com/UBCSailbot/notebooks){target=_blank} GitHub repository.
Its README has been copied below.

--8<-- "https://raw.githubusercontent.com/UBCSailbot/notebooks/main/README.md"
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,16 @@ nav:
- Launch Files: current/sailbot_workspace/launch_files.md
- Boat Simulator:
- Overview: current/boat_simulator/overview.md
- Controller:
- Overview: current/controller/overview.md
- Custom Interfaces:
- Overview: current/custom_interfaces/overview.md
- Local Pathfinding:
- Overview: current/local_pathfinding/overview.md
- Network Systems:
- Overview: current/network_systems/overview.md
- Notebooks:
- Overview: current/notebooks/overview.md
- Website:
- Overview: current/website/overview.md
- Reference:
Expand Down

0 comments on commit 8b7092d

Please sign in to comment.