Skip to content

Commit ba458bd

Browse files
Remove link to outdated tutorials (#2009)
* Remove link to outdate tutorials * Update link to min version requirements * Remove correct tutorial link * Remove more references to notebooks * Update docs/sphinx/source/index.rst Co-authored-by: Kevin Anderson <[email protected]> --------- Co-authored-by: Kevin Anderson <[email protected]>
1 parent 3b3a38a commit ba458bd

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

docs/sphinx/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pvlib-python, git, or Python:
2929
`easy <https://github.com/pvlib/pvlib-python/labels/easy>`_,
3030
or `help wanted <https://github.com/pvlib/pvlib-python/labels/help%20wanted>`_.
3131
* Improve the documentation and the unit tests.
32-
* Improve the IPython/Jupyter Notebook tutorials or write new ones that
32+
* Improve the Example Gallery or add new examples that
3333
demonstrate how to use pvlib-python in your area of expertise.
3434
* Tell your friends and colleagues about pvlib-python.
3535
* Add your project to our

docs/sphinx/source/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ energy systems and accomplishing related tasks.
1010
The core mission of pvlib python is to provide open,
1111
reliable, interoperable, and benchmark implementations of PV system models.
1212

13-
The source code for pvlib python is hosted on `github
13+
The source code for pvlib python is hosted on `GitHub
1414
<https://github.com/pvlib/pvlib-python>`_.
1515
Please see the :ref:`installation` page for installation help.
1616

1717
For examples of how to use pvlib python, please see
18-
:ref:`package_overview` and our `Jupyter Notebook tutorials
19-
<http://nbviewer.org/github/pvlib/pvlib-python/tree/main/docs/
20-
tutorials/>`_. The documentation assumes general familiarity with
18+
:ref:`package_overview` and the :ref:`example_gallery`.
19+
The documentation assumes general familiarity with
2120
Python, NumPy, and Pandas. Google searches will yield many
2221
excellent tutorials for these packages.
2322

docs/sphinx/source/user_guide/installation.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,10 @@ for a password then you're probably trying to install pvlib into your
8383
system's Python distribution. This is usually a bad idea and you should
8484
follow the :ref:`nopython` instructions before installing pvlib.
8585

86-
You may still want to download the Python source code so that you can
87-
easily get all of the Jupyter Notebook tutorials. Either clone the `git
86+
You may still want to download the Python source code. Either clone the `git
8887
repository <https://github.com/pvlib/pvlib-python>`_ or go to the
8988
`Releases page <https://github.com/pvlib/pvlib-python/releases>`_ to
90-
download the zip file of the most recent release. You can also use the
91-
nbviewer website to choose a tutorial to experiment with. Go to our
92-
`nbviewer tutorial page
93-
<http://nbviewer.jupyter.org/github/pvlib/pvlib-python/tree/main/docs/
94-
tutorials/>`_.
89+
download the zip file of the most recent release.
9590

9691

9792
.. _editablelibrary:
@@ -220,7 +215,7 @@ pvlib-python is compatible with Python 3.
220215

221216
pvlib-python requires Pandas, Numpy, and SciPy. The minimum version requirements
222217
are specified in
223-
`setup.py <https://github.com/pvlib/pvlib-python/blob/main/setup.py>`_.
218+
`pyproject.toml <https://github.com/pvlib/pvlib-python/blob/main/pyproject.toml>`_.
224219
They are typically releases from several years ago.
225220

226221
A handful of pvlib-python features require additional packages that must

0 commit comments

Comments
 (0)