From bda62643c0f5333b811b7b990c7a294dbec566d8 Mon Sep 17 00:00:00 2001 From: Elise Hinman Date: Wed, 24 Jul 2024 10:11:02 -0500 Subject: [PATCH] small typo fixes --- .gitignore | 15 ++++----------- .../examples/flow_duration_curve_examples.rst | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index fd2525d..7e195dd 100644 --- a/.gitignore +++ b/.gitignore @@ -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 @@ -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 @@ -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 diff --git a/docs/source/examples/flow_duration_curve_examples.rst b/docs/source/examples/flow_duration_curve_examples.rst index 8be6c34..502013e 100644 --- a/docs/source/examples/flow_duration_curve_examples.rst +++ b/docs/source/examples/flow_duration_curve_examples.rst @@ -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" `_. Creating a Flow Duration Curve for Site 01646500