mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
doc: remove vscode instructions for first release
add examples instead users can use their favorite method of getting the examples or their own scripts to the brick
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Robot Arm H25
|
||||
=====================
|
||||
|
||||
.. literalinclude:: ../../../examples/ev3/lego/education/armh25.py
|
||||
@@ -0,0 +1,4 @@
|
||||
Color Sorter
|
||||
=====================
|
||||
|
||||
.. literalinclude:: ../../../examples/ev3/lego/education/colorsorter.py
|
||||
+19
-8
@@ -6,12 +6,12 @@
|
||||
Using Python with LEGO MINDSTORMS EV3
|
||||
=====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Getting started:
|
||||
.. .. toctree::
|
||||
.. :maxdepth: 1
|
||||
.. :caption: Getting started:
|
||||
|
||||
startinstall
|
||||
startrun
|
||||
.. startinstall
|
||||
.. startrun
|
||||
|
||||
|
||||
.. toctree::
|
||||
@@ -23,12 +23,23 @@ Using Python with LEGO MINDSTORMS EV3
|
||||
parameters
|
||||
tools
|
||||
|
||||
.. .. toctree::
|
||||
.. :maxdepth: 1
|
||||
.. :caption: Engineering essentials:
|
||||
|
||||
.. signaltypes
|
||||
.. motorcontrol
|
||||
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Engineering essentials:
|
||||
:caption: Examples:
|
||||
|
||||
examples/colorsorter
|
||||
examples/armh25
|
||||
|
||||
|
||||
signaltypes
|
||||
motorcontrol
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
||||
Reference in New Issue
Block a user