Skip to content

Commit 4d3c9ed

Browse files
committed
Adjust headings to not skip a level
1 parent 259aeb2 commit 4d3c9ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

simulator/setting_up_simulator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ title: Setting up the simulator
66
Setting up the simulator
77
========================
88

9-
### Prerequisites
9+
## Prerequisites
1010

1111
You need to download and install [Webots](https://cyberbotics.com/#download) (the download is around 300MB).
1212
This is the platform we run our simulation in.
1313

1414
Version "R2023b" of Webots is supported.
1515

16-
#### Python Version
16+
### Python Version
1717

1818
You will also need Python installed.
1919

@@ -26,7 +26,7 @@ You will also need Python installed.
2626
There are a small number of [external libraries]({{ site.baseurl }}/kit/brain_board/python_libraries) which will be available to your robot code during the competition.
2727
Note that for local development you will need to install these yourself.
2828

29-
### Installing the simulation
29+
## Installing the simulation
3030

3131
1. Create a directory, perhaps called `simulation` where you will store your robot code.
3232
2. [Download the simulation](https://github.com/srobo/competition-simulator/releases/download/TODO/competition-simulator-TODO.zip), the latest version is TODO, released on TODO.
@@ -49,7 +49,7 @@ You may receive a warning about your computer's GPU not being good enough, which
4949
On recent versions of macOS you may need to give Webots permission to access the directory where you have extracted the simulation files.
5050
</div>
5151
52-
#### Changing your version of Python
52+
### Changing your version of Python
5353
5454
If webots is not picking any version of Python or is picking up the wrong one then you'll need to change it.
5555
When this happens Webots will print errors to its console and your robot will not move.
@@ -75,7 +75,7 @@ You'll need to ensure a matching version of Python is installed. If you're still
7575
having problems, ask for help in [`#simulator-help`][simulator-help] in
7676
[Discord][discord].
7777
78-
### Updates
78+
## Updates
7979
8080
Occasionally, we may release an update to the simulation. To update, you will need to delete the `competition-simulator-<version>` directory, and re-download it using the above link.
8181

0 commit comments

Comments
 (0)