Skip to content

Commit

Permalink
Update Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomVM Doc Bot committed Jul 18, 2024
1 parent 9eef23a commit ec1dd49
Show file tree
Hide file tree
Showing 183 changed files with 995 additions and 343 deletions.
2 changes: 1 addition & 1 deletion doc/main/.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: 7747602fe21b1f7a022496d13d3b9a77
config: e252567c6e29049ba93508ae1433f6ed
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified doc/main/.doctrees/CHANGELOG.doctree
Binary file not shown.
Binary file modified doc/main/.doctrees/api-reference-documentation.doctree
Binary file not shown.
Binary file modified doc/main/.doctrees/apidocs/erlang/estdlib/README.doctree
Binary file not shown.
Binary file modified doc/main/.doctrees/apidocs/erlang/estdlib/maps.doctree
Binary file not shown.
Binary file not shown.
Binary file modified doc/main/.doctrees/apidocs/libatomvm/src/memory.h.doctree
Binary file not shown.
Binary file modified doc/main/.doctrees/apidocs/libatomvm/src/nifs.c.doctree
Binary file not shown.
Binary file modified doc/main/.doctrees/apidocs/libatomvm/src/term.h.doctree
Binary file not shown.
Binary file modified doc/main/.doctrees/environment.pickle
Binary file not shown.
Binary file modified doc/main/.doctrees/release-notes.doctree
Binary file not shown.
7 changes: 5 additions & 2 deletions doc/main/CHANGELOG.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>Changelog &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Changelog &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="_static/documentation_options.js?v=949e2639"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down Expand Up @@ -180,6 +180,8 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a
<li><p>Support for USB serial output on ESP32 (needs to be manually enabled)</p></li>
<li><p>Support for <code class="docutils literal notranslate"><span class="pre">lists:filtermap/2</span></code></p></li>
<li><p>Support for standard library <code class="docutils literal notranslate"><span class="pre">queue</span></code> module</p></li>
<li><p>Support for <code class="docutils literal notranslate"><span class="pre">maps:from_keys/2</span></code> NIF</p></li>
<li><p>Support for standard library <code class="docutils literal notranslate"><span class="pre">sets</span></code> module</p></li>
</ul>
</section>
<section id="changed">
Expand All @@ -202,6 +204,7 @@ <h3>Fixed<a class="headerlink" href="#fixed" title="Link to this heading"></a
<li><p>Fix error that is raised when a function is undefined</p></li>
<li><p>Fix a bug that could yield crashes when functions are sent in messages</p></li>
<li><p>Fix bug where failing guards would corrupt x0 and x1</p></li>
<li><p>Fix a memory leak when raising out of memory error while executing PUT_MAP_ASSOC instruction</p></li>
</ul>
</section>
</section>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/CODE_OF_CONDUCT.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>Contributor Covenant Code of Conduct &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Contributor Covenant Code of Conduct &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="_static/documentation_options.js?v=949e2639"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/CONTRIBUTING.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>Contributing &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Contributing &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="_static/documentation_options.js?v=949e2639"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/LICENSES/Apache-2.0.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>&lt;no title&gt; &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>&lt;no title&gt; &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../_static/documentation_options.js?v=949e2639"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/SECURITY.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>Security Policy &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Security Policy &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="_static/documentation_options.js?v=949e2639"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/UPDATING.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>AtomVM Update Instructions &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>AtomVM Update Instructions &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="_static/documentation_options.js?v=949e2639"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion doc/main/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.6.3+git.6d64f678',
VERSION: '0.6.3+git.423be731',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
6 changes: 4 additions & 2 deletions doc/main/api-reference-documentation.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>API Reference Documentation &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>API Reference Documentation &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="_static/documentation_options.js?v=949e2639"></script>
<script src="_static/doctools.js?v=9a2dae69"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/js/theme.js"></script>
Expand Down Expand Up @@ -90,6 +90,7 @@
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/net.html">Module net</a></li>
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/proplists.html">Module proplists</a></li>
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/queue.html">Module queue</a></li>
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/sets.html">Module sets</a></li>
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/socket.html">Module socket</a></li>
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/ssl.html">Module ssl</a></li>
<li class="toctree-l4"><a class="reference internal" href="apidocs/erlang/estdlib/string.html">Module string</a></li>
Expand Down Expand Up @@ -204,6 +205,7 @@ <h3>estdlib<a class="headerlink" href="#estdlib" title="Link to this heading">
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/net.html">Module net</a></li>
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/proplists.html">Module proplists</a></li>
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/queue.html">Module queue</a></li>
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/sets.html">Module sets</a></li>
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/socket.html">Module socket</a></li>
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/ssl.html">Module ssl</a></li>
<li class="toctree-l1"><a class="reference internal" href="apidocs/erlang/estdlib/string.html">Module string</a></li>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/README.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>The alisp library &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>The alisp library &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/alisp.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>Module alisp &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Module alisp &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/alisp_stdlib.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>Module alisp_stdlib &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Module alisp_stdlib &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/arepl.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>Module arepl &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Module arepl &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/sexp_lexer.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>Module sexp_lexer &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Module sexp_lexer &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/sexp_parser.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>Module sexp_parser &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Module sexp_parser &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions doc/main/apidocs/erlang/alisp/sexp_serializer.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>Module sexp_serializer &mdash; AtomVM 0.6.3+git.6d64f678 documentation</title>
<title>Module sexp_serializer &mdash; AtomVM 0.6.3+git.423be731 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/graphviz.css?v=fd3f3429" />
Expand All @@ -19,7 +19,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=e5f84fac"></script>
<script src="../../../_static/documentation_options.js?v=949e2639"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
Loading

0 comments on commit ec1dd49

Please sign in to comment.