Skip to content

Commit

Permalink
doc/api/start_ev3: relative path for labeled image
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensvalk committed Apr 16, 2020
1 parent 82b0145 commit d0a9e7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions doc/api/start_ev3_brick.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/api/start_ev3_install.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions doc/api/start_ev3_run.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d0a9e7c

Please sign in to comment.