mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
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.
This commit is contained in:
Vendored
+1
-1
@@ -14,7 +14,7 @@
|
||||
"**/_version.py",
|
||||
],
|
||||
"spellright.ignoreRegExps": [
|
||||
"/.. math::[^]*?.. endmath/gm",
|
||||
"/:math:`[^]*?`/gm",
|
||||
"/``[^]*?``/gm",
|
||||
"/'[^]*?'/gm",
|
||||
"/.. data:: [^]*?'*$/gm",
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
- ``'ta'``: Tamil
|
||||
- ``'tr'``: Turkish
|
||||
- ``'vi'``: Vietnamese
|
||||
- ``'vi-hue'``: Vietnamese (Huế )
|
||||
- ``'vi-hue'``: Vietnamese (Hue)
|
||||
- ``'vi-sgn'``: Vietnamese (Saigon)
|
||||
- ``'zh'``: Mandarin Chinese
|
||||
- ``'zh-yue'``: Cantonese Chinese
|
||||
|
||||
@@ -241,10 +241,6 @@ temperature: °C
|
||||
Temperature is measured in degrees Celcius (°C). To convert to degrees
|
||||
Fahrenheit (°F) or Kelvin (K), you can use the following conversion formulas:
|
||||
|
||||
.. math::
|
||||
\begin{eqnarray}
|
||||
°\!F & = & °\!C \cdot \frac{9}{5} + 32\\
|
||||
K & = & °\!C + 273.15
|
||||
\end{eqnarray}
|
||||
:math:`°\!F = °\!C \cdot \frac{9}{5} + 32`.
|
||||
|
||||
.. endmath
|
||||
:math:`K = °\!C + 273.15`.
|
||||
|
||||
Reference in New Issue
Block a user