doc: experiment with signal types

This commit is contained in:
Laurens Valk
2018-12-29 13:02:59 +01:00
parent 26f0ee02ea
commit 7c106e2444
3 changed files with 31 additions and 4 deletions
+2 -1
View File
@@ -8,10 +8,11 @@ Welcome to Pybricks's documentation!
.. toctree::
:maxdepth: 2
:caption: EV3 Modules:
:caption: Pybricks:
parameters
ev3devices
signaltypes
+7 -3
View File
@@ -3,14 +3,18 @@
Intro
.. autoclass:: parameters.Color
:no-members:
.. autoclass:: parameters.Port
:no-members:
.. autoclass:: parameters.Direction
:no-members:
.. autoclass:: parameters.Stop
:no-members:
.. autoclass:: parameters.Direction
.. autoclass:: parameters.Color
:no-members:
.. autoclass:: parameters.Button
:no-members:
+22
View File
@@ -0,0 +1,22 @@
Signals and units
=================
Intro
.. glossary::
time
TODO definition of physical quantity and units and :py:obj:`float` type
angle
TODO definition of physical quantity and units and :py:obj:`float` type
speed
TODO definition of physical quantity and units and :py:obj:`float` type
acceleration
TODO definition of physical quantity and units and :py:obj:`float` type
percentage
TODO definition of physical quantity and units and :py:obj:`float` type