mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
(instead of brick and devices) After internal discussion: - This way we need to maintain only one fake API. - Autocomplete can pick up the right brick/devices. - Explicit is better than implicit.
40 lines
677 B
ReStructuredText
40 lines
677 B
ReStructuredText
.. Pybricks documentation master file, created by
|
|
sphinx-quickstart on Thu Sep 6 15:31:12 2018.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to Pybricks's documentation!
|
|
====================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Getting started:
|
|
|
|
startinstall
|
|
startrun
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Modules:
|
|
|
|
ev3brick
|
|
ev3devices
|
|
parameters
|
|
tools
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Engineering essentials:
|
|
|
|
signaltypes
|
|
motorcontrol
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|