David Lechner
3a66b8e053
api: add type hints for v2
...
This adds PEP 561 style type hints for Pybricks v2 (just EV3).
2020-12-28 18:47:04 -06:00
Laurens Valk
ede503f6fe
config: rename CPlusHub to TechnicHub
...
This replaces the name in internal files.
2020-10-09 19:16:33 +02:00
Laurens Valk
b0e5ae9f0f
config: do not spell sphinx directives
2020-05-19 11:20:18 +02:00
Laurens Valk
a90cc4f10f
config: fix spell check document types
...
Spell checking stopped working previously. This appears to fix it.
2020-05-19 10:48:45 +02:00
David Lechner
e3d0d51c9f
config: drop versioneer
...
This removes versioneer for versioning. The version depends on the
pybricks-micropython version targeted so it doesn't make sense to use
automatic versioning here.
2020-03-18 17:30:42 -05:00
David Lechner
13845c9c08
vscode: associate .inc files with ReST
2020-03-06 13:05:06 -06:00
Laurens Valk
6278aeb1b6
doc/builtins: drop simplemotor
...
Now that we have reduced the complexity of the docstrings and after moving the control settings to a separate page, it is no longer necessary to have simplified motor docs.
2020-01-28 17:51:23 +01:00
Laurens Valk
f5094cfaba
config: use inline math and common characters
...
Latex errors cannot be parsed by humans, so just use inline math which we had working elsewhere already.
Also use simplified character for ế, for latex compatibility.
2020-01-16 15:03:54 +01:00
Laurens Valk
022f15a437
config/spelling: ignore literals, data directives
2020-01-16 14:22:21 +01:00
Laurens Valk
b6f75eca9c
config: ignore literals by regexp and config files
...
No need to have all of them in the ignore list now.
2020-01-16 13:28:09 +01:00
Laurens Valk
81626bb20d
config: more spellchecking and ignoring
2020-01-16 12:02:50 +01:00
Laurens Valk
f597ed1f88
config: ignore math during spell check
2020-01-16 11:57:19 +01:00
Laurens Valk
a026e3a12c
config: ignore language identifiers
2020-01-16 11:39:08 +01:00
Laurens Valk
fe255a9611
config: sort ignored words
...
No longer have two lists of technical words and regular words.
also add a few more words
2020-01-16 11:31:37 +01:00
Laurens Valk
3e16ec2ba5
config: use Spell Right for spell checking
...
Also add initial list of words to ignore
2020-01-16 11:16:39 +01:00
David Lechner
29b012a7d7
vscode: add conf.py path for rst extension
...
This adds a setting for the VS Code lextudio.restructuredtext extension
that specifices where to find conf.py
2020-01-11 21:06:43 -06:00
Laurens Valk
a728edb8ad
doc: style tweaks
2019-10-18 14:43:43 +02:00
David Lechner
9ad550dfcb
vscode: add settings are extension recommendations
...
this will help users get a dev environment setup more easliy
2019-05-09 12:21:17 -05:00