Skip to content

Commit 1a4a2fe

Browse files
committed
Rename "API" section to "Programming" to be more approachable
1 parent ddcd607 commit 1a4a2fe

File tree

12 files changed

+8
-5
lines changed

12 files changed

+8
-5
lines changed

docs/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nav:
22
- index.md
33
- tutorials
4-
- API: api
4+
- rules
55
- ...
File renamed without changes.
File renamed without changes.
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
---
2-
title: API
3-
---
1+
# Programming
42

53
Programming your robot is done in [Python](https://www.python.org/),
64
specifically version 3.9.6. You can learn more about Python from their
75
[docs](https://docs.python.org/3/), and our whirlwind tour.
86

7+
Each board has an API which allows its various functionality to be controlled.
8+
99
## Setup
1010

1111
The following two lines are required to complete initialisation of the
@@ -81,3 +81,5 @@ install some extra ones which may be of use:
8181

8282
!!! tip
8383
If you would like an extra library installed, go and ask a volunteer to see if we can help.
84+
85+
*[API]: Application Programming Interface
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)