Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ Each PDF contains a single marker, which when printed on a single page will be t

## Labs

- [Python Lab](../tutorials/python-lab.md)
- [Python Lab](../tutorials/labs/python.md)
- [Electronics Lab](../tutorials/labs/electronics.md)
1 change: 0 additions & 1 deletion docs/tutorials/.pages
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
nav:
- index.md
- python-whirlwind-tour.md
- python-lab.md
- getting-code-on-the-robot.md
- basic-movement.md
- ...
5 changes: 5 additions & 0 deletions docs/tutorials/labs/electronics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Electronics Lab

Whilst your robot has a brain, and an eye, it might need some other sensors to navigate around the arena. To do this, you will need to build some sensors yourself, using the electronics equipment in front of you.

[View Electronics Lab :material-file-document:](https://drive.google.com/file/d/1VgYDOR6KKcVP0n-qm3b1wheDpZSkpjgS/view?usp=sharing){ .md-button .md-button--primary target="_blank" }
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
The Python Lab is used in the general Python programming workshop. It's designed to help develop your Python skills through a series of tasks to add features to an existing application.

!!! info
This lab assumes a basic knowledge of Python. If you're not familiar with Python, check out the [Whirlwind Tour](./python-whirlwind-tour.md).
This lab assumes a basic knowledge of Python. If you're not familiar with Python, check out the [Whirlwind Tour](../python-whirlwind-tour.md).

[View Python Lab :material-file-document:](https://sourcebots.github.io/python-lab/){ .md-button .md-button--primary target="_blank" }
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ theme:
- navigation.tabs.sticky
- toc.follow
- navigation.top
- navigation.sections
palette:
primary: deep purple
accent: purple
Expand Down