8000 [DOC]: params & units guidelines in contributing page by echedey-ls · Pull Request #2248 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

[DOC]: params & units guidelines in contributing page #2248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Dec 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix bulleted list (hopefully 🙏 )
  • Loading branch information
echedey-ls committed Nov 28, 2024
commit 907ff359d60ba57188c23c7ac3043c716f14c1d8
2 changes: 2 additions & 0 deletions docs/sphinx/source/contributing/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ When specifying parameters and their units, please follow these guidelines:
- Use the recommended parameter name and units listed in the :ref:`nomenclature` where applicable.
- Enclose units in square brackets after the parameter description, e.g., ``Air temperature. [°C]``.
- Use unicode superscripts symbols for exponents, e.g. ``m⁻²``.

- Numbers: ``⁰``, ``¹``, ``²``, ``³``, ``⁴``, ``⁵``, ``⁶``, ``⁷``, ``⁸``, ``⁹``
- Negative exponent: ``⁻``
- Degree symbol: ``°``

- 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:

.. code-block:: rst
Expand Down
Loading
0