Files
pybricks-api/source/index.rst
T
Laurens Valk a7913baffc doc: draft text for install page
and EV3 brick usage instruction pictures
2019-02-19 21:18:19 +01:00

59 lines
1.8 KiB
ReStructuredText

.. Pybricks documentation master file, created by
sphinx-quickstart on Thu Sep 6 15:31:12 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Using Python with LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3
=========================================================
.. toctree::
:maxdepth: 1
:caption: Getting Started
:hidden:
startinstall
startrun
.. toctree::
:maxdepth: 1
:caption: Pybricks Modules
:hidden:
ev3brick
ev3devices
parameters
tools
.. toctree::
:maxdepth: 1
:caption: Engineering Essentials
:hidden:
signaltypes
.. motorcontrol
.. toctree::
:maxdepth: 1
:caption: Demo Programs
:hidden:
examples/color_sorter
examples/robot_arm_h25
Getting started
-----------------------------------------------------------
This guide shows you how to get started writing MicroPython programs for your LEGO® MINDSTORMS® EV3 robots. You'll learn to do so in two steps:
- :doc:`Installation <startinstall>`: First you'll prepare your computer and your EV3 by collecting and installing the required tools. You'll also learn how to turn the EV3 brick on and off and to navigate the menu on the screen.
- :doc:`Creating and running programs <startrun>`: Next, you'll learn how to create a program and download it to the EV3 brick. You'll also learn how to start that program, with or without a computer nearby.
Pybricks Modules and Demo Programs
-----------------------------------------------------------
After you've run the first demo program, you'll be ready to try out the example programs, or even invent your own programs. Follow the menu on the left to learn how to use the EV3 brick, EV3 motors, and EV3 sensors effectively in your programs.