config: more spellchecking and ignoring

This commit is contained in:
Laurens Valk
2020-01-16 12:02:50 +01:00
parent f597ed1f88
commit 81626bb20d
4 changed files with 38 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@
"spellright.language": [
"en_US"
],
"spellright.ignoreFiles": [ "**/.gitignore", "**/.vscode" ],
"spellright.ignoreRegExps": [
"/.. math::[^]*?.. endmath/gm",
],
+34 -1
View File
@@ -1,41 +1,73 @@
°C
°F
accelerometer
autoattribute
autoclass
autofunction
automethod
automodule
bool
builtins
cdot
Celcius
cityhub
cplushub
de
dev
en
ev
EV3
ev3brick
ev3dev
ev3devices
Ev3devSensor
fb
func
i2caddress
int
iodevices
iter
kd
ki
kp
lbf
LEGO
LEGO®
linacceleration
linspeed
literalinclude
Lucida
maxdepth
milliampere
millivolt
milliwatt
MINDSTORMS
MINDSTORMS®
movehub
noindex
newproject
numref
NXT
nxtdevices
PCM
pid
pupdevices
py
Pybricks
pybricks.ev3devices
relativedistance
rgb
robotframe
rtype
signaltypes
simplemotor
startinstall
str
toctree
TODO
UART
png
af
@@ -108,7 +140,8 @@ vi-sgn
zh
zh-yue
Huế
Lingua Franca
Lingua
Franca
Lojban
Aragonese
whisperf
+1 -1
View File
@@ -136,7 +136,7 @@ percentage: %
Some signals do not have specific units. They range from a minimum (0%) to a
maximum (100%). Specifics type of percentages are :ref:`relative distances
<relativedistance>` or :ref:`brightnesses <brightness>`.
<relativedistance>` or :ref:`brightness <brightness>`.
Another example is the sound :meth:`volume <.builtins.Speaker.set_volume>`,
which ranges from 0% (silent) to 100% (loudest).
+2 -2
View File
@@ -1,5 +1,5 @@
:mod:`tools <pybricks.tools>` -- Timing and Datalogging
=======================================================
:mod:`tools <pybricks.tools>` -- Timing and Data logging
========================================================
.. automodule:: pybricks.tools
:no-members: