Skip to content

Commit cd908c3

Browse files
committed
Deploying to gh-pages from @ 7f64c2d 🚀
1 parent 46ed4e2 commit cd908c3

115 files changed

Lines changed: 25738 additions & 13473 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: e4c1eedbc8ce9d0357ff0c1ea356752d
3+
config: a9fc0efc45803a2b7a9d52a125ed17db
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
33.5 KB
Loading
23.2 KB
Loading
37.2 KB
Loading
23 KB
Loading
-38.1 KB
Binary file not shown.
240 Bytes
Loading
349 Bytes
Loading

_modules/dataretrieval/nadp.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.nadp &mdash; dataretrieval 0.1.dev1+gc450c404d documentation</title>
8+
<title>dataretrieval.nadp &mdash; dataretrieval 0.1.dev1+g7f64c2de7 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=bb319b34"></script>
15+
<script src="../../_static/documentation_options.js?v=57830bd8"></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: 5 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.nldi &mdash; dataretrieval 0.1.dev1+gc450c404d documentation</title>
8+
<title>dataretrieval.nldi &mdash; dataretrieval 0.1.dev1+g7f64c2de7 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=bb319b34"></script>
15+
<script src="../../_static/documentation_options.js?v=57830bd8"></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>
@@ -383,8 +383,9 @@ <h1>Source code for dataretrieval.nldi</h1><div class="highlight"><pre>
383383
<span class="sd"> --------</span>
384384
<span class="sd"> .. doctest::</span>
385385

386-
<span class="sd"> &gt;&gt;&gt; # Get features for a feature wqp and feature_id USGS-01031500</span>
387-
<span class="sd"> &gt;&gt;&gt; gdf = dataretrieval.nldi.get_features_by_data_source(</span>
386+
<span class="sd"> &gt;&gt;&gt; # &quot;nwissite&quot; returns every NWIS site nationwide, so this example is</span>
387+
<span class="sd"> &gt;&gt;&gt; # skipped in the doctest build to avoid the (very large) download.</span>
388+
<span class="sd"> &gt;&gt;&gt; gdf = dataretrieval.nldi.get_features_by_data_source( # doctest: +SKIP</span>
388389
<span class="sd"> ... data_source=&quot;nwissite&quot;</span>
389390
<span class="sd"> ... )</span>
390391
<span class="sd"> &quot;&quot;&quot;</span>

0 commit comments

Comments
 (0)