Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
f434f91
feat(pyinstaller): GH Action to build
Avantol13 Apr 19, 2024
afc99be
Apply automatic documentation changes
Avantol13 Apr 19, 2024
d359aff
feat(pyinstaller): actually install pyinstaller
Avantol13 Apr 19, 2024
9b84338
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
29389b1
Apply automatic documentation changes
Avantol13 Apr 19, 2024
cc6cd0b
chore(gh): change CI to not run twice
Avantol13 Apr 19, 2024
0927bf4
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
24093b8
Apply automatic documentation changes
Avantol13 Apr 19, 2024
3bf33ef
fix(pyinstaller): use python 3.9
Avantol13 Apr 19, 2024
c7f35bb
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
bb23993
Apply automatic documentation changes
Avantol13 Apr 19, 2024
06ed2ef
feat(pyinstaller): add poetry to path
Avantol13 Apr 19, 2024
f4ae1c5
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
49a00e8
Apply automatic documentation changes
Avantol13 Apr 19, 2024
bc72e58
fix(poetry): ensure PATH is set for all steps
Avantol13 Apr 19, 2024
5881b1d
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
20ac913
Apply automatic documentation changes
Avantol13 Apr 19, 2024
8886959
fix(poetry): hard-code location, can't figure out env vars switching …
Avantol13 Apr 19, 2024
e45a879
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
293db2f
Apply automatic documentation changes
Avantol13 Apr 19, 2024
88ab1f3
fix(poetry): just install via pip
Avantol13 Apr 19, 2024
26cdb5e
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
20ac93a
Apply automatic documentation changes
Avantol13 Apr 19, 2024
c3f5aa2
fix(poetry): use pip install then python to run
Avantol13 Apr 19, 2024
3802748
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
b8b22ca
Apply automatic documentation changes
Avantol13 Apr 19, 2024
f825585
fix(test): test calling Gen3
Avantol13 Apr 19, 2024
bf0bd8f
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
f542b8d
Apply automatic documentation changes
Avantol13 Apr 19, 2024
b7901c6
chore(debug): add debug logs
Avantol13 Apr 19, 2024
4e1ea47
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
d77fef7
Apply automatic documentation changes
Avantol13 Apr 19, 2024
f5885c8
chore(pyinstaller): more debug
Avantol13 Apr 19, 2024
d9f03ae
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
b9c17e9
Apply automatic documentation changes
Avantol13 Apr 19, 2024
bb3f810
chore(pyinstaller): try combining steps
Avantol13 Apr 19, 2024
3f0b429
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
b317158
Apply automatic documentation changes
Avantol13 Apr 19, 2024
f65b599
tmp(test): try removing gen3users and see if that fixes the issue
Avantol13 Apr 19, 2024
9a8760b
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
6d26609
Apply automatic documentation changes
Avantol13 Apr 19, 2024
56d4312
chore(deps): attempt branch of gen3users without .json
Avantol13 Apr 19, 2024
7bff383
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
9415ef2
Apply automatic documentation changes
Avantol13 Apr 19, 2024
4c52fe2
chore(deps): update gen3users
Avantol13 Apr 19, 2024
2ee096d
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
dc3be49
Apply automatic documentation changes
Avantol13 Apr 19, 2024
19c52ba
feat(pyinstaller): try again with no debug logs
Avantol13 Apr 19, 2024
7fde15f
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
73d4346
Apply automatic documentation changes
Avantol13 Apr 19, 2024
487781a
feat(pyinstaller): try poetry plugin
Avantol13 Apr 19, 2024
b1e53f3
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
f2bf877
Apply automatic documentation changes
Avantol13 Apr 19, 2024
e4f21f6
chore(pyinstaller): test correct file
Avantol13 Apr 19, 2024
7b11669
Merge remote-tracking branch 'origin/feat/pyinstaller' into feat/pyin…
Avantol13 Apr 19, 2024
bc011da
Apply automatic documentation changes
Avantol13 Apr 19, 2024
cdacc24
fix(build): add missing arg
Avantol13 May 31, 2024
8a850b5
Apply automatic documentation changes
Avantol13 May 31, 2024
2a8c1f6
chore(deps): relock and add required psycopg package for binary builds
Avantol13 May 31, 2024
68e9f85
Apply automatic documentation changes
Avantol13 May 31, 2024
e6030ca
feat(postgres): add postgres service to ensure OS has necessary packa…
Avantol13 May 31, 2024
555472b
Apply automatic documentation changes
Avantol13 May 31, 2024
99d8e55
chore(build): don't fail fast
Avantol13 May 31, 2024
a744e3d
Apply automatic documentation changes
Avantol13 May 31, 2024
c5de7ff
fix(postgres): install packages normally
Avantol13 May 31, 2024
bc1b78b
Apply automatic documentation changes
Avantol13 May 31, 2024
dbafd07
chore(deps): remove comment
Avantol13 May 31, 2024
bc30c13
Apply automatic documentation changes
Avantol13 May 31, 2024
28176f5
Update build.yaml
Avantol13 May 31, 2024
222a575
Apply automatic documentation changes
Avantol13 May 31, 2024
964c1f2
feat(build): add missing steps
Avantol13 May 31, 2024
b54bba9
Apply automatic documentation changes
Avantol13 May 31, 2024
706ac88
fix(test): fix dir for testing binary
Avantol13 May 31, 2024
619755f
Apply automatic documentation changes
Avantol13 May 31, 2024
ff64254
chore(debug): list files
Avantol13 May 31, 2024
800fc55
Apply automatic documentation changes
Avantol13 May 31, 2024
a81ad9a
chore(debug): more debug lines
Avantol13 May 31, 2024
c1cffcd
Apply automatic documentation changes
Avantol13 May 31, 2024
ca6da53
chore(debug): more debug lines
Avantol13 May 31, 2024
53e7ba3
Apply automatic documentation changes
Avantol13 May 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 81 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# push will run on every pushed commit to any branch (so this will rerun the tests
# once a branch gets merged to main in addition to any new commits on any branch)
on: push

name: Build

jobs:
pyinstaller:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Check out code
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Install PostgreSQL and dependencies on Ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y postgresql postgresql-contrib libpq-dev

- name: Install PostgreSQL and dependencies on macOS
if: matrix.os == 'macos-latest'
run: |
brew update
brew install postgresql

- name: Install PostgreSQL and dependencies on Windows
if: matrix.os == 'windows-latest'
run: |
choco install postgresql

# https://pyinstaller.org/en/stable/when-things-go-wrong.html#helping-pyinstaller-find-modules
- name: Install poetry
run: |
pip install --upgrade pip
pip --version
# this isn't the recommended way to install b/c the poetry deps are now
# mixed with the service deps. However, getting the alternative to work
# on all OSes was getting difficult. This is a quick hack to move forward
pip install poetry
python -m poetry --version
python -m poetry self add poetry-pyinstaller-plugin
- name: Install dependencies and then build using pyinstaller
run: |
python -m poetry install -vv --all-extras --no-interaction --no-cache
python -m poetry show -vv
python -m poetry env info
python -m poetry build
# pip install pyinstaller==6.6.0
# pyinstaller --paths=./gen3 --clean --name gen3 --hidden-import gen3users --onefile ./gen3/cli/__main__.py
# pyinstaller --log-level=DEBUG --debug=imports --clean --name gen3 --hidden-import gen3users --onefile ./gen3/cli/__main__.py
- name: Test build
run: |
ls ./dist/pyinstaller/*/gen3
ls ./dist/pyinstaller/*/gen3/gen3
cp ./dist/pyinstaller/*/gen3/gen3 ./gen3
ls
./gen3 --help
- name: Archive artifacts
uses: actions/upload-artifact@v4
with:
name: dist-without-markdown
path: |
dist
!dist/**/*.md




6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: CI

on:
# run on pushed commits to master and on new commits on pull requests
push:
pull_request:
types: [opened, synchronize]
on: push

jobs:
Security:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches-ignore:
- 'master'
- 'main'
paths-ignore:
- 'docs/**'
# Use push trigger since 'paths-ignore' are not respected as expected by 'on.pull_request.paths-ignore', see https://github.com/actions/runner/issues/2324
Expand Down
Binary file modified docs/_build/doctrees/auth.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/file.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/indexing.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/jobs.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/metadata.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/object.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/query.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/submission.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/tools.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/tools/drs_pull.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/tools/indexing.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/tools/metadata.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/wss.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/.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: 5f84980db6ce51f04ab25ae1f011fb32
config: b941f35ac2dd283dbbba3d55c4f31d39
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -720,15 +720,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/file.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -359,15 +359,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -1100,15 +1100,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -331,15 +331,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -1118,15 +1118,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/object.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -150,15 +150,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/query.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -306,15 +306,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/_modules/gen3/submission.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../_static/alabaster.css?v=12dfc556" />
<script src="../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
Expand Down Expand Up @@ -857,15 +857,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../../../_static/alabaster.css?v=12dfc556" />
<script src="../../../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../../../genindex.html" />
<link rel="search" title="Search" href="../../../../search.html" />
Expand Down Expand Up @@ -1527,15 +1527,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" type="text/css" href="../../../../_static/pygments.css?v=d1102ebc" />
<link rel="stylesheet" type="text/css" href="../../../../_static/alabaster.css?v=12dfc556" />
<script src="../../../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="../../../../genindex.html" />
<link rel="search" title="Search" href="../../../../search.html" />
Expand Down Expand Up @@ -607,15 +607,15 @@ <h3>Related Topics</h3>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>


Expand Down
Loading