Skip to content

enable forecasting doc page build on readthedocs #300

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 4 commits into from
Jan 19, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
20 changes: 11 additions & 9 deletions docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: pvlibdocs
channels:
- conda-forge
- defaults
# - conda-forge # needed for siphon, but causes path too short problems on rtd
dependencies:
- python=2.7
- mock # needed for local python 2.7 builds
- numpy
- numpy=1.11.2
- scipy
- pandas
- pandas=0.19.1
- pytz
- ephem
- numba
- ipython=4.0.1
- ipywidgets
- numpydoc
- matplotlib
- seaborn
# - siphon
- sphinx=1.3.5 # same versions as rtd
- sphinx_rtd_theme=0.1.7
- docutils=0.12
- matplotlib=1.5.3
- seaborn=0.7.1
- siphon=0.4.0
- sphinx=1.4.8
- netCDF4=1.2.4
- hdf4=4.2.12
- sphinx_rtd_theme
- docutils
4 changes: 1 addition & 3 deletions docs/sphinx/source/forecasts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,7 @@ for details.
mc = ModelChain(system, fx_model.location)

# extract relevant data for model chain
irradiance = fx_data[['ghi', 'dni', 'dhi']]
weather = fx_data[['wind_speed', 'temp_air']]
mc.run_model(fx_data.index, irradiance=irradiance, weather=weather);
mc.run_model(fx_data.index, weather=fx_data);

Now we plot a couple of modeling intermediates and the forecast power.
Here's the forecast plane of array irradiance...
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Enhancements
* :ref:`contributing` (:issue:`46`)
* :ref:`timetimezones` (:issue:`47`)
* :ref:`variables_style_rules` (:issue:`102`)
* :ref:`classes` (:issue:`93`)
* Classes (:issue:`93`) (Moved to :ref:`api` in :issue:`258`)

* Adds support for Appveyor, a Windows continuous integration service.
(:issue:`111`)
Expand Down
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.4.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Documentation
~~~~~~~~~~~~~

* Fixes the Forecasting page's broken links to the tutorials.
* Fixes the Forecasting page's broken examples. (:issue:`299`)
* Fixes broken Classes link in the v0.3.0 documentation.


Contributors
Expand Down