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 link variables_style_rules -> nomenclature
Co-Authored-By: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
  • Loading branch information
echedey-ls and AdamRJensen committed Nov 28, 2024
commit 6bd2b056e788165ef8704657ca4969e7756fc272
2 changes: 1 addition & 1 deletion docs/sphinx/source/contributing/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ When specifying parameters and their units, please follow these guidelines:
- Numbers: ``⁰``, ``¹``, ``²``, ``³``, ``⁴``, ``⁵``, ``⁶``, ``⁷``, ``⁸``, ``⁹``
- Negative exponent: ``⁻``
- Degree symbol: ``°``
- 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:
- 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