mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
doc/api/signaltypes: use ^{\circ} instead of ° in :math:
This works for both sphinx.ext.mathjax and sphinx.ext.imgmath.
This commit is contained in:
committed by
laurensvalk
parent
95eb999493
commit
ff22c32c24
@@ -248,9 +248,9 @@ 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:`°\kern1pt\!F = °\kern2pt\!C \cdot \frac{9}{5} + 32`.
|
||||
:math:`^{\circ}\kern1pt\!F =\kern1pt^{\circ}\kern1pt\!C \cdot \frac{9}{5} + 32`.
|
||||
|
||||
:math:`K = °\kern2pt\!C + 273.15`.
|
||||
:math:`K =\kern1pt^{\circ}\kern1pt\!C + 273.15`.
|
||||
|
||||
.. _hue:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user