Skip to content

Commit 327484a

Browse files
committed
add samples to documentation
1 parent f367bad commit 327484a

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

dataretrieval/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from dataretrieval.utils import *
77
from dataretrieval.waterwatch import *
88
from dataretrieval.wqp import *
9+
from dataretrieval.samples import *
910

1011
try:
1112
__version__ = version("dataretrieval")

docs/source/reference/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ API reference
99

1010
nadp
1111
nwis
12+
samples
1213
streamstats
1314
utils
1415
wqp

docs/source/reference/samples.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _samples
2+
3+
dataretrieval.samples
4+
-------------------------
5+
6+
.. automodule:: dataretrieval.samples
7+
:members:
8+
:special-members:

docs/source/userguide/dataportals.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ provided below.
1717
+-----------------------------------+---------------------------------------------------------------+
1818
| Mercury Deposition Network | https://nadp.slh.wisc.edu/networks/mercury-deposition-network |
1919
+-----------------------------------+---------------------------------------------------------------+
20+
| USGS Samples | https://waterdata.usgs.gov/download-samples/ |
21+
+-----------------------------------+---------------------------------------------------------------+
2022
| Streamstats | https://streamstats.usgs.gov |
2123
+-----------------------------------+---------------------------------------------------------------+
2224
| Water Quality Portal | https://waterqualitydata.us |

0 commit comments

Comments
 (0)