mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
config: more spellchecking and ignoring
This commit is contained in:
Vendored
+1
@@ -7,6 +7,7 @@
|
||||
"spellright.language": [
|
||||
"en_US"
|
||||
],
|
||||
"spellright.ignoreFiles": [ "**/.gitignore", "**/.vscode" ],
|
||||
"spellright.ignoreRegExps": [
|
||||
"/.. math::[^]*?.. endmath/gm",
|
||||
],
|
||||
|
||||
Vendored
+34
-1
@@ -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
|
||||
|
||||
@@ -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
@@ -1,5 +1,5 @@
|
||||
:mod:`tools <pybricks.tools>` -- Timing and Datalogging
|
||||
=======================================================
|
||||
:mod:`tools <pybricks.tools>` -- Timing and Data logging
|
||||
========================================================
|
||||
|
||||
.. automodule:: pybricks.tools
|
||||
:no-members:
|
||||
|
||||
Reference in New Issue
Block a user