David Lechner
6071e4e7d3
parameters: rename Direction.(counter)clockwise to Direction.(C)CW
...
clockwise and counterclockwise are very long to type, so replace them with the common abbriviations
2019-02-27 15:23:16 -06:00
David Lechner
2e3d013fec
parameters: make Stop enum members uppercase
2019-02-27 15:23:14 -06:00
Laurens Valk
5639d02daf
doc: add image and sound file enums
...
fixes #94
bricks/ev3dev: static sound and image file enums
2019-01-29 11:00:30 +01:00
Laurens Valk
cec568c454
doc: copyediting
2019-01-24 15:52:00 +01:00
Laurens Valk
59be0dab18
doc: remove todo note
2019-01-21 18:32:02 +01:00
Laurens Valk
daa213b003
doc: drop features that won't be implemented for first release
...
Combined with previous comments, this closes #91
2019-01-18 17:19:19 +01:00
Laurens Valk
1cb21098a5
doc: motor debug, dc, and tracking api
2019-01-10 10:31:26 +01:00
Laurens Valk
15791fbe8d
doc: brick, sound, display, and experiment with samples
2019-01-04 15:05:17 +01:00
Laurens Valk
50525a26bb
doc: rough draft EV3 brick
2019-01-03 19:44:10 +01:00
Laurens Valk
0cdf3fdebc
doc: experiment with signal types
2018-12-29 13:02:59 +01:00
Laurens Valk
a07aaadd23
doc: hide enum numbers, document members instead
...
We should not encourage users to use the numerical values (i.e. 2 for Stop.hold or 65 for Port.A)
This also keeps the door open for using qstrings for some enums (Color, Button).
2018-12-28 18:00:02 +01:00
Laurens Valk
89fc64d911
doc: autodoc for init
...
test syntax for autolinking to types
test syntax to avoid evaluating enum arguments to numbers
2018-12-28 16:40:01 +01:00
Laurens Valk
170f5844d4
doc: experiment with tables and ascii art
...
Sphinx and read the docs seem to require RST. This works well for this sample code.
Unfortunately, vscode code preview seems to require markdown (For the tables. Other RST seems to work.)
2018-12-21 21:31:40 +01:00
Laurens Valk
edb507e5c5
fake-api: parameters module (experimental)
...
Fix EV3 colors after recent pbio update
And make sphinx compile (but not much more)
2018-12-21 17:44:43 +01:00
Laurens Valk
1c59f72407
fake-api: init
2018-12-21 12:45:00 +01:00