Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2530dee 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
lstanish-usgs committed Jun 21, 2024
1 parent 2fc9005 commit b71b918
Show file tree
Hide file tree
Showing 42 changed files with 838 additions and 843 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 08a4f1d03f90ea9c6f7c2a69f0a7bf1e
config: 6c0dad72c17d42ff36f39eb7da240a40
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_single_gage_analysis_12_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_single_gage_analysis_21_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/examples_single_gage_analysis_23_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified _images/flow_duration_curve_examples-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _modules/hyswap/cumulative.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.cumulative &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.cumulative &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
8 changes: 6 additions & 2 deletions _modules/hyswap/exceedance.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.exceedance &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.exceedance &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down Expand Up @@ -127,6 +127,7 @@ <h1>Source code for hyswap.exceedance</h1><div class="highlight"><pre>
<span class="sd"> distribution with a mean of 1 and a standard deviation of 0.25.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; exceedance.calculate_exceedance_probability_from_distribution(</span>
<span class="sd"> ... 1, &#39;lognormal&#39;, 1, 0.25)</span>
Expand All @@ -136,6 +137,7 @@ <h1>Source code for hyswap.exceedance</h1><div class="highlight"><pre>
<span class="sd"> distribution with a mean of 1 and a standard deviation of 0.25.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; exceedance.calculate_exceedance_probability_from_distribution(</span>
<span class="sd"> ... 1, &#39;normal&#39;, 1, 0.25)</span>
Expand Down Expand Up @@ -208,6 +210,7 @@ <h1>Source code for hyswap.exceedance</h1><div class="highlight"><pre>
<span class="sd"> of 1, 2, 3, and 4.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; exceedance.calculate_exceedance_probability_from_values(</span>
<span class="sd"> ... 1, [1, 2, 3, 4], method=&#39;linear&#39;)</span>
Expand All @@ -217,6 +220,7 @@ <h1>Source code for hyswap.exceedance</h1><div class="highlight"><pre>
<span class="sd"> of 1, 2, 3, and 4.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; exceedance.calculate_exceedance_probability_from_values(</span>
<span class="sd"> ... 5, [1, 2, 3, 4])</span>
Expand Down
5 changes: 3 additions & 2 deletions _modules/hyswap/percentiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.percentiles &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.percentiles &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down Expand Up @@ -708,6 +708,7 @@ <h1>Source code for hyswap.percentiles</h1><div class="highlight"><pre>
<span class="sd"> Calculate the percentile associated with a value from some synthetic data.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; data = pd.DataFrame({&#39;values&#39;: np.arange(1001),</span>
<span class="sd"> ... &#39;date&#39;: pd.date_range(&#39;2020-01-01&#39;, &#39;2022-09-27&#39;)}).set_index(&#39;date&#39;) # noqa: E501</span>
Expand Down
4 changes: 2 additions & 2 deletions _modules/hyswap/plots.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.plots &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.plots &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
5 changes: 3 additions & 2 deletions _modules/hyswap/rasterhydrograph.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.rasterhydrograph &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.rasterhydrograph &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down Expand Up @@ -150,6 +150,7 @@ <h1>Source code for hyswap.rasterhydrograph</h1><div class="highlight"><pre>
<span class="sd"> Formatting synthetic daily data for a raster hydrograph.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; df = pd.DataFrame({&#39;date&#39;: pd.date_range(&#39;1/1/2010&#39;, &#39;12/31/2010&#39;),</span>
<span class="sd"> ... &#39;data&#39;: np.random.rand(365)})</span>
Expand Down
5 changes: 3 additions & 2 deletions _modules/hyswap/runoff.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.runoff &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.runoff &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down Expand Up @@ -116,6 +116,7 @@ <h1>Source code for hyswap.runoff</h1><div class="highlight"><pre>
<span class="sd"> Convert 14 cfs to mm/yr for a 250 km2 drainage area.</span>

<span class="sd"> .. doctest::</span>
<span class="sd"> :skipif: True # docstrings test fails with np.float64</span>

<span class="sd"> &gt;&gt;&gt; mmyr = runoff.convert_cfs_to_runoff(14, 250)</span>
<span class="sd"> &gt;&gt;&gt; np.round(mmyr)</span>
Expand Down
4 changes: 2 additions & 2 deletions _modules/hyswap/similarity.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.similarity &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.similarity &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions _modules/hyswap/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hyswap.utils &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>hyswap.utils &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../../_static/documentation_options.js?v=4c86c415"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>Overview: module code &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
Expand All @@ -15,7 +15,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../_static/documentation_options.js?v=4c86c415"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
2 changes: 1 addition & 1 deletion _static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.1.dev1+gfc756e4',
VERSION: '0.1.dev1+g2530dee',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions examples/cumulative_hydrograph_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cumulative Streamflow Hydrographs &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>Cumulative Streamflow Hydrographs &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../_static/documentation_options.js?v=4c86c415"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions examples/flow_duration_curve_examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Flow Duration Curves &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>Flow Duration Curves &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../_static/documentation_options.js?v=4c86c415"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simple Examples &mdash; hyswap 0.1.dev1+gfc756e4 documentation</title>
<title>Simple Examples &mdash; hyswap 0.1.dev1+g2530dee documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" />
Expand All @@ -16,7 +16,7 @@

<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=c9778fe8"></script>
<script src="../_static/documentation_options.js?v=4c86c415"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<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>
Expand Down
Loading

0 comments on commit b71b918

Please sign in to comment.