We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9b415 commit 52c6a41Copy full SHA for 52c6a41
2 files changed
docs/source/examples/WaterData_demo.nblink
@@ -0,0 +1,3 @@
1
+{
2
+ "path": "../../../demos/WaterData_demo.ipynb"
3
+}
docs/source/examples/index.rst
@@ -4,6 +4,17 @@
4
Examples
5
========
6
7
+Introduction to the ``waterdata`` module of ``dataretrieval``
8
+-------------------------------------------------------------
9
+The ``waterdata`` module will replace the ``nwis`` module as the primary
10
+set of data download functions for USGS water data. This Jupyter notebook
11
+covers a basic introduction to module functions and usage.
12
+
13
+.. toctree::
14
+ :maxdepth: 1
15
16
+ WaterData_demo
17
18
Simple uses of the ``dataretrieval`` package
19
--------------------------------------------
20
0 commit comments