diff --git a/main/.buildinfo b/main/.buildinfo index 13da036e..2bd67b23 100644 --- a/main/.buildinfo +++ b/main/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 0d862c2ea69f6ba1cf4e8d615f78d906 +config: 2ca901256f44ede8f19a0c0343d63d17 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/main/.doctrees/reference/rest_api.doctree b/main/.doctrees/reference/rest_api.doctree index e89e138f..42ea4f66 100644 Binary files a/main/.doctrees/reference/rest_api.doctree and b/main/.doctrees/reference/rest_api.doctree differ diff --git a/main/_api.html b/main/_api.html index 7da05d35..507a96c3 100644 --- a/main/_api.html +++ b/main/_api.html @@ -8,7 +8,7 @@ -
C = TypeVar("C")
T = TypeVar("T")
-GapArray = npt.NDArray[np.bool]
+GapArray = npt.NDArray[np.bool_]
diff --git a/main/_modules/scanspec/plot.html b/main/_modules/scanspec/plot.html
index 0993f8d5..aeda7eaa 100644
--- a/main/_modules/scanspec/plot.html
+++ b/main/_modules/scanspec/plot.html
@@ -7,7 +7,7 @@
- scanspec.plot — scanspec 0.7.5.dev2+g6291ec72 documentation
+ scanspec.plot — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/main/_modules/scanspec/regions.html b/main/_modules/scanspec/regions.html
index 70c53424..c1da654a 100644
--- a/main/_modules/scanspec/regions.html
+++ b/main/_modules/scanspec/regions.html
@@ -7,7 +7,7 @@
- scanspec.regions — scanspec 0.7.5.dev2+g6291ec72 documentation
+ scanspec.regions — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -39,7 +39,7 @@
-
+
@@ -513,7 +513,7 @@ Source code for scanspec.regions
"find_regions",
]
-NpMask = npt.NDArray[np.bool]
+NpMask = npt.NDArray[np.bool_]
@@ -586,7 +586,7 @@ Source code for scanspec.regions
if needs_mask:
return region.mask(points)
else:
- return np.ones(len(list(points.values())[0]), dtype=np.bool)
+ return np.ones(len(list(points.values())[0]), dtype=np.bool_)
@@ -833,11 +833,11 @@ Source code for scanspec.regions
x = points[self.x_axis]
y = points[self.y_axis]
v1x, v1y = self.x_verts[-1], self.y_verts[-1]
- mask = np.full(len(x), False, dtype=np.bool)
+ mask = np.full(len(x), False, dtype=np.bool_)
for v2x, v2y in zip(self.x_verts, self.y_verts, strict=False):
# skip horizontal edges
if v2y != v1y:
- vmask = np.full(len(x), False, dtype=np.bool)
+ vmask = np.full(len(x), False, dtype=np.bool_)
vmask |= (y < v2y) & (y >= v1y)
vmask |= (y < v1y) & (y >= v2y)
t = (y - v1y) / (v2y - v1y)
diff --git a/main/_modules/scanspec/specs.html b/main/_modules/scanspec/specs.html
index 91e22d4b..e5c4d59f 100644
--- a/main/_modules/scanspec/specs.html
+++ b/main/_modules/scanspec/specs.html
@@ -7,7 +7,7 @@
- scanspec.specs — scanspec 0.7.5.dev2+g6291ec72 documentation
+ scanspec.specs — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/main/_static/documentation_options.js b/main/_static/documentation_options.js
index 7db3343a..ebf5afa6 100644
--- a/main/_static/documentation_options.js
+++ b/main/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '0.7.5.dev2+g6291ec72',
+ VERSION: '0.7.6.dev1+g697bfa75',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/main/explanations.html b/main/explanations.html
index 1fe1edf7..d86d6f0a 100644
--- a/main/explanations.html
+++ b/main/explanations.html
@@ -8,7 +8,7 @@
- Explanations — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Explanations — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/explanations/decisions.html b/main/explanations/decisions.html
index f6c8b47a..e3894ef8 100644
--- a/main/explanations/decisions.html
+++ b/main/explanations/decisions.html
@@ -8,7 +8,7 @@
- Architectural Decision Records — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Architectural Decision Records — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/explanations/decisions/0001-record-architecture-decisions.html b/main/explanations/decisions/0001-record-architecture-decisions.html
index 6f75963a..5b551ff3 100644
--- a/main/explanations/decisions/0001-record-architecture-decisions.html
+++ b/main/explanations/decisions/0001-record-architecture-decisions.html
@@ -8,7 +8,7 @@
- 1. Record architecture decisions — scanspec 0.7.5.dev2+g6291ec72 documentation
+ 1. Record architecture decisions — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/explanations/decisions/0002-switched-to-python-copier-template.html b/main/explanations/decisions/0002-switched-to-python-copier-template.html
index 30ee680a..14dd6430 100644
--- a/main/explanations/decisions/0002-switched-to-python-copier-template.html
+++ b/main/explanations/decisions/0002-switched-to-python-copier-template.html
@@ -8,7 +8,7 @@
- 2. Adopt python-copier-template for project structure — scanspec 0.7.5.dev2+g6291ec72 documentation
+ 2. Adopt python-copier-template for project structure — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/explanations/technical-terms.html b/main/explanations/technical-terms.html
index 0db2ab58..e1cfc2e9 100644
--- a/main/explanations/technical-terms.html
+++ b/main/explanations/technical-terms.html
@@ -8,7 +8,7 @@
- Technical Terms — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Technical Terms — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/explanations/why-squash-can-change-path.html b/main/explanations/why-squash-can-change-path.html
index e60ad744..421e9117 100644
--- a/main/explanations/why-squash-can-change-path.html
+++ b/main/explanations/why-squash-can-change-path.html
@@ -8,7 +8,7 @@
- Why Squash (and Mask) can change the Path — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Why Squash (and Mask) can change the Path — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/explanations/why-stack-frames.html b/main/explanations/why-stack-frames.html
index 60e484ad..77188f5d 100644
--- a/main/explanations/why-stack-frames.html
+++ b/main/explanations/why-stack-frames.html
@@ -8,7 +8,7 @@
- Why create a stack of Frames? — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Why create a stack of Frames? — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/genindex.html b/main/genindex.html
index 97e56fdd..c0f8526c 100644
--- a/main/genindex.html
+++ b/main/genindex.html
@@ -7,7 +7,7 @@
- Index — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Index — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/main/how-to.html b/main/how-to.html
index 3ed12035..e30de471 100644
--- a/main/how-to.html
+++ b/main/how-to.html
@@ -8,7 +8,7 @@
- How-to Guides — scanspec 0.7.5.dev2+g6291ec72 documentation
+ How-to Guides — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/how-to/contribute.html b/main/how-to/contribute.html
index 8a98ab39..fda170e4 100644
--- a/main/how-to/contribute.html
+++ b/main/how-to/contribute.html
@@ -8,7 +8,7 @@
- Contribute to the project — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Contribute to the project — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/how-to/iterate-a-spec.html b/main/how-to/iterate-a-spec.html
index ec8032be..a3a6f77f 100644
--- a/main/how-to/iterate-a-spec.html
+++ b/main/how-to/iterate-a-spec.html
@@ -8,7 +8,7 @@
- How to Iterate a Spec — scanspec 0.7.5.dev2+g6291ec72 documentation
+ How to Iterate a Spec — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/how-to/run-container.html b/main/how-to/run-container.html
index 93d31198..3a2b3a62 100644
--- a/main/how-to/run-container.html
+++ b/main/how-to/run-container.html
@@ -8,7 +8,7 @@
- Run in a container — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Run in a container — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/how-to/serialize-a-spec.html b/main/how-to/serialize-a-spec.html
index ecc2ef17..68df6c2c 100644
--- a/main/how-to/serialize-a-spec.html
+++ b/main/how-to/serialize-a-spec.html
@@ -8,7 +8,7 @@
- How to Serialize and Deserialize a Spec — scanspec 0.7.5.dev2+g6291ec72 documentation
+ How to Serialize and Deserialize a Spec — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/http-routingtable.html b/main/http-routingtable.html
index b52a67d5..3df9350f 100644
--- a/main/http-routingtable.html
+++ b/main/http-routingtable.html
@@ -7,7 +7,7 @@
- HTTP Routing Table — scanspec 0.7.5.dev2+g6291ec72 documentation
+ HTTP Routing Table — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/main/index.html b/main/index.html
index f5346201..f1ad96d2 100644
--- a/main/index.html
+++ b/main/index.html
@@ -8,7 +8,7 @@
- scanspec — scanspec 0.7.5.dev2+g6291ec72 documentation
+ scanspec — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/plot_directive/_api/scanspec-plot-1.pdf b/main/plot_directive/_api/scanspec-plot-1.pdf
index 70969591..b99f7aba 100644
Binary files a/main/plot_directive/_api/scanspec-plot-1.pdf and b/main/plot_directive/_api/scanspec-plot-1.pdf differ
diff --git a/main/plot_directive/_api/scanspec-regions-1.pdf b/main/plot_directive/_api/scanspec-regions-1.pdf
index 69728191..669f7f32 100644
Binary files a/main/plot_directive/_api/scanspec-regions-1.pdf and b/main/plot_directive/_api/scanspec-regions-1.pdf differ
diff --git a/main/plot_directive/_api/scanspec-regions-2.pdf b/main/plot_directive/_api/scanspec-regions-2.pdf
index c764e047..00e8b833 100644
Binary files a/main/plot_directive/_api/scanspec-regions-2.pdf and b/main/plot_directive/_api/scanspec-regions-2.pdf differ
diff --git a/main/plot_directive/_api/scanspec-regions-3.pdf b/main/plot_directive/_api/scanspec-regions-3.pdf
index e88c0d27..5ff72ff7 100644
Binary files a/main/plot_directive/_api/scanspec-regions-3.pdf and b/main/plot_directive/_api/scanspec-regions-3.pdf differ
diff --git a/main/plot_directive/_api/scanspec-regions-4.pdf b/main/plot_directive/_api/scanspec-regions-4.pdf
index b0d6563f..0d9d55c0 100644
Binary files a/main/plot_directive/_api/scanspec-regions-4.pdf and b/main/plot_directive/_api/scanspec-regions-4.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-1.pdf b/main/plot_directive/_api/scanspec-specs-1.pdf
index 86ac5a17..b06bae7a 100644
Binary files a/main/plot_directive/_api/scanspec-specs-1.pdf and b/main/plot_directive/_api/scanspec-specs-1.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-10.pdf b/main/plot_directive/_api/scanspec-specs-10.pdf
index 7e782ecc..bf1507ea 100644
Binary files a/main/plot_directive/_api/scanspec-specs-10.pdf and b/main/plot_directive/_api/scanspec-specs-10.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-11.pdf b/main/plot_directive/_api/scanspec-specs-11.pdf
index 7e5faa28..22200a29 100644
Binary files a/main/plot_directive/_api/scanspec-specs-11.pdf and b/main/plot_directive/_api/scanspec-specs-11.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-12.pdf b/main/plot_directive/_api/scanspec-specs-12.pdf
index 138c453d..77c07607 100644
Binary files a/main/plot_directive/_api/scanspec-specs-12.pdf and b/main/plot_directive/_api/scanspec-specs-12.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-13.pdf b/main/plot_directive/_api/scanspec-specs-13.pdf
index 92d4bd6a..9d34841f 100644
Binary files a/main/plot_directive/_api/scanspec-specs-13.pdf and b/main/plot_directive/_api/scanspec-specs-13.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-14.pdf b/main/plot_directive/_api/scanspec-specs-14.pdf
index 8b5c3fda..d4275713 100644
Binary files a/main/plot_directive/_api/scanspec-specs-14.pdf and b/main/plot_directive/_api/scanspec-specs-14.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-15.pdf b/main/plot_directive/_api/scanspec-specs-15.pdf
index 00b888c4..5d4c3de0 100644
Binary files a/main/plot_directive/_api/scanspec-specs-15.pdf and b/main/plot_directive/_api/scanspec-specs-15.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-16.pdf b/main/plot_directive/_api/scanspec-specs-16.pdf
index b7c51caf..321fd58f 100644
Binary files a/main/plot_directive/_api/scanspec-specs-16.pdf and b/main/plot_directive/_api/scanspec-specs-16.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-2.pdf b/main/plot_directive/_api/scanspec-specs-2.pdf
index 41241c11..1f91f442 100644
Binary files a/main/plot_directive/_api/scanspec-specs-2.pdf and b/main/plot_directive/_api/scanspec-specs-2.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-3.pdf b/main/plot_directive/_api/scanspec-specs-3.pdf
index a30bf151..a79373bb 100644
Binary files a/main/plot_directive/_api/scanspec-specs-3.pdf and b/main/plot_directive/_api/scanspec-specs-3.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-4.pdf b/main/plot_directive/_api/scanspec-specs-4.pdf
index bbff445c..9aef136d 100644
Binary files a/main/plot_directive/_api/scanspec-specs-4.pdf and b/main/plot_directive/_api/scanspec-specs-4.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-5.pdf b/main/plot_directive/_api/scanspec-specs-5.pdf
index d6eb9f39..31b83cdb 100644
Binary files a/main/plot_directive/_api/scanspec-specs-5.pdf and b/main/plot_directive/_api/scanspec-specs-5.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-6.pdf b/main/plot_directive/_api/scanspec-specs-6.pdf
index 1084b9a6..a168bbdf 100644
Binary files a/main/plot_directive/_api/scanspec-specs-6.pdf and b/main/plot_directive/_api/scanspec-specs-6.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-7.pdf b/main/plot_directive/_api/scanspec-specs-7.pdf
index 82082c08..f01b940c 100644
Binary files a/main/plot_directive/_api/scanspec-specs-7.pdf and b/main/plot_directive/_api/scanspec-specs-7.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-8.pdf b/main/plot_directive/_api/scanspec-specs-8.pdf
index ca979545..448cea7b 100644
Binary files a/main/plot_directive/_api/scanspec-specs-8.pdf and b/main/plot_directive/_api/scanspec-specs-8.pdf differ
diff --git a/main/plot_directive/_api/scanspec-specs-9.pdf b/main/plot_directive/_api/scanspec-specs-9.pdf
index f6e0252b..fc946d03 100644
Binary files a/main/plot_directive/_api/scanspec-specs-9.pdf and b/main/plot_directive/_api/scanspec-specs-9.pdf differ
diff --git a/main/plot_directive/explanations/why-squash-can-change-path-1.pdf b/main/plot_directive/explanations/why-squash-can-change-path-1.pdf
index 84916a1a..e1f204c0 100644
Binary files a/main/plot_directive/explanations/why-squash-can-change-path-1.pdf and b/main/plot_directive/explanations/why-squash-can-change-path-1.pdf differ
diff --git a/main/plot_directive/explanations/why-squash-can-change-path-2.pdf b/main/plot_directive/explanations/why-squash-can-change-path-2.pdf
index 5a0d61e2..5dcc74b8 100644
Binary files a/main/plot_directive/explanations/why-squash-can-change-path-2.pdf and b/main/plot_directive/explanations/why-squash-can-change-path-2.pdf differ
diff --git a/main/plot_directive/explanations/why-squash-can-change-path-3.pdf b/main/plot_directive/explanations/why-squash-can-change-path-3.pdf
index a2cf8dad..5d173983 100644
Binary files a/main/plot_directive/explanations/why-squash-can-change-path-3.pdf and b/main/plot_directive/explanations/why-squash-can-change-path-3.pdf differ
diff --git a/main/plot_directive/explanations/why-squash-can-change-path-4.pdf b/main/plot_directive/explanations/why-squash-can-change-path-4.pdf
index 528d4455..3ebc377d 100644
Binary files a/main/plot_directive/explanations/why-squash-can-change-path-4.pdf and b/main/plot_directive/explanations/why-squash-can-change-path-4.pdf differ
diff --git a/main/plot_directive/tutorials/creating-a-spec-1.pdf b/main/plot_directive/tutorials/creating-a-spec-1.pdf
index 47ab3c2c..a9ffcb88 100644
Binary files a/main/plot_directive/tutorials/creating-a-spec-1.pdf and b/main/plot_directive/tutorials/creating-a-spec-1.pdf differ
diff --git a/main/plot_directive/tutorials/creating-a-spec-2.pdf b/main/plot_directive/tutorials/creating-a-spec-2.pdf
index f5ea6836..339fbdfd 100644
Binary files a/main/plot_directive/tutorials/creating-a-spec-2.pdf and b/main/plot_directive/tutorials/creating-a-spec-2.pdf differ
diff --git a/main/plot_directive/tutorials/creating-a-spec-3.pdf b/main/plot_directive/tutorials/creating-a-spec-3.pdf
index 8c5612ed..bd2f02da 100644
Binary files a/main/plot_directive/tutorials/creating-a-spec-3.pdf and b/main/plot_directive/tutorials/creating-a-spec-3.pdf differ
diff --git a/main/plot_directive/tutorials/creating-a-spec-4.pdf b/main/plot_directive/tutorials/creating-a-spec-4.pdf
index 39d999e6..74ecfa45 100644
Binary files a/main/plot_directive/tutorials/creating-a-spec-4.pdf and b/main/plot_directive/tutorials/creating-a-spec-4.pdf differ
diff --git a/main/plot_directive/tutorials/creating-a-spec-5.pdf b/main/plot_directive/tutorials/creating-a-spec-5.pdf
index 9332f238..3439fd2a 100644
Binary files a/main/plot_directive/tutorials/creating-a-spec-5.pdf and b/main/plot_directive/tutorials/creating-a-spec-5.pdf differ
diff --git a/main/plot_directive/tutorials/creating-a-spec-6.pdf b/main/plot_directive/tutorials/creating-a-spec-6.pdf
index 04ce28b0..1b3321ef 100644
Binary files a/main/plot_directive/tutorials/creating-a-spec-6.pdf and b/main/plot_directive/tutorials/creating-a-spec-6.pdf differ
diff --git a/main/py-modindex.html b/main/py-modindex.html
index 9590265d..fd053b33 100644
--- a/main/py-modindex.html
+++ b/main/py-modindex.html
@@ -7,7 +7,7 @@
- Python Module Index — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Python Module Index — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -39,7 +39,7 @@
-
+
diff --git a/main/reference.html b/main/reference.html
index 876d0b20..300334c6 100644
--- a/main/reference.html
+++ b/main/reference.html
@@ -8,7 +8,7 @@
- Reference — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Reference — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/reference/rest_api.html b/main/reference/rest_api.html
index 6d3b089d..15ef347e 100644
--- a/main/reference/rest_api.html
+++ b/main/reference/rest_api.html
@@ -8,7 +8,7 @@
- REST API — scanspec 0.7.5.dev2+g6291ec72 documentation
+ REST API — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/search.html b/main/search.html
index b63000d4..8715451d 100644
--- a/main/search.html
+++ b/main/search.html
@@ -6,7 +6,7 @@
- Search - scanspec 0.7.5.dev2+g6291ec72 documentation
+ Search - scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -38,7 +38,7 @@
-
+
diff --git a/main/tutorials.html b/main/tutorials.html
index 47f88195..175b5574 100644
--- a/main/tutorials.html
+++ b/main/tutorials.html
@@ -8,7 +8,7 @@
- Tutorials — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Tutorials — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/tutorials/creating-a-spec.html b/main/tutorials/creating-a-spec.html
index 3eed740f..49c49608 100644
--- a/main/tutorials/creating-a-spec.html
+++ b/main/tutorials/creating-a-spec.html
@@ -8,7 +8,7 @@
- Creating a Scan Spec — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Creating a Scan Spec — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/tutorials/installation.html b/main/tutorials/installation.html
index 07c08d51..c64d21cf 100644
--- a/main/tutorials/installation.html
+++ b/main/tutorials/installation.html
@@ -8,7 +8,7 @@
- Installation — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Installation — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+
diff --git a/main/tutorials/rest-service.html b/main/tutorials/rest-service.html
index b9660920..8ec8f3cc 100644
--- a/main/tutorials/rest-service.html
+++ b/main/tutorials/rest-service.html
@@ -8,7 +8,7 @@
- Running a REST service for generating points — scanspec 0.7.5.dev2+g6291ec72 documentation
+ Running a REST service for generating points — scanspec 0.7.6.dev1+g697bfa75 documentation
@@ -40,7 +40,7 @@
-
+