Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
exclude:
- os: ubuntu-latest
python-version: 3.8

python-version: [3.9, '3.10', 3.11, 3.12, 3.13]

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
pip install .[doc]
pip install .[doc,nldi]
ipython kernel install --name "python3" --user
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
(cd docs && make docs)
(cd docs && make html)
- name: Debug
run: |
Expand Down
251 changes: 127 additions & 124 deletions dataretrieval/waterdata/api.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/reference/nadp.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _nadp
.. _nadp:

dataretrieval.nadp
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/nldi.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _nldi
.. _nldi:

dataretrieval.nldi
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/nwis.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _nwis
.. _nwis:

dataretrieval.nwis
------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/streamstats.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _streamstats
.. _streamstats:

dataretrieval.streamstats
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/utils.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _utils
.. _utils:

dataretrieval.utils
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/waterdata.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _waterdata
.. _waterdata:

dataretrieval.waterdata
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/reference/wqp.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _wqp
.. _wqp:

dataretrieval.wqp
-----------------
Expand Down