mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
config: do not spell sphinx directives
This commit is contained in:
Vendored
+7
@@ -18,6 +18,13 @@
|
||||
"/``[^]*?``/gm",
|
||||
"/'[^]*?'/gm",
|
||||
"/.. data:: [^]*?'*$/gm",
|
||||
"/.. figure:: [^]*?'*$/gm",
|
||||
"/.. include:: [^]*?'*$/gm",
|
||||
"/.. raw:: [^]*?'*$/gm",
|
||||
"/.. currentmodule:: [^]*?'*$/gm",
|
||||
"/.. _[^]*?'*$/gm",
|
||||
"/:target:[^]*?'*$/gm",
|
||||
"/:alt:[^]*?'*$/gm",
|
||||
],
|
||||
"spellright.documentTypes": [
|
||||
"markdown",
|
||||
|
||||
Vendored
+3
@@ -10,6 +10,7 @@ automethod
|
||||
automodule
|
||||
baudrate
|
||||
bool
|
||||
booleans
|
||||
builtins
|
||||
cdot
|
||||
Celcius
|
||||
@@ -45,6 +46,7 @@ literalinclude
|
||||
Lojban
|
||||
Lucida
|
||||
maxdepth
|
||||
microSDHC
|
||||
milliampere
|
||||
millivolt
|
||||
milliwatt
|
||||
@@ -71,6 +73,7 @@ sep
|
||||
signaltypes
|
||||
startinstall
|
||||
str
|
||||
submodules
|
||||
thermistor
|
||||
toctree
|
||||
TODO
|
||||
|
||||
@@ -23,7 +23,7 @@ If not, you can upload files back to your computer using
|
||||
|
||||
As with any software update, *be careful about when you update*. For example,
|
||||
if you developed your code using version v1.0 and you are halfway into your
|
||||
robotics competition season, you want to stick with v1.0 for now.
|
||||
robotics competition season, you may want to stick with v1.0 for now.
|
||||
|
||||
|
||||
Upgrading your existing programs
|
||||
|
||||
Reference in New Issue
Block a user