Skip to content

Commit

Permalink
attempt for no-click image class for versions 0.0.5, 0.0.6, 0.0.7, 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Sep 17, 2024
1 parent d7edcf3 commit 8dde516
Show file tree
Hide file tree
Showing 84 changed files with 260 additions and 156 deletions.
2 changes: 1 addition & 1 deletion docs/v0.0.5/.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: 2fe0e1edb1b763bb330db2e4c28e0b1b
config: 87a6c7f25fb604283522c5303a44bf8f
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.5/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/references.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/usage_guide.doctree
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/v0.0.5/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* This file intentionally left blank. */
.no-click {
pointer-events: none;
}

.docutils table caption {
text-align: left;
}

.sphinxsidebarwrapper img {
display: block;
margin: 0 auto;
padding: 20px 0;
}

.bold-literal {
font-weight: bold;
color: red; /* Set the text color to red */
font-family: monospace;
}
6 changes: 6 additions & 0 deletions docs/v0.0.5/_static/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
document.addEventListener('DOMContentLoaded', (event) => {
const images = document.querySelectorAll('.no-click img');
images.forEach((img) => {
img.style.pointerEvents = 'none';
});
});
8 changes: 4 additions & 4 deletions docs/v0.0.5/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/citations.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -23,7 +23,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/references.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />



Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<script src="_static/searchtools.js"></script>
<script src="_static/language_data.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.5/usage_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.0.6/.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: 0e2a7169e34058b524e547a7466c4835
config: e06d1f58192f4e46a38de90cdf94a9de
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.6/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/references.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/usage_guide.doctree
Binary file not shown.
20 changes: 20 additions & 0 deletions docs/v0.0.6/_static/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* This file intentionally left blank. */
.no-click {
pointer-events: none;
}

.docutils table caption {
text-align: left;
}

.sphinxsidebarwrapper img {
display: block;
margin: 0 auto;
padding: 20px 0;
}

.bold-literal {
font-weight: bold;
color: red; /* Set the text color to red */
font-family: monospace;
}
6 changes: 6 additions & 0 deletions docs/v0.0.6/_static/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
document.addEventListener('DOMContentLoaded', (event) => {
const images = document.querySelectorAll('.no-click img');
images.forEach((img) => {
img.style.pointerEvents = 'none';
});
});
8 changes: 4 additions & 4 deletions docs/v0.0.6/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.6/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.6/citations.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.6/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -23,7 +23,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
Expand Down
8 changes: 4 additions & 4 deletions docs/v0.0.6/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<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/copybutton.css?v=76b2166b" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.css" />
<link rel="stylesheet" type="text/css" href="_static/custom.js" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=ef32455e" />
<link rel="stylesheet" type="text/css" href="_static/custom.js?v=fecc5f50" />


<!--[if lt IE 9]>
Expand All @@ -24,7 +24,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
<script src="_static/copybutton.js?v=a0ccc04e"></script>
<script src="_static/custom.js"></script>
<script src="_static/custom.js?v=fecc5f50"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
Expand Down
Loading

0 comments on commit 8dde516

Please sign in to comment.