Skip to content

Commit

Permalink
repository transfer metadata changes
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenstites committed Apr 28, 2024
1 parent 35b6d94 commit 829638f
Show file tree
Hide file tree
Showing 81 changed files with 164 additions and 164 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
This is the official reimplementation of the methods described in the original paper: [Deep learning-based point-scanning super-resolution imaging](https://www.nature.com/articles/s41592-021-01080-z),
containing various improvements and new features.

The **PSSR** User Guide and full API Reference is available in the [PSSR Documentation](https://haydenstites.github.io/PSSR).
The **PSSR** User Guide and full API Reference is available in the [PSSR Documentation](https://ucsdmanorlab.github.io/PSSR).

If you have never used **PSSR** before, [Getting Started](https://haydenstites.github.io/PSSR/guide/start.html) outlines installation and basic usage.
Full reference and explanations of all **PSSR** tools is available in [API Reference](https://haydenstites.github.io/PSSR/reference/api.html).
If you have never used **PSSR** before, [Getting Started](https://ucsdmanorlab.github.io/PSSR/guide/start.html) outlines installation and basic usage.
Full reference and explanations of all **PSSR** tools is available in [API Reference](https://ucsdmanorlab.github.io/PSSR/reference/api.html).

The package is still in development. All code can be found at [https://github.com/haydenstites/PSSR](https://github.com/haydenstites/PSSR).
If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to [open a ticket](https://github.com/haydenstites/PSSR/issues).
The package is still in development. All code can be found at [https://github.com/ucsdmanorlab/PSSR](https://github.com/ucsdmanorlab/PSSR).
If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to [open a ticket](https://github.com/ucsdmanorlab/PSSR/issues).
Binary file added dist/pssr-1.1.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/pssr-1.1.1.tar.gz
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/guide/principles.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/guide/start.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/guide/workflow.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/CLI.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/api.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/crappifiers.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/crappifiers/AdditiveGaussian.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/crappifiers/Crappifier.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/crappifiers/MultiCrappifier.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/crappifiers/Poisson.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/crappifiers/SaltPepper.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/data.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/data/ImageDataset.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/data/PairedImageDataset.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/data/PairedSlidingDataset.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/data/SlidingDataset.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/data/preprocess_dataset.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/loss.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/loss/SSIMLoss.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/loss/pixel_metric.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/models.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/models/ResUNet.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/models/ResUNetA.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/predict.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/predict/normalize_preds.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/predict/predict_collage.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/predict/predict_images.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/predict/test_metrics.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/train.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/train/approximate_crappifier.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/train/train_crappifier.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/reference/train/train_paired.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: 4f72b6e3c1f0e2d95418ae4468b0ea33
config: b0d85400e47afdf744c8d518e75fd0b0
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/build/html/_sources/guide/start.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ It is recommended that **PSSR** be installed via the ``pip`` package manager:
$ pip install pssr
However, specific versions can also be installed directly from the `GitHub <https://github.com/haydenstites/PSSR>`_ repository:
However, specific versions can also be installed directly from the `GitHub <https://github.com/ucsdmanorlab/PSSR>`_ repository:

.. code-block:: console
$ pip install git+https://github.com/haydenstites/PSSR/dist/pssr-x.x.x-py3-none-any.whl
$ pip install git+https://github.com/ucsdmanorlab/PSSR/dist/pssr-x.x.x-py3-none-any.whl
Running the CLI
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ containing various improvements and new features.
If you have never used **PSSR** before, :doc:`guide/start` outlines installation and basic usage.
Full reference and explanations of all **PSSR** tools is available in :doc:`API Reference <reference/api>`.

The package is still in development. All code can be found at `https://github.com/haydenstites/PSSR <https://github.com/haydenstites/PSSR>`_.
If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to `open a ticket <https://github.com/haydenstites/PSSR/issues>`_.
The package is still in development. All code can be found at `https://github.com/ucsdmanorlab/PSSR <https://github.com/ucsdmanorlab/PSSR>`_.
If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to `open a ticket <https://github.com/ucsdmanorlab/PSSR/issues>`_.


User Guide
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.1.0',
VERSION: '1.1.1',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="#" /><link rel="search" title="Search" href="search.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 --><title>Index - PSSR 1.1.0 documentation</title>
<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 --><title>Index - PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -122,7 +122,7 @@
</label>
</div>
<div class="header-center">
<a href="index.html"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="index.html"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -145,7 +145,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -374,7 +374,7 @@ <h2>T</h2>

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc837d61"></script>
</div><script src="_static/documentation_options.js?v=58fbf978"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/guide/principles.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Workflow" href="workflow.html" /><link rel="prev" title="Getting Started" href="start.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>Principles of PSSR - PSSR 1.1.0 documentation</title>
<title>Principles of PSSR - PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -124,7 +124,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="../index.html"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -147,7 +147,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -351,7 +351,7 @@ <h2>The Crappifier<a class="headerlink" href="#the-crappifier" title="Link to th

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=fc837d61"></script>
</div><script src="../_static/documentation_options.js?v=58fbf978"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
12 changes: 6 additions & 6 deletions docs/build/html/guide/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="Principles of PSSR" href="principles.html" /><link rel="prev" title="PSSR Documentation" href="../index.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>Getting Started - PSSR 1.1.0 documentation</title>
<title>Getting Started - PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -124,7 +124,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="../index.html"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -147,7 +147,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -258,8 +258,8 @@ <h2>Installation<a class="headerlink" href="#installation" title="Link to this h
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>pip<span class="w"> </span>install<span class="w"> </span>pssr
</pre></div>
</div>
<p>However, specific versions can also be installed directly from the <a class="reference external" href="https://github.com/haydenstites/PSSR">GitHub</a> repository:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/haydenstites/PSSR/dist/pssr-x.x.x-py3-none-any.whl
<p>However, specific versions can also be installed directly from the <a class="reference external" href="https://github.com/ucsdmanorlab/PSSR">GitHub</a> repository:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp">$ </span>pip<span class="w"> </span>install<span class="w"> </span>git+https://github.com/ucsdmanorlab/PSSR/dist/pssr-x.x.x-py3-none-any.whl
</pre></div>
</div>
</section>
Expand Down Expand Up @@ -472,7 +472,7 @@ <h2>Next Steps<a class="headerlink" href="#next-steps" title="Link to this headi

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=fc837d61"></script>
</div><script src="../_static/documentation_options.js?v=58fbf978"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/guide/workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="pssr" href="../reference/api.html" /><link rel="prev" title="Principles of PSSR" href="principles.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>Workflow - PSSR 1.1.0 documentation</title>
<title>Workflow - PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -124,7 +124,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="../index.html"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -147,7 +147,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -536,7 +536,7 @@ <h3>Benchmarking the Model<a class="headerlink" href="#benchmarking-the-model" t

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=fc837d61"></script>
</div><script src="../_static/documentation_options.js?v=58fbf978"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
12 changes: 6 additions & 6 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Getting Started" href="guide/start.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>PSSR 1.1.0 documentation</title>
<title>PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -124,7 +124,7 @@
</label>
</div>
<div class="header-center">
<a href="#"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="#"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -147,7 +147,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="#">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -247,8 +247,8 @@ <h1>PSSR Documentation<a class="headerlink" href="#pssr-documentation" title="Li
containing various improvements and new features.</p>
<p>If you have never used <strong>PSSR</strong> before, <a class="reference internal" href="guide/start.html"><span class="doc">Getting Started</span></a> outlines installation and basic usage.
Full reference and explanations of all <strong>PSSR</strong> tools is available in <a class="reference internal" href="reference/api.html"><span class="doc">API Reference</span></a>.</p>
<p>The package is still in development. All code can be found at <a class="reference external" href="https://github.com/haydenstites/PSSR">https://github.com/haydenstites/PSSR</a>.
If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to <a class="reference external" href="https://github.com/haydenstites/PSSR/issues">open a ticket</a>.</p>
<p>The package is still in development. All code can be found at <a class="reference external" href="https://github.com/ucsdmanorlab/PSSR">https://github.com/ucsdmanorlab/PSSR</a>.
If you experience any bugs, unexpected behaviors, or have any suggestions, make sure to <a class="reference external" href="https://github.com/ucsdmanorlab/PSSR/issues">open a ticket</a>.</p>
<section id="user-guide">
<h2>User Guide<a class="headerlink" href="#user-guide" title="Link to this heading">#</a></h2>
<p>The User Guide covers the installation, usage, and principles of <strong>PSSR</strong>.</p>
Expand Down Expand Up @@ -387,7 +387,7 @@ <h2>API Reference<a class="headerlink" href="#api-reference" title="Link to this

</aside>
</div>
</div><script src="_static/documentation_options.js?v=fc837d61"></script>
</div><script src="_static/documentation_options.js?v=58fbf978"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/reference/CLI.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="prev" title="pixel_metric" href="loss/pixel_metric.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>CLI - PSSR 1.1.0 documentation</title>
<title>CLI - PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -124,7 +124,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="../index.html"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -147,7 +147,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -361,7 +361,7 @@ <h2>Named Arguments<a class="headerlink" href="#named-arguments" title="Link to

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=fc837d61"></script>
</div><script src="../_static/documentation_options.js?v=58fbf978"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/build/html/reference/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="index" title="Index" href="../genindex.html" /><link rel="search" title="Search" href="../search.html" /><link rel="next" title="train" href="train.html" /><link rel="prev" title="Workflow" href="../guide/workflow.html" />

<!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
<title>pssr - PSSR 1.1.0 documentation</title>
<title>pssr - PSSR 1.1.1 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=362ab14a" />
<link rel="stylesheet" type="text/css" href="../_static/styles/furo.css?v=135e06be" />
<link rel="stylesheet" type="text/css" href="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
Expand Down Expand Up @@ -124,7 +124,7 @@
</label>
</div>
<div class="header-center">
<a href="../index.html"><div class="brand">PSSR 1.1.0 documentation</div></a>
<a href="../index.html"><div class="brand">PSSR 1.1.1 documentation</div></a>
</div>
<div class="header-right">
<div class="theme-toggle-container theme-toggle-header">
Expand All @@ -147,7 +147,7 @@
<div class="sidebar-sticky"><a class="sidebar-brand" href="../index.html">


<span class="sidebar-brand-text">PSSR 1.1.0 documentation</span>
<span class="sidebar-brand-text">PSSR 1.1.1 documentation</span>

</a><form class="sidebar-search-container" method="get" action="../search.html" role="search">
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
Expand Down Expand Up @@ -338,7 +338,7 @@ <h1>pssr<a class="headerlink" href="#pssr" title="Link to this heading">#</a></h

</aside>
</div>
</div><script src="../_static/documentation_options.js?v=fc837d61"></script>
</div><script src="../_static/documentation_options.js?v=58fbf978"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/scripts/furo.js?v=32e29ea5"></script>
Expand Down
Loading

0 comments on commit 829638f

Please sign in to comment.