8000 fix for https://github.com/pvlib/pvlib-python/issues/102 by dacoex · Pull Request #103 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

fix for https://github.com/pvlib/pvlib-python/issues/102 #103

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 31 commits into from
Jan 20, 2016
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
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
Unified Diff View
Unified
Prev Previous commit
Next Next commit
list
  • Loading branch information
dacoex committed Jan 19, 2016
commit f5cb190705e756660a4bb4cf0ca052f74ffcee6a
25 changes: 23 additions & 2 deletions docs/sphinx/source/variables_style_rules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ There is a convention on consistent variable names throughout the library:
:file: ../../../pvlib/data/variables_style-rules.csv
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file name should just use underscores.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

simplicity

:delim: ;
:header-rows: 1
:widths: 5, 20
:widths: 5, 10

For an definition and further help on symbols and units refer to the following sources:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably need to say something about the fact that these references might not use the same terminology as us.


Expand All @@ -24,4 +24,25 @@ For an definition and further help on symbols and units refer to the following s
* `Time references <http://www.soda-pro.com/help/general/time-references>`_
* `Units and conversion tool <http://www.soda-is.com/eng/education/units.html>`_
* `Terminology: definitions of the main quantities. <http://www.soda-is.com/eng/education/terminology.html>`_
* `Acronyms in solar radiation <http://www.soda-is.com/eng/education/acronymes.html>`_ (more extensive list)
* `Acronyms in solar radiation <http://www.soda-is.com/eng/education/acronymes.html>`_ (more extensive list)

Test:

* This is a bulleted list.
* It has two items, the second
item uses two lines.

1. This is a numbered list.
2. It has two items too.

#. This is a numbered list.
#. It has two items too.


* this is
* a list

* with a nested list
* and some subitems

* and here the parent list continues
0