Skip to content

Commit b24d766

Browse files
committed
Merge remote-tracking branch 'origin/master' into simulator-robot-simplify
# Conflicts: # images/content/simulator/robot-front.png # images/content/simulator/robot-side.png # simulator/index.md
2 parents e8bb59e + 1a45a02 commit b24d766

File tree

14 files changed

+21
-224
lines changed

14 files changed

+21
-224
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)