Skip to content

Commit 06594f9

Browse files
Update outdated nbviewer links (#1726)
* Broken links Fixes : #1721 Signed-off-by: kshitiz305 <[email protected]> * move whatsnew entry to Documentation section * add 0.9.6 whatsnew to whatsnew index --------- Signed-off-by: kshitiz305 <[email protected]> Co-authored-by: Kevin Anderson <[email protected]>
1 parent 3def7e3 commit 06594f9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/sphinx/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please see the :ref:`installation` page for installation help.
1919

2020
For examples of how to use pvlib python, please see
2121
:ref:`package_overview` and our `Jupyter Notebook tutorials
22-
<http://nbviewer.ipython.org/github/pvlib/pvlib-python/tree/main/docs/
22+
<http://nbviewer.org/github/pvlib/pvlib-python/tree/main/docs/
2323
tutorials/>`_. The documentation assumes general familiarity with
2424
Python, NumPy, and Pandas. Google searches will yield many
2525
excellent tutorials for these packages.
@@ -74,7 +74,7 @@ Additional pvlib python publications include:
7474
(`paper
7575
<https://github.com/pvlib/pvsc2015/blob/main/pvlib_pvsc_42.pdf>`__ and
7676
the `notebook to reproduce the figures
77-
<http://nbviewer.ipython.org/github/pvlib/pvsc2015/blob/main/paper.ipynb>`_)
77+
<http://nbviewer.org/github/pvlib/pvsc2015/blob/main/paper.ipynb>`_)
7878
* J.S. Stein, W.F. Holmgren, J. Forbess, and C.W. Hansen,
7979
"PVLIB: Open Source Photovoltaic Performance Modeling Functions
8080
for Matlab and Python," in 43rd Photovoltaic Specialists Conference, 2016.

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.9.6.rst
910
.. include:: whatsnew/v0.9.5.rst
1011
.. include:: whatsnew/v0.9.4.rst
1112
.. include:: whatsnew/v0.9.3.rst

docs/sphinx/source/whatsnew/v0.9.6.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Documentation
2626
~~~~~~~~~~~~~
2727
* Updated the description of the interval parameter in
2828
:py:func:`pvlib.iotools.get_psm3`. (:issue:`1702`, :pull:`1712`)
29+
* Fixed outdated nbviewer links. (:issue:`1721`, :pull:`1726`)
2930

3031
Benchmarking
3132
~~~~~~~~~~~~~
@@ -39,3 +40,6 @@ Contributors
3940
~~~~~~~~~~~~
4041
* Adam R. Jensen (:ghuser:`adamrjensen`)
4142
* Siddharth Kaul (:ghuser:`k10blogger`)
43+
* Kshitiz Gupta (:ghuser:`kshitiz305`)
44+
* Stefan de Lange (:ghuser:`langestefan`)
45+

0 commit comments

Comments
 (0)