-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Went over sphinx warnings to fix many docstring formatting issues. Fixed a few minor comment issues (mainly adding a space after # comment symbol). Fixed intersphinx_mapping error in conf.py
- Loading branch information
Showing
15 changed files
with
159 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
""" | ||
LCRA Hydromet Data | ||
~~~~~~~~~~~~~~~~~~ | ||
Access to hydrologic and climate data in the Colorado River Basin (Texas) | ||
provided by the `Hydromet`_ web site and web service from | ||
the `Lower Colorado River Authority`_. | ||
.. _Lower Colorado River Authority: http://www.lcra.org | ||
.. _Hydromet: http://hydromet.lcra.org | ||
""" | ||
from .core import get_sites_by_type, get_site_data, get_all_sites, get_current_data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
""" | ||
LCRA Water Quality Data | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
Access to water quality data in the Colorado River Basin (Texas) | ||
provided by the `Water Quality`_ web site and web service from | ||
the `Lower Colorado River Authority`_. | ||
.. _Lower Colorado River Authority: http://www.lcra.org | ||
.. _Water Quality: http://waterquality.lcra.org/ | ||
""" | ||
from .core import get_sites, get_historical_data, get_recent_data, get_site_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.