Skip to content

Commit

Permalink
deploy: 742586d
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaAppleby committed Aug 30, 2023
1 parent ed38aff commit 801037f
Show file tree
Hide file tree
Showing 40 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion fix-docs/.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: f18341c079fbcd35b58aa8a08cb52d52
config: cc19baaba69941c010422cad71072da8
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified fix-docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified fix-docs/.doctrees/user/reference/api.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions fix-docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>Overview: module code &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../_static/documentation_options.js?v=79fd5252"></script>
<script src="../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/cs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.cs &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.cs &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/data_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.data_source &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.data_source &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
6 changes: 3 additions & 3 deletions fix-docs/_modules/pytac/device.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.device &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.device &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -422,7 +422,7 @@ <h1>Source code for pytac.device</h1><div class="highlight"><pre>
<span class="sd">DLS is a sextupole magnet that contains also horizontal and vertical corrector</span>
<span class="sd">magnets and a skew quadrupole.</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">Optional</span><span class="p">,</span> <span class="n">Union</span><span class="p">,</span> <span class="n">cast</span>
<span class="kn">from</span> <span class="nn">typing</span> <span class="kn">import</span> <span class="n">List</span><span class="p">,</span> <span class="n">Optional</span><span class="p">,</span> <span class="n">Union</span><span class="p">,</span> <span class="n">cast</span>

<span class="kn">import</span> <span class="nn">pytac</span>
<span class="kn">from</span> <span class="nn">pytac.cs</span> <span class="kn">import</span> <span class="n">AugmentedType</span><span class="p">,</span> <span class="n">ControlSystem</span>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/element.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.element &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.element &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/exceptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.exceptions &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.exceptions &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/lattice.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.lattice &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.lattice &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/load_csv.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.load_csv &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.load_csv &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
6 changes: 3 additions & 3 deletions fix-docs/_modules/pytac/units.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.units &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.units &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down Expand Up @@ -734,7 +734,7 @@ <h1>Source code for pytac.units</h1><div class="highlight"><pre>

<span class="k">def</span> <span class="fm">__init__</span><span class="p">(</span>
<span class="bp">self</span><span class="p">,</span>
<span class="n">coef</span><span class="p">:</span> <span class="n">NDArray</span><span class="p">[</span><span class="n">numpy</span><span class="o">.</span><span class="n">generic</span><span class="p">],</span>
<span class="n">coef</span><span class="p">:</span> <span class="n">Union</span><span class="p">[</span><span class="n">List</span><span class="p">[</span><span class="nb">float</span><span class="p">],</span> <span class="n">NDArray</span><span class="p">[</span><span class="n">numpy</span><span class="o">.</span><span class="n">generic</span><span class="p">]],</span>
<span class="n">post_eng_to_phys</span><span class="p">:</span> <span class="n">Callable</span><span class="p">[[</span><span class="nb">float</span><span class="p">],</span> <span class="nb">float</span><span class="p">]</span> <span class="o">=</span> <span class="n">unit_function</span><span class="p">,</span>
<span class="n">pre_phys_to_eng</span><span class="p">:</span> <span class="n">Callable</span><span class="p">[[</span><span class="nb">float</span><span class="p">],</span> <span class="nb">float</span><span class="p">]</span> <span class="o">=</span> <span class="n">unit_function</span><span class="p">,</span>
<span class="n">engineering_units</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;&quot;</span><span class="p">,</span>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/_modules/pytac/utils.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pytac.utils &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>pytac.utils &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -36,7 +36,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
2 changes: 1 addition & 1 deletion fix-docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '0.6.1.dev5+ga9c168c',
VERSION: '0.6.1.dev6+g742586d',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/developer/explanations/decisions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Architectural Decision Records &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>Architectural Decision Records &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>1. Record architecture decisions &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>1. Record architecture decisions &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>2. Adopt pytac for project structure &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>2. Adopt pytac for project structure &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/developer/how-to/build-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Build the docs using sphinx &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>Build the docs using sphinx &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/developer/how-to/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Contributing to the project &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>Contributing to the project &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/developer/how-to/lint.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Run linting using pre-commit &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>Run linting using pre-commit &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
4 changes: 2 additions & 2 deletions fix-docs/developer/how-to/make-release.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Make a release &#8212; pytac 0.6.1.dev5+ga9c168c documentation</title>
<title>Make a release &#8212; pytac 0.6.1.dev6+g742586d documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="preload" as="script" href="../../_static/scripts/bootstrap.js?digest=e353d410970836974a52" />
<link rel="preload" as="script" href="../../_static/scripts/pydata-sphinx-theme.js?digest=e353d410970836974a52" />

<script src="../../_static/documentation_options.js?v=79fd5252"></script>
<script src="../../_static/documentation_options.js?v=85ded8dc"></script>
<script src="../../_static/doctools.js?v=888ff710"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/clipboard.min.js?v=a7894cd8"></script>
Expand Down
Loading

0 comments on commit 801037f

Please sign in to comment.