Skip to content

Commit 443fcfd

Browse files
committed
Replace IDE link with reference the Code Editors section
1 parent 98d6678 commit 443fcfd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

programming/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Programming Your Robot
88

99
Robots that are made using the SR kit are programmed with [Python](/docs/programming/python/) which is made possible with a custom-built Python library, `sr.robot`; see [here](/docs/programming/sr/) for more details. The pages under this section should contain all of the information you need to know to successfully code for your robot.
1010

11+
* In order to develop the code for your robot, we recommend that you use a code
12+
editor. For more information about this, including some suggestions for
13+
suitable editors, see the [Code Editors](/docs/programming/editors/) section.
14+
1115
* Under the [Python](/docs/programming/python/) section, some of the more intricate features of Python are explained in sufficient detail to program a robot. Links to tutorials are also provided to introduce a new programmer to Python.
1216

1317
* Under the [sr](/docs/programming/sr/) section is an API reference for the Student Robotics module, used to interface with the hardware.
14-
15-
This section is purely a reference for writing code, not how to use the IDE, for example, or getting the code onto the robot. For reference material for topics like that, please see the [IDE Documentation](/docs/IDE/).

0 commit comments

Comments
 (0)