mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
This makes it so that `make -C doc` works to build all of the docs in a single command. there are still a few problems with this: 1. the build does not fail if the correct fonts are not found 2. the images are only generated via the makefile, so trying to build the docs by other methods won't work
41 lines
896 B
ReStructuredText
41 lines
896 B
ReStructuredText
Creating and running programs
|
|
=============================
|
|
|
|
Starting a new project
|
|
-----------------------------------------------------------
|
|
|
|
.. image:: images/newproject.png
|
|
|
|
Example text
|
|
|
|
Understanding projects folder and files
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. image:: images/projectoverview.png
|
|
|
|
Example text
|
|
|
|
The role of main.py
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
Running a program
|
|
-----------------------------------------------------------
|
|
|
|
Connecting the EV3 brick and the computer
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. image:: images/connecting.png
|
|
|
|
Example text
|
|
|
|
Downloading and running a program
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. image:: images/running.png
|
|
|
|
Example text
|
|
|
|
Running a program without a computer
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|