Skip to content

Commit

Permalink
deploy: 11e1e20
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Feb 13, 2024
1 parent 7e4ac38 commit 07704eb
Show file tree
Hide file tree
Showing 152 changed files with 3,846 additions and 591 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html>

<head>
<title>Redirecting to master branch</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./master/index.html">
<link rel="canonical" href="master/index.html">
<title>Redirecting to main branch</title>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./main/index.html">
<link rel="canonical" href="main/index.html">
</head>

</html>
2 changes: 1 addition & 1 deletion main/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 383afb9c63caf10cc1381549f29c53b5
config: 8a9bc61ff2508878a9b7747be79961e7
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified main/.doctrees/explanations.doctree
Binary file not shown.
Binary file added main/.doctrees/explanations/decisions.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified main/.doctrees/explanations/technical-terms.doctree
Binary file not shown.
Binary file modified main/.doctrees/explanations/why-squash-can-change-path.doctree
Binary file not shown.
Binary file modified main/.doctrees/explanations/why-stack-frames.doctree
Binary file not shown.
Binary file modified main/.doctrees/how-to.doctree
Binary file not shown.
Binary file added main/.doctrees/how-to/contribute.doctree
Binary file not shown.
Binary file modified main/.doctrees/how-to/iterate-a-spec.doctree
Binary file not shown.
Binary file added main/.doctrees/how-to/run-container.doctree
Binary file not shown.
Binary file modified main/.doctrees/how-to/serialize-a-spec.doctree
Binary file not shown.
Binary file modified main/.doctrees/index.doctree
Binary file not shown.
Binary file modified main/.doctrees/reference.doctree
Binary file not shown.
Binary file modified main/.doctrees/reference/api.doctree
Binary file not shown.
Binary file modified main/.doctrees/reference/rest_api.doctree
Binary file not shown.
Binary file modified main/.doctrees/tutorials.doctree
Binary file not shown.
Binary file modified main/.doctrees/tutorials/creating-a-spec.doctree
Binary file not shown.
Binary file modified main/.doctrees/tutorials/installation.doctree
Binary file not shown.
Binary file modified main/.doctrees/tutorials/rest-service.doctree
Binary file not shown.
Binary file not shown.
Binary file modified main/_downloads/259d09caa9d289e5e3237369eb66aaf5/api-14.pdf
Binary file not shown.
Binary file modified main/_downloads/26cbb08b79302005a689c4e8dd87625d/api-5.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion main/_downloads/2978570c668d252b9da1fe49a06ec7ac/api-4.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Example Spec

from scanspec.plot import plot_spec
from scanspec.regions import Ellipse
from scanspec.specs import Line

spec = Line("z", 1, 2, 3) * Line("y", 3, 4, 5).zip(Line("x", 4, 5, 5))
grid = Line("y", 3, 8, 10) * ~Line("x", 1 ,8, 10)
spec = grid & Ellipse("x", "y", 5, 5, 2, 3, 75)
plot_spec(spec)
Binary file not shown.
Binary file modified main/_downloads/3f697368b6d069641068f1e1077fb6d0/api-10.pdf
Binary file not shown.
Binary file modified main/_downloads/43c491207b6c41467113b7cb385139ba/api-13.pdf
Binary file not shown.
Binary file modified main/_downloads/43d9474bab264cd0429cb1665f9955a8/api-15.pdf
Binary file not shown.
Binary file modified main/_downloads/46002abc3e44ab78d2ec586ac55ecbd5/api-4.pdf
Binary file not shown.
Binary file modified main/_downloads/460d5ecae88292ff9f7461d1ce40d981/api-2.pdf
Binary file not shown.
Binary file modified main/_downloads/478bf00be18d7d4ce67afbd9964ddfd7/api-11.pdf
Binary file not shown.
Binary file modified main/_downloads/577932ffad65c458a1e7d7b06e2d619e/api-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified main/_downloads/5babad101a1fb402fa8708a1d700b2bd/api-12.pdf
Binary file not shown.
Binary file not shown.
Binary file modified main/_downloads/6ac1affbbd25c62f767d0d736dcb9ac6/api-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified main/_downloads/79becd8c0b77145922e83bcf9587b0df/api-9.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions main/_downloads/7be99933a51115eeac94ea28dcc94a10/api-3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Example Spec

from scanspec.plot import plot_spec
from scanspec.specs import Line, Repeat
from scanspec.regions import Circle
from scanspec.specs import Line

spec = Repeat(2, gap=False) * ~Line.bounded("x", 3, 4, 1)
grid = Line("y", 1, 3, 10) * ~Line("x", 0, 2, 10)
spec = grid & Circle("x", "y", 1, 2, 0.9)
plot_spec(spec)
Binary file modified main/_downloads/7f5d6f98d851a6f87ee17b4e1a2c477d/api-3.pdf
Binary file not shown.
Binary file modified main/_downloads/8d1f05c70d13d9eb2d237e906361b08f/api-4.hires.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified main/_downloads/920016fcda583eee66f9e3f3c37d90ca/api-1.pdf
Binary file not shown.
Binary file modified main/_downloads/9b910feaa68e0b54f476927a47285377/api-2.hires.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_downloads/a40a2da1920d27bcf335a4a10024addd/api-8.pdf
Binary file not shown.
Binary file modified main/_downloads/af2c138d163058422058018877fb711d/api-7.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion main/_downloads/b61fec1d185d5d29d1735e1c5f45786d/api-1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

from scanspec.plot import plot_spec
from scanspec.specs import Line
from scanspec.regions import Circle

spec = Line("y", 1, 2, 3) * Line("x", 3, 4, 12)
cube = Line("z", 1, 3, 3) * Line("y", 1, 3, 10) * ~Line("x", 0, 2, 10)
spec = cube & Circle("x", "y", 1, 2, 0.9)
plot_spec(spec)
Binary file modified main/_downloads/bace78a87ef701e7b08f72f39db31591/api-16.pdf
Binary file not shown.
4 changes: 3 additions & 1 deletion main/_downloads/c1cf2d085f7ede85d58df873f9e4588b/api-2.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Example Spec

from scanspec.plot import plot_spec
from scanspec.regions import Polygon
from scanspec.specs import Line

spec = 2 * ~Line.bounded("x", 3, 4, 1)
grid = Line("y", 3, 8, 10) * ~Line("x", 1 ,8, 10)
spec = grid & Polygon("x", "y", [1.0, 6.0, 8.0, 2.0], [4.0, 10.0, 6.0, 1.0])
plot_spec(spec)
Binary file not shown.
Binary file modified main/_downloads/cc141685a493616a8f29e461c61b1b0b/api-6.pdf
Binary file not shown.
Binary file modified main/_downloads/d63649a5a6f78b5a752e39a4af7c1464/api-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified main/_downloads/f169874319858b7c51d001cb0d90893f/api-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/api-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/api-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/api-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified main/_images/api-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 164 additions & 0 deletions main/_images/inheritance-71879fa8c5979d3d8c5ee96fb056aace560c72e4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 07704eb

Please sign in to comment.