Skip to content

Commit e3d3bac

Browse files
committed
Merge branch 'kjk/simulator' into sr2022
2 parents 0a74a0a + 0703610 commit e3d3bac

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

_data/sidebar_tree.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
tree:
44
- url: /
55
title: Introduction
6-
- url: /simulator
7-
title: Simulator
8-
tree:
9-
- url: /simulator/programming/
10-
title: Programming
11-
tree:
12-
- url: /simulator/programming/time
13-
title: Time
146
- url: /kit/
157
title: Kits
168
tree:

programming/python/libraries.md

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

9-
Simulator
10-
---------
11-
12-
The following libraries will be available to your robot code during the
13-
competition. Note that for local development you will need to install these
14-
yourself.
15-
16-
<!-- updating this list? Also update https://github.com/srobo/competition-simulator/blob/master/libraries.txt -->
17-
18-
* [matplotlib 3.3.3](https://pypi.org/project/matplotlib/3.3.3/)
19-
* [numpy 1.19.3](https://pypi.org/project/numpy/1.9.3/)
20-
* [pandas 1.1.4](https://pypi.org/project/pandas/1.1.4/)
21-
* [scikit-learn 0.23.2](https://pypi.org/project/scikit-learn/0.23.2/)
22-
* [scipy 1.5.4](https://pypi.org/project/scipy/1.5.4/)
23-
24-
If there are other libraries you would like included, please let us know
25-
[via the forums]({{ site.url }}/forum) and include a link to the package on [PyPI](https://pypi.org/).
26-
279
Robot Kit
2810
---------
2911

0 commit comments

Comments
 (0)