Skip to content

Commit

Permalink
small typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ehinman committed Jul 24, 2024
1 parent 98be851 commit bda6264
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
15 changes: 4 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ cover/
*.mo
*.pot

# Django stuff:
# Django:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
# Flask:
instance/
.webassets-cache

# Scrapy stuff:
# Scrapy:
.scrapy

# Sphinx documentation
Expand Down Expand Up @@ -114,7 +114,7 @@ ipython_config.py
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
# Celery:
celerybeat-schedule
celerybeat.pid

Expand Down Expand Up @@ -154,13 +154,6 @@ dmypy.json
# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# MacOS
*.DS_Store

Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples/flow_duration_curve_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flow Duration Curves
--------------------

These examples show how flow duration curves can be constructed by fetching data from NWIS using `dataretrieval`, analyzing that data using functions provided by `hyswap` (:obj:`hyswap.exceedance.calculate_exceedance_probability_from_values_multiple`), and then plotted using another `hyswap` function (:obj:`hyswap.plots.plot_flow_duration_curve`).
For more information on flow duration curves, see the 1959 USGS report by James K. Searcy, titled ["Flow-duration curves"](https://doi.org/10.3133/wsp1542A).
For more information on flow duration curves, see the 1959 USGS report by James K. Searcy, titled `"Flow-duration curves" <https://doi.org/10.3133/wsp1542A>`_.


Creating a Flow Duration Curve for Site 01646500
Expand Down

0 comments on commit bda6264

Please sign in to comment.