Skip to content

Commit

Permalink
Deploying to gh-pages from @ dd2a712 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Sep 30, 2024
1 parent 6922d43 commit d4135ad
Show file tree
Hide file tree
Showing 39 changed files with 1,067 additions and 1,051 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: 3a324aa3bdbd0549e0962a4882d09fa3
config: 5d34cb93619b1cc1eceb8111f9990357
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 3 additions & 3 deletions _collections/notebooks/01_Getting_Started.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Getting Started &#8212; ipyaladin 0.5.0 documentation</title>
<title>Getting Started &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -39,7 +39,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -463,7 +463,7 @@ <h1>Getting Started<a class="headerlink" href="#Getting-Started" title="Link to
</pre></div>
</div>
<div class="input_area highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">aladin</span> <span class="o">=</span> <span class="n">Aladin</span><span class="p">(</span>
<span class="n">survey</span><span class="o">=</span><span class="s2">&quot;http://alasky.cds.unistra.fr/DECaPS/DR1/color/&quot;</span><span class="p">,</span>
<span class="n">survey</span><span class="o">=</span><span class="s2">&quot;CDS/P/DECaPS/DR1/color&quot;</span><span class="p">,</span>
<span class="n">show_coo_grid</span><span class="o">=</span><span class="kc">True</span><span class="p">,</span>
<span class="n">target</span><span class="o">=</span><span class="s2">&quot;galactic center&quot;</span><span class="p">,</span>
<span class="n">coo_frame</span><span class="o">=</span><span class="s2">&quot;galactic&quot;</span><span class="p">,</span>
Expand Down
2 changes: 1 addition & 1 deletion _collections/notebooks/01_Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"source": [
"aladin = Aladin(\n",
" survey=\"http://alasky.cds.unistra.fr/DECaPS/DR1/color/\",\n",
" survey=\"CDS/P/DECaPS/DR1/color\",\n",
" show_coo_grid=True,\n",
" target=\"galactic center\",\n",
" coo_frame=\"galactic\",\n",
Expand Down
10 changes: 5 additions & 5 deletions _collections/notebooks/02_Base_Commands.html

Large diffs are not rendered by default.

204 changes: 102 additions & 102 deletions _collections/notebooks/02_Base_Commands.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions _collections/notebooks/03_Functions.html

Large diffs are not rendered by default.

172 changes: 86 additions & 86 deletions _collections/notebooks/03_Functions.ipynb

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions _collections/notebooks/04_Importing_Tables.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions _collections/notebooks/04_Importing_Tables.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _collections/notebooks/05_Display_a_MOC.html

Large diffs are not rendered by default.

138 changes: 69 additions & 69 deletions _collections/notebooks/05_Display_a_MOC.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _collections/notebooks/06_Linked-widgets.html

Large diffs are not rendered by default.

314 changes: 157 additions & 157 deletions _collections/notebooks/06_Linked-widgets.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _collections/notebooks/07_on-click-callback.html

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions _collections/notebooks/07_on-click-callback.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _collections/notebooks/08_Rectangular-selection.html

Large diffs are not rendered by default.

290 changes: 145 additions & 145 deletions _collections/notebooks/08_Rectangular-selection.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions _collections/notebooks/09_Displaying_Shapes.html

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions _collections/notebooks/09_Displaying_Shapes.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions _collections/notebooks/10_Advanced-GUI.html

Large diffs are not rendered by default.

426 changes: 213 additions & 213 deletions _collections/notebooks/10_Advanced-GUI.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Retrieving data from the current widget’s view &#8212; ipyaladin 0.5.0 documentation</title>
<title>Retrieving data from the current widget’s view &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -39,7 +39,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions _collections/notebooks/12_Planetary_surveys.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Planetary surveys &#8212; ipyaladin 0.5.0 documentation</title>
<title>Planetary surveys &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -39,7 +39,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; ipyaladin 0.5.0 documentation</title>
<title>Overview: module code &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
26 changes: 17 additions & 9 deletions _modules/ipyaladin/widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ipyaladin.widget &#8212; ipyaladin 0.5.0 documentation</title>
<title>ipyaladin.widget &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -702,13 +702,16 @@ <h1>Source code for ipyaladin.widget</h1><div class="highlight"><pre>
<div class="viewcode-block" id="Aladin.height">
<a class="viewcode-back" href="../../autoapi/ipyaladin/widget/index.html#ipyaladin.widget.Aladin.height">[docs]</a>
<span class="k">def</span> <span class="nf">height</span><span class="p">(</span><span class="bp">self</span><span class="p">)</span> <span class="o">-&gt;</span> <span class="nb">int</span><span class="p">:</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;The height of the Aladin Lite widget.</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;The height of the widget.</span>

<span class="sd"> Returns</span>
<span class="sd"> -------</span>
<span class="sd"> int</span>
<span class="sd"> The height of the widget in pixels.</span>

<span class="sd"> Setting the height to -1 will expand the widget at 100% height of its</span>
<span class="sd"> container. This is generally a bad idea in a notebook but can be usefull</span>
<span class="sd"> for dashbord applications.</span>
<span class="sd"> The default height is 400 pixels.</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">_height</span></div>

Expand Down Expand Up @@ -1166,7 +1169,8 @@ <h1>Source code for ipyaladin.widget</h1><div class="highlight"><pre>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
<span class="s2">&quot;add_moc_from_URL is replaced by add_moc that detects automatically&quot;</span>
<span class="s2">&quot;that the MOC was given as an URL.&quot;</span><span class="p">,</span>
<span class="s2">&quot;that the MOC was given as an URL.&quot;</span>
<span class="s2">&quot;This will be removed in version 1.0.0 (coming afer 0.5.1).&quot;</span><span class="p">,</span>
<span class="ne">DeprecationWarning</span><span class="p">,</span>
<span class="n">stacklevel</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span>
<span class="p">)</span>
Expand Down Expand Up @@ -1195,7 +1199,8 @@ <h1>Source code for ipyaladin.widget</h1><div class="highlight"><pre>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
<span class="s2">&quot;add_moc_from_dict is replaced by add_moc that detects automatically&quot;</span>
<span class="s2">&quot;that the MOC was given as a dictionary.&quot;</span><span class="p">,</span>
<span class="s2">&quot;that the MOC was given as a dictionary.&quot;</span>
<span class="s2">&quot;This will be removed in version 1.0.0 (coming afer 0.5.1).&quot;</span><span class="p">,</span>
<span class="ne">DeprecationWarning</span><span class="p">,</span>
<span class="n">stacklevel</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span>
<span class="p">)</span>
Expand Down Expand Up @@ -1335,7 +1340,8 @@ <h1>Source code for ipyaladin.widget</h1><div class="highlight"><pre>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
<span class="s2">&quot;&#39;add_overlay_from_stcs&#39; is deprecated, &quot;</span>
<span class="s2">&quot;use &#39;add_graphic_overlay_from_stcs&#39; instead&quot;</span><span class="p">,</span>
<span class="s2">&quot;use &#39;add_graphic_overlay_from_stcs&#39; instead. &quot;</span>
<span class="s2">&quot;This will be removed in version 1.0.0 (coming afer 0.5.1).&quot;</span><span class="p">,</span>
<span class="ne">DeprecationWarning</span><span class="p">,</span>
<span class="n">stacklevel</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span>
<span class="p">)</span>
Expand Down Expand Up @@ -1427,7 +1433,8 @@ <h1>Source code for ipyaladin.widget</h1><div class="highlight"><pre>
<span class="sd"> This method is deprecated, use selection instead</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
<span class="s2">&quot;rectangular_selection is deprecated, use selection(&#39;rectangle&#39;) instead&quot;</span><span class="p">,</span>
<span class="s2">&quot;rectangular_selection is deprecated, use selection(&#39;rectangle&#39;) instead&quot;</span>
<span class="s2">&quot;This will be removed in version 1.0.0 (coming afer 0.5.1).&quot;</span><span class="p">,</span>
<span class="ne">DeprecationWarning</span><span class="p">,</span>
<span class="n">stacklevel</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span>
<span class="p">)</span>
Expand Down Expand Up @@ -1486,7 +1493,8 @@ <h1>Source code for ipyaladin.widget</h1><div class="highlight"><pre>

<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span>
<span class="s2">&quot;add_listener is deprecated, use set_listener instead&quot;</span><span class="p">,</span>
<span class="s2">&quot;add_listener is deprecated, use set_listener instead&quot;</span>
<span class="s2">&quot;This will be removed in version 1.0.0 (coming afer 0.5.1).&quot;</span><span class="p">,</span>
<span class="ne">DeprecationWarning</span><span class="p">,</span>
<span class="n">stacklevel</span><span class="o">=</span><span class="mi">2</span><span class="p">,</span>
<span class="p">)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"source": [
"aladin = Aladin(\n",
" survey=\"http://alasky.cds.unistra.fr/DECaPS/DR1/color/\",\n",
" survey=\"CDS/P/DECaPS/DR1/color\",\n",
" show_coo_grid=True,\n",
" target=\"galactic center\",\n",
" coo_frame=\"galactic\",\n",
Expand Down
6 changes: 5 additions & 1 deletion _sources/autoapi/ipyaladin/widget/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Module Contents
:type: int


The height of the Aladin Lite widget.
The height of the widget.



Expand All @@ -105,6 +105,10 @@ Module Contents

int
The height of the widget in pixels.
Setting the height to -1 will expand the widget at 100% height of its
container. This is generally a bad idea in a notebook but can be usefull
for dashbord applications.
The default height is 400 pixels.



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.5.0',
VERSION: '0.5.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions autoapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>API Reference &#8212; ipyaladin 0.5.0 documentation</title>
<title>API Reference &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -38,7 +38,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions autoapi/ipyaladin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>ipyaladin &#8212; ipyaladin 0.5.0 documentation</title>
<title>ipyaladin &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -38,7 +38,7 @@
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
12 changes: 8 additions & 4 deletions autoapi/ipyaladin/widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>ipyaladin.widget &#8212; ipyaladin 0.5.0 documentation</title>
<title>ipyaladin.widget &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -38,7 +38,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../../../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../../../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -507,11 +507,15 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
<dl class="py property">
<dt class="sig sig-object py" id="ipyaladin.widget.Aladin.height">
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">height</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><span class="pre">int</span></a></em><a class="reference internal" href="../../../_modules/ipyaladin/widget.html#Aladin.height"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#ipyaladin.widget.Aladin.height" title="Link to this definition">#</a></dt>
<dd><p>The height of the Aladin Lite widget.</p>
<dd><p>The height of the widget.</p>
<dl class="field-list simple">
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dd class="field-odd"><dl class="simple">
<dt>int</dt><dd><p>The height of the widget in pixels.</p>
<dt>int</dt><dd><p>The height of the widget in pixels.
Setting the height to -1 will expand the widget at 100% height of its
container. This is generally a bad idea in a notebook but can be usefull
for dashbord applications.
The default height is 400 pixels.</p>
</dd>
</dl>
</dd>
Expand Down
4 changes: 2 additions & 2 deletions community/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Community &#8212; ipyaladin 0.5.0 documentation</title>
<title>Community &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -38,7 +38,7 @@
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="../_static/documentation_options.js?v=1dd76d02"></script>
<script src="../_static/documentation_options.js?v=b9afe91b"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; ipyaladin 0.5.0 documentation</title>
<title>Index &#8212; ipyaladin 0.5.1 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>

<script src="_static/documentation_options.js?v=1dd76d02"></script>
<script src="_static/documentation_options.js?v=b9afe91b"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Loading

0 comments on commit d4135ad

Please sign in to comment.