From 81626bb20d0633c6d371cfbef4042f0a09c587af Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 16 Jan 2020 12:02:50 +0100 Subject: [PATCH] config: more spellchecking and ignoring --- .vscode/settings.json | 1 + .vscode/spellright.dict | 35 ++++++++++++++++++++++++++++++++++- doc/api/signaltypes.rst | 2 +- doc/api/tools.rst | 4 ++-- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 75fcff9..7b61363 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,7 @@ "spellright.language": [ "en_US" ], + "spellright.ignoreFiles": [ "**/.gitignore", "**/.vscode" ], "spellright.ignoreRegExps": [ "/.. math::[^]*?.. endmath/gm", ], diff --git a/.vscode/spellright.dict b/.vscode/spellright.dict index b2bf7c6..174c5db 100644 --- a/.vscode/spellright.dict +++ b/.vscode/spellright.dict @@ -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 diff --git a/doc/api/signaltypes.rst b/doc/api/signaltypes.rst index f05a0af..ca41e4f 100644 --- a/doc/api/signaltypes.rst +++ b/doc/api/signaltypes.rst @@ -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 -` or :ref:`brightnesses `. +` or :ref:`brightness `. Another example is the sound :meth:`volume <.builtins.Speaker.set_volume>`, which ranges from 0% (silent) to 100% (loudest). diff --git a/doc/api/tools.rst b/doc/api/tools.rst index f058f0d..7fbbe37 100644 --- a/doc/api/tools.rst +++ b/doc/api/tools.rst @@ -1,5 +1,5 @@ -:mod:`tools ` -- Timing and Datalogging -======================================================= +:mod:`tools ` -- Timing and Data logging +======================================================== .. automodule:: pybricks.tools :no-members: