From 6bc394bdcd9800c11cf89499c39a6386df04bc31 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 19 May 2020 11:32:25 +0200 Subject: [PATCH] doc/start_ev3_brick: doc8 --- doc/api/start_ev3_brick.inc | 21 +++++++++++++++------ doc/api/start_ev3_upgrade.inc | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/api/start_ev3_brick.inc b/doc/api/start_ev3_brick.inc index 6b4c184..3111a47 100644 --- a/doc/api/start_ev3_brick.inc +++ b/doc/api/start_ev3_brick.inc @@ -1,7 +1,8 @@ Using the EV3 Brick =================== -Make sure the EV3 Brick is turned off. Insert the microSD card you prepared into the microSD card slot on the EV3 Brick, as shown in :numref:`fig_sd`. +Make sure the EV3 Brick is turned off. Insert the microSD card you prepared +into the microSD card slot on the EV3 Brick, as shown in :numref:`fig_sd`. .. _fig_sd: @@ -18,9 +19,14 @@ Turning the EV3 Brick on and off Turn on the EV3 Brick by pressing the dark gray center button. -The boot process may take several minutes. While booting, the EV3 Brick status light turns orange and blinks intermittently, and you'll see a lot of text on the EV3 screen. The EV3 Brick is ready for use when the status light turns green. +The boot process may take several minutes. While booting, the EV3 Brick status +light turns orange and blinks intermittently, and you'll see a lot of text on +the EV3 screen. The EV3 Brick is ready for use when the status light turns +green. -To turn the EV3 Brick off, open the shutdown menu with the back button, and then select *Power Off* using the center button, as shown in :numref:`fig_onoff`. +To turn the EV3 Brick off, open the shutdown menu with the back button, and +then select *Power Off* using the center button, as shown +in :numref:`fig_onoff`. .. _fig_onoff: @@ -34,7 +40,8 @@ To turn the EV3 Brick off, open the shutdown menu with the back button, and then Viewing motor and sensor values ----------------------------------------------------------- -When you're not running a program, you can view motor and sensor values using the device browser, as shown in :numref:`fig_devicebrowser`. +When you're not running a program, you can view motor and sensor values using +the device browser, as shown in :numref:`fig_devicebrowser`. .. _fig_devicebrowser: @@ -50,7 +57,8 @@ Running a program without a computer You can run previously downloaded programs directly from the EV3 Brick. -To do so, find the program using the *file browser* on the EV3 screen and press the center button key to start the program as shown in in :numref:`fig_manualrun`. +To do so, find the program using the *file browser* on the EV3 screen and press +the center button key to start the program as shown in :numref:`fig_manualrun`. .. _fig_manualrun: @@ -64,7 +72,8 @@ To do so, find the program using the *file browser* on the EV3 screen and press Going back to the original firmware ----------------------------------------------------------- -You can go back to the LEGO® firmware and your LEGO programs at any time. To do so: +You can go back to the LEGO® firmware and your LEGO programs at any time. To do +so: 1. Turn the EV3 Brick off as shown above. 2. Wait for the screen and brick status light to turn off. diff --git a/doc/api/start_ev3_upgrade.inc b/doc/api/start_ev3_upgrade.inc index 72fc948..f08b1cd 100644 --- a/doc/api/start_ev3_upgrade.inc +++ b/doc/api/start_ev3_upgrade.inc @@ -158,7 +158,7 @@ Other internal changes to existing features and specify others with *keywords*. This can make your code easier to read. For example: - :: + :: my_motor.run_angle(500, 90, wait=False) - It is no longer necessary to import ``pybricks.tools.print``. The ``print``