Skip to content

Commit 8d56b2e

Browse files
authored
fix broken tutorial links on fx doc page (#287)
1 parent e77dfee commit 8d56b2e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

docs/sphinx/source/forecasts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ to easily browse the catalog and become more familiar with its contents.
2424

2525
This document demonstrates how to use pvlib-python to create a PV power
2626
forecast using these tools. The `forecast
27-
<http://nbviewer.jupyter.org/github/wholmgren/pvlib-python/blob/fx-
27+
<http://nbviewer.jupyter.org/github/pvlib/pvlib-python/blob/
2828
master/docs/tutorials/forecast.ipynb>`_ and `forecast_to_power
29-
<http://nbviewer.jupyter.org/github/wholmgren/pvlib-python/blob/fx-
29+
<http://nbviewer.jupyter.org/github/pvlib/pvlib-python/blob/
3030
master/docs/tutorials/forecast_to_power.ipynb>`_ Jupyter notebooks
3131
provide additional example code.
3232

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9+
.. include:: whatsnew/v0.4.4.txt
910
.. include:: whatsnew/v0.4.3.txt
1011
.. include:: whatsnew/v0.4.2.txt
1112
.. include:: whatsnew/v0.4.1.txt
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. _whatsnew_0440:
2+
3+
v0.4.4 (January xx, 2017)
4+
--------------------------
5+
6+
Enhancements
7+
~~~~~~~~~~~~
8+
9+
10+
Documentation
11+
~~~~~~~~~~~~~
12+
13+
* Fixes the Forecasting page's broken links to the tutorials.
14+
15+
16+
Contributors
17+
~~~~~~~~~~~~
18+
19+
* Will Holmgren

0 commit comments

Comments
 (0)