Skip to content
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

Remove link to outdated tutorials #2009

Merged
merged 5 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion docs/sphinx/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pvlib-python, git, or Python:
`easy <https://github.com/pvlib/pvlib-python/labels/easy>`_,
or `help wanted <https://github.com/pvlib/pvlib-python/labels/help%20wanted>`_.
* Improve the documentation and the unit tests.
* Improve the IPython/Jupyter Notebook tutorials or write new ones that
* Improve the Example Gallery or add new examples that
demonstrate how to use pvlib-python in your area of expertise.
* If you have MATLAB experience, you can help us keep pvlib-python
up to date with PVLIB_MATLAB or help us develop common unit tests.
Expand Down
8 changes: 4 additions & 4 deletions docs/sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ energy systems and accomplishing related tasks.
The core mission of pvlib python is to provide open,
reliable, interoperable, and benchmark implementations of PV system models.

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

For examples of how to use pvlib python, please see
:ref:`package_overview` and our `Jupyter Notebook tutorials
<http://nbviewer.org/github/pvlib/pvlib-python/tree/main/docs/
tutorials/>`_. The documentation assumes general familiarity with
:ref:`package_overview` and the `Example Gallery
<https://pvlib-python.readthedocs.io/en/stable/gallery/index.html/>`_.
The documentation assumes general familiarity with
Python, NumPy, and Pandas. Google searches will yield many
excellent tutorials for these packages.

Expand Down
11 changes: 3 additions & 8 deletions docs/sphinx/source/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,10 @@ for a password then you're probably trying to install pvlib into your
system's Python distribution. This is usually a bad idea and you should
follow the :ref:`nopython` instructions before installing pvlib.

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


.. _editablelibrary:
Expand Down Expand Up @@ -220,7 +215,7 @@ pvlib-python is compatible with Python 3.

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

A handful of pvlib-python features require additional packages that must
Expand Down
Loading