Skip to content

Commit 8c45c7b

Browse files
committed
Canonicalise around the new "competition" simulator
For SR2021 we are running entirely in this simulator and don't really want to have to update the old PyGame based simulator. Given that the new simulator offers a much better experience anyway, it seems much more reasonable to expect that we're going to use it exclusively in the future. Dropping the docs and links to the old simulator therefore reduces the work we need to do now and avoids any potential confusion on the part of the competitors. This therefore also renames references to the simulator to simplify things, but deliberately doesn't change: - its position in the sidebar (its importance this year means it feels to me like it deserves to be both a top-level item and to be at the top of the list) - the directories we mention that users will see when using it (changing this would involve changing the simulator repo itself, which I don't think is needed)
1 parent d4e616b commit 8c45c7b

File tree

14 files changed

+14
-216
lines changed

14 files changed

+14
-216
lines changed

_data/sidebar_tree.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
tree:
44
- url: /
55
title: Introduction
6-
- url: /competition-simulator
7-
title: Competition Simulator
6+
- url: /simulator
7+
title: Simulator
88
tree:
9-
- url: /competition-simulator/programming
9+
- url: /simulator/programming
1010
title: Programming
1111
tree:
12-
- url: /competition-simulator/programming/time
12+
- url: /simulator/programming/time
1313
title: Time
1414
- url: /IDE/
1515
title: IDE
@@ -85,8 +85,6 @@ tree:
8585
title: Markers
8686
- url: /programming/git_repositories
8787
title: Git Repositories
88-
- url: /programming/simulator
89-
title: Simulator
9088
- url: /rules/
9189
title: Rules
9290
tree:

programming/python/libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ title: Included Python Libraries
66
Included Libraries
77
==================
88

9-
Competition Simulator
10-
---------------------
9+
Simulator
10+
---------
1111

1212
The following libraries will be available to your robot code during the
1313
competition. Note that for local development you will need to install these

programming/simulator.md

Lines changed: 0 additions & 169 deletions
This file was deleted.

programming/sr/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ R = Robot()
3535
<div class="warning">
3636
<!-- We should drop this after SR2020 and move `ManualTimestepRobot` to being the default. -->
3737

38-
When programming for the <a href="/docs/competition-simulator">Competition Simulator</a>
38+
When programming for the <a href="/docs/simulator">Competition Simulator</a>
3939
you are strongly encouraged to use the
40-
<a href="/docs/competition-simulator/programming/time#manual-timestep-robot">
40+
<a href="/docs/simulator/programming/time#manual-timestep-robot">
4141
<code>ManualTimestepRobot class</code>
4242
</a>
4343
instead of the <code>Robot</code> class. This avoids unpredictable behaviour
-365 KB
Binary file not shown.
-366 KB
Binary file not shown.
-22.7 MB
Binary file not shown.

0 commit comments

Comments
 (0)