Laurens Valk
c950bf1d8e
import api documentation
2019-05-09 13:23:26 +02:00
Laurens Valk
c10b3b9eea
import api
2019-05-09 13:19:32 +02:00
Laurens Valk
bc42a73f3b
Initial commit
2019-05-09 13:14:57 +02:00
Laurens Valk
1972188679
Update copyright dates
2019-05-07 21:50:52 +02:00
Laurens Valk
1e469501b1
doc: windows build script update (untested)
2019-04-20 12:22:15 +02:00
Laurens Valk
3ffa8a4526
doc: initial content for hubs
...
This is cherry-picking from 86e9b0b0fc15b019406bee43718fbdf3416dcf0d
2019-04-20 11:51:03 +02:00
Laurens Valk
660bc0cea5
doc: initial content for hubs
...
This is cherry-picking from 86e9b0b0fc15b019406bee43718fbdf3416dcf0d
2019-04-20 11:51:03 +02:00
Laurens Valk
3bf2704466
doc: add lpf2 ColorDistanceSensor
...
Manually cherry-pick 925b6bc2474e8aa3b8d5c0d56029627f73edf029
2019-04-20 11:24:03 +02:00
Laurens Valk
33b4ef79cc
doc: add lpf2 ColorDistanceSensor
...
Manually cherry-pick 925b6bc2474e8aa3b8d5c0d56029627f73edf029
2019-04-20 11:24:03 +02:00
Laurens Valk
e4063ef49c
doc: share motor doc between platforms
2019-04-20 10:53:01 +02:00
Laurens Valk
b359c3c530
doc: share motor doc between platforms
2019-04-20 10:53:01 +02:00
Laurens Valk
c4b11fdb77
doc: placeholder lpf2docs
2019-04-19 17:50:09 +02:00
Laurens Valk
6278f2410d
doc: Separate common settings
2019-04-19 16:45:12 +02:00
Anton and Laurens Valk
beb98492a5
doc: fix typo in drive_time example
2019-04-08 12:07:04 +02:00
David Lechner
2e2e5d76b5
ev3dev: make gyro calibrate method private
...
This method is a bit buggy, so make it private until we get the kinks worked out
2019-03-25 15:48:24 -05:00
Laurens Valk
f4fbd805f6
bricks/ev3dev: use dedicated reflection mode
...
REF-RAW was giving too much variation
2019-03-25 14:13:02 +01:00
Laurens Valk
1a4cdfaf50
doc: add instructions for opening existing project
2019-03-21 15:54:22 +01:00
Laurens Valk
ccea3aa937
modmotor: make reset_angle argument explicit
...
instead of defaulting to 0
2019-03-21 14:19:36 +01:00
Laurens Valk
7165d69517
doc: add figure caption top margin
...
also rename Fig. to Figure and add colon between Figure and the text:
(Figure X : Something) instead of (Fig. X Something)
Still one space to many, but better than no colon or margin at all
fixes #121
2019-03-01 16:51:46 +01:00
Laurens Valk
4e9e26753a
doc: add figure numbers and reference labels
...
fixes #131
2019-03-01 15:00:36 +01:00
Laurens Valk
5f12f8df0b
doc: add battery
...
Fixes #114
- reorganize common classes in fake API such as Display, Speaker and Battery.
- This does not change the user API
2019-03-01 14:25:56 +01:00
Laurens Valk
0cc04f40b8
doc: add battery
...
Fixes #114
- reorganize common classes in fake API such as Display, Speaker and Battery.
- This does not change the user API
2019-03-01 14:25:56 +01:00
Laurens Valk
d0fa20a89c
doc: nomenclature and registered signs
2019-02-28 17:50:26 +01:00
Laurens Valk
5dde48cc57
doc: nomenclature and registered signs
2019-02-28 17:50:26 +01:00
Laurens Valk
a1e43998f4
doc: languages and terminology
2019-02-28 17:48:14 +01:00
Laurens Valk
3a632dcd57
doc: languages and terminology
2019-02-28 17:48:14 +01:00
Laurens Valk and GitHub
eef65cb3eb
Merge pull request #125 from pybricks/enum
...
Enum
2019-02-28 12:09:14 +01:00
Laurens Valk
7b6b2d6916
parameters: revert CCW change
...
This reverts b560a545874271ee5f1de2b8f2c42456b06e2aa2
and adds uppercasing
2019-02-28 11:34:04 +01:00
David Lechner
096e25b892
doc: custom branding is no longer required
...
Removed all of the envronment variable getting. All values that are used only once are no longer assigned to constant.
2019-02-27 17:25:25 -06:00
David Lechner
a42ae1d432
doc: enable external link styling on html output
2019-02-27 17:10:06 -06:00
David Lechner
2bea76d136
doc: add disclaimer to html doc output
2019-02-27 17:10:06 -06:00
David Lechner
317f68bf2d
ev3dev: rename Image and Sound parameters to ImageFile and SoundFile
2019-02-27 16:24:38 -06:00
David Lechner
0f3e1c84c2
ev3dev: rename Image and Sound parameters to ImageFile and SoundFile
2019-02-27 16:24:38 -06:00
David Lechner
cd57290b78
parameters: change Color enum members to uppercase
2019-02-27 15:23:16 -06:00
David Lechner
f9881d1c20
parameters: change Image enum members to uppercase
2019-02-27 15:23:16 -06:00
David Lechner
07d5c106af
parameters: change Sound enum members to uppercase
2019-02-27 15:23:16 -06:00
David Lechner
e44f9d7bc6
parameters: change Align enum members to uppercase
2019-02-27 15:23:16 -06:00
David Lechner
fe93f0c0b1
parameters: make Button enum members uppercase
2019-02-27 15:23:16 -06:00
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
be32bd8eb3
doc: remove self from methods docstrings
...
fixes #130
2019-02-26 11:56:02 +01:00
Laurens Valk
d5527f84e3
doc/examples: update text
2019-02-25 18:24:22 +01:00
Anton and Laurens Valk
113dbe46de
docs/examples: expanded color sorter content
2019-02-25 18:12:54 +01:00
Anton and Laurens Valk
14b11dfe88
docs/examples: expanded educator robot content
2019-02-25 18:11:04 +01:00
Anton and Laurens Valk
8dbbd4e431
docs/robot arm: added explanation
2019-02-25 18:06:21 +01:00
Laurens Valk
2d2d365fb2
doc: run instructions update
...
based in part on 86f341d520838c43be57dc1a62937b1b8ade0520
2019-02-25 15:40:06 +01:00
Laurens Valk
4fb31688f7
doc: install update
...
based in part on e1f0ae450067ece3826e454d2df93436e11f9905
2019-02-25 15:12:53 +01:00
Laurens Valk
c58cba2af8
doc: terminology and nomenclature
...
- EV3 brick
- MicroPython
- microSD card
- EV3 MicroPython microSD card image
2019-02-25 14:04:21 +01:00
Laurens Valk
15b2aab8a5
doc: terminology and nomenclature
...
- EV3 brick
- MicroPython
- microSD card
- EV3 MicroPython microSD card image
2019-02-25 14:04:21 +01:00
Laurens Valk
f568e01c1f
doc: Revert doc changes on master
...
This reverts commits
2d3a4f43369fa65f8c07bfe5ea013cac26a9a571
86f341d520838c43be57dc1a62937b1b8ade0520
e1f0ae450067ece3826e454d2df93436e11f9905
4e34704a5bd0b0774acbe7cf5167e754313c0290
2019-02-25 10:54:41 +01:00