mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
doc/api/start_ev3: relative path for labeled image
This commit is contained in:
@@ -5,7 +5,7 @@ Make sure the EV3 Brick is turned off. Insert the microSD card you prepared into
|
||||
|
||||
.. _fig_sd:
|
||||
|
||||
.. figure:: images/sd_label.png
|
||||
.. figure:: ../api/images/sd_label.png
|
||||
:width: 75 %
|
||||
:alt: sd
|
||||
:align: center
|
||||
@@ -24,7 +24,7 @@ To turn the EV3 Brick off, open the shutdown menu with the back button, and then
|
||||
|
||||
.. _fig_onoff:
|
||||
|
||||
.. figure:: images/onoff_label.png
|
||||
.. figure:: ../api/images/onoff_label.png
|
||||
:width: 65 %
|
||||
:alt: onoff
|
||||
:align: center
|
||||
@@ -38,7 +38,7 @@ When you're not running a program, you can view motor and sensor values using th
|
||||
|
||||
.. _fig_devicebrowser:
|
||||
|
||||
.. figure:: images/devicebrowser_label.png
|
||||
.. figure:: ../api/images/devicebrowser_label.png
|
||||
:width: 100 %
|
||||
:alt: devicebrowser
|
||||
:align: center
|
||||
@@ -54,7 +54,7 @@ To do so, find the program using the *file browser* on the EV3 screen and press
|
||||
|
||||
.. _fig_manualrun:
|
||||
|
||||
.. figure:: images/manualrun_label.png
|
||||
.. figure:: ../api/images/manualrun_label.png
|
||||
:width: 100 %
|
||||
:alt: manualrun
|
||||
:align: center
|
||||
|
||||
@@ -27,7 +27,7 @@ The typical configuration of this equipment is summarized in :numref:`fig_overvi
|
||||
|
||||
.. _fig_overview:
|
||||
|
||||
.. figure:: images/overview_label.png
|
||||
.. figure:: ../api/images/overview_label.png
|
||||
:width: 90 %
|
||||
:alt: overview
|
||||
:align: center
|
||||
@@ -47,7 +47,7 @@ You'll write your MicroPython programs using Visual Studio Code. Follow the step
|
||||
|
||||
.. _fig_store:
|
||||
|
||||
.. figure:: images/store_label.png
|
||||
.. figure:: ../api/images/store_label.png
|
||||
:alt: store
|
||||
:align: center
|
||||
|
||||
@@ -79,7 +79,7 @@ To install the MicroPython tools on your microSD card:
|
||||
|
||||
.. _fig_etcher:
|
||||
|
||||
.. figure:: images/etcher_label.png
|
||||
.. figure:: ../api/images/etcher_label.png
|
||||
:width: 85 %
|
||||
:alt: etcher
|
||||
:align: center
|
||||
|
||||
@@ -11,7 +11,7 @@ This page shows you how to create such a project and how to transfer it to the E
|
||||
|
||||
.. _fig_projectstructure:
|
||||
|
||||
.. figure:: images/projectstructure_label.png
|
||||
.. figure:: ../api/images/projectstructure_label.png
|
||||
:width: 100 %
|
||||
:alt: projectstructure
|
||||
:align: center
|
||||
@@ -26,7 +26,7 @@ To create a new project, open the EV3 MicroPython tab and click *create a new pr
|
||||
|
||||
.. _fig_newproject:
|
||||
|
||||
.. figure:: images/newproject_label.png
|
||||
.. figure:: ../api/images/newproject_label.png
|
||||
:width: 100 %
|
||||
:alt: newproject
|
||||
:align: center
|
||||
@@ -39,7 +39,7 @@ If you are new to MicroPython programming, we recommend that you keep the existi
|
||||
|
||||
.. _fig_projectoverview:
|
||||
|
||||
.. figure:: images/projectoverview_label.png
|
||||
.. figure:: ../api/images/projectoverview_label.png
|
||||
:width: 100 %
|
||||
:alt: projectoverview
|
||||
:align: center
|
||||
@@ -53,7 +53,7 @@ To open a project you created previously, click *File* and click *Open Folder*,
|
||||
|
||||
.. _fig_existingproject:
|
||||
|
||||
.. figure:: images/existingproject_label.png
|
||||
.. figure:: ../api/images/existingproject_label.png
|
||||
:width: 75 %
|
||||
:alt: existingproject
|
||||
:align: center
|
||||
@@ -72,7 +72,7 @@ To be able to transfer your code to the EV3 Brick, you'll first need to connect
|
||||
|
||||
.. _fig_connecting:
|
||||
|
||||
.. figure:: images/connecting_label.png
|
||||
.. figure:: ../api/images/connecting_label.png
|
||||
:width: 100 %
|
||||
:alt: connecting
|
||||
:align: center
|
||||
@@ -90,7 +90,7 @@ If your program produces any output with the ``print`` command, this is shown in
|
||||
|
||||
.. _fig_running:
|
||||
|
||||
.. figure:: images/running_label.png
|
||||
.. figure:: ../api/images/running_label.png
|
||||
:width: 100 %
|
||||
:alt: running
|
||||
:align: center
|
||||
@@ -104,7 +104,7 @@ Now that you've run the basic code template, you can expand the program to make
|
||||
|
||||
.. _fig_firstprogram:
|
||||
|
||||
.. figure:: images/firstprogram_label.png
|
||||
.. figure:: ../api/images/firstprogram_label.png
|
||||
:width: 100 %
|
||||
:alt: firstprogram
|
||||
:align: center
|
||||
@@ -127,7 +127,7 @@ After you've downloaded a project to the EV3 Brick, you can run, delete, or back
|
||||
|
||||
.. _fig_files:
|
||||
|
||||
.. figure:: images/files_label.png
|
||||
.. figure:: ../api/images/files_label.png
|
||||
:width: 100 %
|
||||
:alt: files
|
||||
:align: center
|
||||
|
||||
Reference in New Issue
Block a user