add clear sky documentation page#209
Merged
wholmgren merged 59 commits intopvlib:masterfrom Jul 19, 2016
Merged
Conversation
Member
Author
|
I finally got the page to build on readthedocs after a lot of trial and error (readthedocs/readthedocs.org#2288 for more). Here's the link: http://wholmgren-pvlib-python-new.readthedocs.io/en/csdocs/clearsky.html I'd like to merge this today or tomorrow. |
Member
Author
|
I'm going to go ahead and merge this. As always, we can improve it later. To anyone still reading this thread: thanks for your patience through an obnoxious number of github notifications. Debugging the problem on readthedocs was also obnoxious. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wrote a new documentation page for pvlib's clear sky features. The page includes examples for Location.get_clearsky, clearsky.ineichen, and clearsky.simplified_solis. Many of the examples are from old issues and pull requests such as #148 #101.
Unfortunately, I can't get readthedocs to build this new documentation (link to failed build). The build is fragile even on my own machine because line continuation mysteriously doesn't work in some of the .. ipython:: blocks. I've wasted enough time on it for now, so I'm just going to wait and hope that future updates to some combination of rtd/sphinx/ipython/matplotlib solve the problems. I'd appreciate any debugging help if you have experience in this area.
In the meantime, here's a link to the manually built documentation on my server:
https://forecasting.energy.arizona.edu/pvlib/pvlib-python/docs/sphinx/build/html/clearsky.html
Let me know if you have edits and suggestions for how to improve it.