Skip to content

Commit 5f82615

Browse files
Apply suggestions from code review
Co-authored-by: Adam R. Jensen <[email protected]>
1 parent fa25f22 commit 5f82615

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ Parameter names and units
7878
When specifying parameters and their units, please follow these guidelines:
7979

8080
- Use the recommended parameter name and units listed in the :ref:`nomenclature` where applicable.
81-
- Enclose units in square brackets, e.g. ``[W]``.
82-
- Use unicode superscripts symbols for exponents, e.g. ````.
83-
84-
These superscripts characters are ````, ``¹``, ``²``, ``³``, ````, ````, ````, ````, ````, ````, ````. Degree symbol is ``°``.
85-
81+
- Enclose units in square brackets after the parameter description, e.g., ``Air temperature. [°C]``.
82+
- Use unicode superscripts symbols for exponents, e.g. ``m²``.
83+
- Numbers: ````, ``¹``, ``²``, ``³``, ````, ````, ````, ````, ````, ````
84+
- Negative exponent: ````
85+
- Degree symbol: ``°``
8686
- Link to a brief description in the :ref:`variables_style_rules` section if it exists, via the sphinx role ``:term:`glossary_term```. For example, to document ``dni`` use:
8787

8888
.. code-block:: rst

0 commit comments

Comments
 (0)