From 082158d84ae90cd9411f8ddc12237f9eb9b75591 Mon Sep 17 00:00:00 2001 From: Anton Date: Sat, 23 Feb 2019 19:11:53 +0100 Subject: [PATCH] docs: explained python vs micropython in introduction. --- source/index.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/source/index.rst b/source/index.rst index 3efa43d..5e1b2f2 100644 --- a/source/index.rst +++ b/source/index.rst @@ -5,23 +5,22 @@ Using Python with LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3 .. rubric:: 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: +LEGO® MINDSTORMS® EV3 robots. ***REMOVED*** + +Getting started is split into two parts: - :doc:`Installation `: 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. + your EV3 Intelligent Brick by collecting and installing the required tools for writing and running Python code. - :doc:`Creating and running programs `: 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. + start that program from the brick or from your computer. .. rubric:: 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. +After you've run the first demo program, you are ready to try out the other example +programs and invent your own programs. .. toctree::