Skip to content

Commit 640e477

Browse files
authored
Merge pull request #189 from ehinman/fix-docs
Fix pathing so new waterdata documentation is available
2 parents 693588f + 126a1ac commit 640e477

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Or using conda:
4949
conda install -c conda-forge dataretrieval
5050
```
5151

52+
To install the "main" branch directly from GitHub, use:
53+
54+
```bash
55+
pip install git+https://github.com/DOI-USGS/dataretrieval-python.git
56+
```
57+
5258
## Usage Examples
5359

5460
### Water Data API (Recommended - Modern USGS Data)

docs/source/reference/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ API reference
1010
nadp
1111
nldi
1212
nwis
13-
samples
1413
streamstats
1514
utils
1615
waterdata

docs/source/reference/samples.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/source/reference/waterdata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _samples
1+
.. _waterdata
22
33
dataretrieval.waterdata
44
-------------------------

0 commit comments

Comments
 (0)