Skip to content

Commit 253caa6

Browse files
committed
Deploying to gh-pages from @ 566ef86 🚀
1 parent 53533fa commit 253caa6

92 files changed

Lines changed: 1452 additions & 2877 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: a2823c5f8cc9de0eb3c83a712ae4574a
3+
config: 006b4989c6acc3c679bdab7c0430765a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
224 KB
Loading
-34.2 KB
Binary file not shown.
166 KB
Loading

_modules/dataretrieval/exceptions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>dataretrieval.exceptions &mdash; dataretrieval 0.1.dev1+g5b4c1f033 documentation</title>
8+
<title>dataretrieval.exceptions &mdash; dataretrieval 0.1.dev1+g566ef869a documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
1111

1212

1313
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../_static/documentation_options.js?v=3b7e0e16"></script>
15+
<script src="../../_static/documentation_options.js?v=ff907d52"></script>
1616
<script src="../../_static/doctools.js?v=fd6eb6e6"></script>
1717
<script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script>
1818
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -76,7 +76,7 @@
7676
<h1>Source code for dataretrieval.exceptions</h1><div class="highlight"><pre>
7777
<span></span><span class="sd">&quot;&quot;&quot;Exception taxonomy for ``dataretrieval``.</span>
7878

79-
<span class="sd">Every service module (``nwis``, ``wqp``, ``nldi``, ``waterdata``, ``nadp``,</span>
79+
<span class="sd">Every service module (``nwis``, ``wqp``, ``nldi``, ``waterdata``,</span>
8080
<span class="sd">``streamstats``) raises a subclass of :class:`DataRetrievalError` when a request</span>
8181
<span class="sd">fails, so one ``except dataretrieval.DataRetrievalError`` catches them all --</span>
8282
<span class="sd">including connection-level failures (timeouts, DNS, refused connections), which</span>
@@ -375,7 +375,7 @@ <h1>Source code for dataretrieval.exceptions</h1><div class="highlight"><pre>
375375
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Return the typed :class:`DataRetrievalError` for an HTTP error *status*.</span>
376376

377377
<span class="sd"> The one status-to-type mapping every request path shares (the legacy</span>
378-
<span class="sd"> ``query`` path, ``waterdata``, ``nadp`` / ``streamstats``), so a given status</span>
378+
<span class="sd"> ``query`` path, ``waterdata``, ``streamstats``), so a given status</span>
379379
<span class="sd"> becomes the same type everywhere:</span>
380380

381381
<span class="sd"> * **413, 414** -&gt; :class:`URLTooLong` (a :class:`RequestTooLarge`) -- the</span>

_modules/dataretrieval/nadp.html

Lines changed: 0 additions & 359 deletions
This file was deleted.

_modules/dataretrieval/ngwmn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>dataretrieval.ngwmn &mdash; dataretrieval 0.1.dev1+g5b4c1f033 documentation</title>
8+
<title>dataretrieval.ngwmn &mdash; dataretrieval 0.1.dev1+g566ef869a documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
1111

1212

1313
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../_static/documentation_options.js?v=3b7e0e16"></script>
15+
<script src="../../_static/documentation_options.js?v=ff907d52"></script>
1616
<script src="../../_static/doctools.js?v=fd6eb6e6"></script>
1717
<script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script>
1818
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>

_modules/dataretrieval/nldi.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>dataretrieval.nldi &mdash; dataretrieval 0.1.dev1+g5b4c1f033 documentation</title>
8+
<title>dataretrieval.nldi &mdash; dataretrieval 0.1.dev1+g566ef869a documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
1111

1212

1313
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../_static/documentation_options.js?v=3b7e0e16"></script>
15+
<script src="../../_static/documentation_options.js?v=ff907d52"></script>
1616
<script src="../../_static/doctools.js?v=fd6eb6e6"></script>
1717
<script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script>
1818
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>

_modules/dataretrieval/nwis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>dataretrieval.nwis &mdash; dataretrieval 0.1.dev1+g5b4c1f033 documentation</title>
8+
<title>dataretrieval.nwis &mdash; dataretrieval 0.1.dev1+g566ef869a documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" />
1111

1212

1313
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../_static/documentation_options.js?v=3b7e0e16"></script>
15+
<script src="../../_static/documentation_options.js?v=ff907d52"></script>
1616
<script src="../../_static/doctools.js?v=fd6eb6e6"></script>
1717
<script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script>
1818
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>

_modules/dataretrieval/ogc/interruptions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>dataretrieval.ogc.interruptions &mdash; dataretrieval 0.1.dev1+g5b4c1f033 documentation</title>
8+
<title>dataretrieval.ogc.interruptions &mdash; dataretrieval 0.1.dev1+g566ef869a documentation</title>
99
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=b86133f3" />
1010
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=9edc463e" />
1111

1212

1313
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
1414
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
15-
<script src="../../../_static/documentation_options.js?v=3b7e0e16"></script>
15+
<script src="../../../_static/documentation_options.js?v=ff907d52"></script>
1616
<script src="../../../_static/doctools.js?v=fd6eb6e6"></script>
1717
<script src="../../../_static/sphinx_highlight.js?v=6ffebe34"></script>
1818
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>

0 commit comments

Comments
 (0)