-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Restructure documentation, port tutorials #121
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
Changes from all commits
660b244
a5250f9
8531abe
c45625e
7bfde5b
79d9395
76516bf
42d5c91
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,16 +72,65 @@ Contents | |
|
||
package_overview | ||
whatsnew | ||
usage | ||
installation | ||
contributing | ||
timetimezones | ||
solarposition | ||
transposition | ||
clearsky | ||
io | ||
system | ||
forecasts | ||
statistics | ||
plotting | ||
reporting | ||
modules | ||
classes | ||
comparison_pvlib_matlab | ||
variables_style_rules | ||
|
||
|
||
Contents (potential new ToC) | ||
============================ | ||
|
||
* What’s New | ||
* Overview: Why pvlib? | ||
* Introduction | ||
* Modeling paradigms | ||
* User extensions | ||
* What it is not | ||
* Comparison with PVLIB_MATLAB | ||
* Installation | ||
* Examples | ||
* Using the principal components | ||
* atmosphere.py tutorial | ||
* solarposition.py tutorial | ||
* irradiance.py tutorial | ||
* Specific datasets | ||
* TMY tutorial | ||
* TMY data and diffuse irradiance model | ||
* TMY to Power Tutorial | ||
* System Modelling | ||
* pvsystem tutorial | ||
* Tracking | ||
* Modeling multiple systems with system losses | ||
* Validations | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't understand the "Validations" title. Are you planning to compare to real data? That sounds like a good idea, but the subheadings are not specific to data validation. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could be "Validations & Comparisons" In the "SAPM" notebook, the different models are compared (= validated against each other). There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, no, I would not use "validation" unless there was data. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. So it will be "Validations & Comparisons"? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, I suggest removing the section entirely and putting the subitems under system modeling. If you really want the section then call it something like "SAPM and Single Diode Comparison" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK. |
||
* SAPM – Some simulations using the Sandia Array Performance Model. | ||
* IV curves – Make some IV curves based on this data | ||
* API reference with principal components | ||
* Modules | ||
* Classes | ||
* Support and Development | ||
* Getting support | ||
* How do I contribute? | ||
* Frequently Asked Questions | ||
* Citing and References | ||
* Citing pvlib | ||
* References used for the code | ||
* Publications and projects using pvlib | ||
* Credits | ||
|
||
|
||
Indices and tables | ||
================== | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _io: | ||
|
||
************************************************* | ||
Import of Data & Export to other Industry Formats | ||
************************************************* | ||
|
||
Solar Data | ||
====================== | ||
|
||
|
||
Web Information | ||
======================= | ||
|
||
|
||
Locations | ||
-------------- | ||
|
||
|
||
PVSyst | ||
====================== | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _single_array: | ||
|
||
********************************************* | ||
Multiple Array PV System or Multiple Systems | ||
********************************************* | ||
|
||
Insert here: | ||
|
||
http://nbviewer.jupyter.org/github/jforbess/pvlib-python/blob/Issue84/docs/tutorials/system_loss_modeling.ipynb | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _plotting: | ||
|
||
************************************************* | ||
Plotting of Solar Data and Simulation Results | ||
************************************************* | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.. _reporting: | ||
|
||
********************* | ||
Reporting of Results | ||
********************* | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove the top level "Examples".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was mimicked after
http://xarray.pydata.org/en/stable/index.html
http://xarray.pydata.org/en/stable/examples.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. I don't have a strong preference here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to keep the top level.
This helps to reduce
maxdepth
to 1 once there are many sub-pages.