Skip to content

Commit af2f656

Browse files
committed
1 parent 4173532 commit af2f656

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ coverage.xml
6969

7070

7171
#Datafiles
72-
#*.csv
72+
*.csv
7373

7474
# vi
7575
*.swp

docs/sphinx/source/variables_style_rules.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Variables and Symbols
55

66
There is a convention on consistent variable names throughout the library:
77

8-
.. csv-table:: List of used Symbols and Variables
8+
.. csv-table:: List of used Variables and Parameters
99
:file: ../../../pvlib/data/variables_style-rules.csv
1010
:delim: ;
1111
:header-rows: 1
@@ -26,4 +26,4 @@ For an definition and further help on symbols and units refer to the following s
2626
* `Terminology: definitions of the main quantities. <http://www.soda-is.com/eng/education/terminology.html>`_
2727
* `Acronyms in solar radiation <http://www.soda-is.com/eng/education/acronymes.html>`_ (more extensive list)
2828

29-
.. note:: These further references might not use the same terminology as :mod:pvlib. But the physical process referred to is the same.
29+
.. note:: These further references might not use the same terminology as *pvlib*. But the physical process referred to is the same.

pvlib/data/variables_style_rules.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ photocurrent;photocurrent
3535
saturation_current;diode saturation current
3636
resistance_series;series resistance
3737
resistance_shunt;shunt resistance
38-
tf;transposition factor, the gain ration of the radiation in inclinded plane to horizontal plane: :math:`\frac{poa\_global}{ghi}`
38+
transposition_factor; the gain ratio of the radiation on inclined plane to global horizontal irradiation: :math:`\frac{poa\_global}{ghi}`

0 commit comments

Comments
 (0)