Skip to content

Commit ad47804

Browse files
authored
Merge pull request #190 from ehinman/fix-docs-2
Another attempt to fix documentation issues
2 parents 640e477 + 54095e3 commit ad47804

File tree

10 files changed

+136
-138
lines changed

10 files changed

+136
-138
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest, windows-latest]
19-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12]
20-
exclude:
21-
- os: ubuntu-latest
22-
python-version: 3.8
23-
19+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
2420

2521
steps:
2622
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871

.github/workflows/sphinx-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
shell: bash -l {0}
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install .[doc]
21+
pip install .[doc,nldi]
2222
ipython kernel install --name "python3" --user
2323
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng pandoc
24-
(cd docs && make docs)
2524
(cd docs && make html)
2625
- name: Debug
2726
run: |

dataretrieval/waterdata/api.py

Lines changed: 127 additions & 124 deletions
Large diffs are not rendered by default.

docs/source/reference/nadp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _nadp
1+
.. _nadp:
22

33
dataretrieval.nadp
44
------------------

docs/source/reference/nldi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _nldi
1+
.. _nldi:
22

33
dataretrieval.nldi
44
------------------

docs/source/reference/nwis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _nwis
1+
.. _nwis:
22

33
dataretrieval.nwis
44
------------------

docs/source/reference/streamstats.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _streamstats
1+
.. _streamstats:
22

33
dataretrieval.streamstats
44
-------------------------

docs/source/reference/utils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _utils
1+
.. _utils:
22

33
dataretrieval.utils
44
-------------------

docs/source/reference/waterdata.rst

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

33
dataretrieval.waterdata
44
-------------------------

docs/source/reference/wqp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _wqp
1+
.. _wqp:
22

33
dataretrieval.wqp
44
-----------------

0 commit comments

Comments
 (0)