Skip to content

Commit 7d6a0ac

Browse files
committed
update references old variables style rules page
1 parent 816f43d commit 7d6a0ac

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

docs/sphinx/source/contributing/style_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pvlib python generally follows the `PEP 8 -- Style Guide for Python Code
1313
is 79 characters.
1414

1515
pvlib python uses a mix of full and abbreviated variable names. See
16-
:ref:`variables_style_rules`. We could be better about consistency.
16+
:ref:`glossary`. We could be better about consistency.
1717
Prefer full names for new contributions. This is especially important
1818
for the API. Abbreviations can be used within a function to improve the
1919
readability of formulae.

docs/sphinx/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pvlib python
2626
that-use-pvlib-python>`_ page for inspiration and listing of your
2727
application.
2828

29-
There is a :ref:`variable naming convention <variables_style_rules>` to
29+
There is a :ref:`variable naming convention <glossary>` to
3030
ensure consistency throughout the library.
3131

3232

docs/sphinx/source/user_guide/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ User Guide
1515
clearsky
1616
bifacial
1717
weather_data
18-
variables_style_rules
1918
glossary
2019
singlediode
2120
faq

docs/sphinx/source/user_guide/weather_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ a :py:class:`pandas.DataFrame` of the actual dataset, plus a metadata
8383
dictionary. Most :py:mod:`pvlib.iotools` functions also have
8484
a ``map_variables`` parameter to automatically translate
8585
the column names used in the data file (which vary widely from dataset to dataset)
86-
into standard pvlib names (see :ref:`variables_style_rules`).
86+
into standard pvlib names (see :ref:`glossary`).
8787

8888
Typical usage looks something like this:
8989

pvlib/iotools/midc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def read_midc(filename, variable_map={}, raw_data=False, **kwargs):
193193
194194
See the MIDC_VARIABLE_MAP for collection of mappings by site.
195195
For a full list of pvlib variable names see the
196-
:ref:`variables_style_rules`.
196+
:ref:`glossary`.
197197
198198
Be sure to check the units for the variables you will use on the
199199
`MIDC site <https://midcdmz.nrel.gov/>`_.

0 commit comments

Comments
 (0)