Skip to content

Commit 907ff35

Browse files
committed
Fix bulleted list (hopefully 🙏 )
1 parent 6bd2b05 commit 907ff35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ When specifying parameters and their units, please follow these guidelines:
8080
- Use the recommended parameter name and units listed in the :ref:`nomenclature` where applicable.
8181
- Enclose units in square brackets after the parameter description, e.g., ``Air temperature. [°C]``.
8282
- Use unicode superscripts symbols for exponents, e.g. ``m⁻²``.
83+
8384
- Numbers: ````, ``¹``, ``²``, ``³``, ````, ````, ````, ````, ````, ````
8485
- Negative exponent: ````
8586
- Degree symbol: ``°``
87+
8688
- Link to a brief description in the :ref:`nomenclature` section if it exists, via the sphinx role ``:term:`glossary_term```. For example, to document ``dni`` use:
8789

8890
.. code-block:: rst

0 commit comments

Comments
 (0)