|
1 | | -Pybricks Documentation |
| 1 | +Pybricks Reference Manual |
2 | 2 | ================================================================== |
3 | 3 |
|
4 | | -`Pybricks <https://pybricks.com/>`_ is Python coding for smart LEGO® hubs. |
5 | | -Run MicroPython scripts |
6 | | -directly on the hub, and get full control of your motors and sensors. |
| 4 | +.. only:: ide |
7 | 5 |
|
8 | | -Pybricks runs on LEGO® BOOST, City, Technic, MINDSTORMS®, and SPIKE®. You |
9 | | -can code using Windows, Mac, Linux, Chromebook, and Android. |
| 6 | + This documentation details all available functions and classes in Pybricks. |
| 7 | + For example, you can find the meaning of specific function parameters like |
| 8 | + motor speed. |
10 | 9 |
|
11 | | -Click on any device below to see its documentation. Use the menu on the left |
12 | | -to find documentation for additional modules. You may need to click the ☰ icon |
13 | | -above to reveal this menu. |
| 10 | + If you are new to Pybricks, we recommend starting with the `Pybricks learn`_ |
| 11 | + guide instead. |
14 | 12 |
|
15 | 13 | .. only:: main |
16 | 14 |
|
| 15 | + `Pybricks <https://pybricks.com/>`_ is Python coding for smart LEGO® hubs. |
| 16 | + Run MicroPython scripts |
| 17 | + directly on the hub, and get full control of your motors and sensors. |
| 18 | + |
| 19 | + Pybricks runs on LEGO® BOOST, City, Technic, MINDSTORMS®, and SPIKE®. You |
| 20 | + can code using Windows, Mac, Linux, Chromebook, and Android. |
| 21 | + |
17 | 22 | .. note:: You are viewing the stand-alone version of the documentation. To |
18 | 23 | learn more about Pybricks and to start coding, visit |
19 | 24 | the `Pybricks website`_ |
20 | 25 |
|
21 | 26 | .. note:: Are you using LEGO MINDSTORMS EV3? Check out the |
22 | 27 | `EV3 documentation`_ instead. |
23 | 28 |
|
| 29 | +Click on any device below to see its documentation. Use the menu on the left |
| 30 | +to find documentation for additional modules. You may need to click the ☰ icon |
| 31 | +above to reveal this menu. |
| 32 | + |
24 | 33 | .. _EV3 documentation: https://pybricks.com/ev3-micropython/ |
25 | 34 | .. _Pybricks website: https://pybricks.com/ |
| 35 | +.. _Pybricks learn: https://pybricks.com/learn/ |
26 | 36 |
|
27 | 37 | .. rubric:: Programmable hubs |
28 | 38 |
|
@@ -63,13 +73,6 @@ above to reveal this menu. |
63 | 73 | messaging/index |
64 | 74 | signaltypes |
65 | 75 |
|
66 | | -.. toctree:: |
67 | | - :maxdepth: 1 |
68 | | - :caption: Code with blocks |
69 | | - :hidden: |
70 | | - |
71 | | - blocks/index |
72 | | - |
73 | 76 | .. toctree:: |
74 | 77 | :maxdepth: 1 |
75 | 78 | :caption: MicroPython modules |
|
0 commit comments