Skip to content

Commit 9bfa4a0

Browse files
authored
update index.rst
1 parent 0919645 commit 9bfa4a0

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/source/index.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ filesystem with metadata. A series of scenarios (``ScenarioSeries``) are stored
1414
in a single root directory for each new series with metadata for later
1515
analysis.
1616

17-
Questions or comments? Contact `John Volk <mailto:johnvolk08@gmail.com>`_
17+
Questions or comments? Contact `John Volk <mailto:jmvolk@unr.edu>`_
1818

1919

20-
Install
20+
Install (out of date version on PyPI, for new version use method below)
2121
-------
2222

2323
``pip install prms-python``
@@ -29,7 +29,7 @@ First, clone from GitHub
2929

3030
.. code-block:: sh
3131
32-
git clone https://github.com/mtpain/PRMS-Python.git && cd PRMS-Python
32+
git clone https://github.com/JohnVolk/PRMS-Python && cd PRMS-Python
3333
3434
Then install dependencies and executable
3535

@@ -47,7 +47,9 @@ command-line interface to the PRMS-Python tools.
4747

4848
If instead you would rather get acquainted with the Python API for direct use,
4949
see the :doc:`tutorial` page for usage recipes and examples, and consult the
50-
:doc:`api` for more details.
50+
:doc:`api` for more details. More examples and in depth documentation can be
51+
found in the Jupyter notebooks found in the notebooks directory in the PRMS-Python
52+
package.
5153

5254
Happy coding, y'all!
5355

0 commit comments

Comments
 (0)