Skip to content

Commit 136cf47

Browse files
authored
Update virtual environment guide URL on contributing page (#2200)
* Update contributing.rst * add scientific-python.org URL * update hyperlinked text * link between user guide sections * Update contributing.rst
1 parent 5aa9ba1 commit 136cf47

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/sphinx/source/contributing.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ into detail on each of these steps. Also see GitHub's `Set Up Git
6868
Requests <https://help.github.com/articles/using-pull-requests/>`_.
6969

7070
We strongly recommend using virtual environments for development.
71-
Virtual environments make it trivial to switch between different
72-
versions of software. This `astropy guide
73-
<http://astropy.readthedocs.org/en/latest/development/workflow/
74-
virtual_pythons.html>`_ is a good reference for virtual environments. If
75-
this is your first pull request, don't worry about using a virtual
76-
environment.
71+
Virtual environments make it easier to switch between different
72+
versions of software. This `scientific-python.org guide
73+
<https://learn.scientific-python.org/development/tutorials/dev-environment/>`_
74+
is a good reference for virtual environments. The pvlib-python `installation
75+
user guide <https://pvlib-python.readthedocs.io/en/stable/user_guide/
76+
installation.html#set-up-a-virtual-environment>`_ also provides instructions on
77+
setting up a virtual environment. If this is your first pull request, don't
78+
worry about using a virtual environment.
7779

7880
You must include documentation and unit tests for any new or improved
7981
code. We can provide help and advice on this after you start the pull

0 commit comments

Comments
 (0)