Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wholmgren committed Jan 18, 2017
1 parent 24da9ee commit 91cbc77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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=weather);
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

0 comments on commit 91cbc77

Please sign in to comment.