Skip to content

Fix duplicate .. _references label #2299

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 2 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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 @@ -70,7 +70,7 @@ the ``docs/readthedocs.org:pvlib-python`` link within the checks
status box at the bottom of the pull request.


.. _references:
.. _reference_style:

References
----------
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.11.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Documentation
:py:class:`~pvlib.pvsystem.SingleAxisTrackerMount`, and
:py:class:`~pvlib.pvsystem.FixedMount` docstrings. Various formatting edits
for clarity. (:issue:`1942`, :pull:`2232`)
* Added a new citation style guide (:ref:`references`) to the contributing
* Added a new citation style guide (:ref:`reference_style`) to the contributing
page. (:issue:`2202`, :pull:`2226`)
* Updated :py:func:`~pvlib.irradiance.reindl` to include definitions of terms
and a new "notes" section (:issue:`2183`, :pull:`2193`)
Expand Down
Loading