Skip to content

Commit 0b4a7e6

Browse files
committed
fix star yz probing links
1 parent 50907ac commit 0b4a7e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/user_guide/00_liquid-handling/hamilton-star/_hamilton-star.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Tools for working with Hamilton-STAR specific functions.
99
basic
1010
iswap-module
1111
star_lld
12+
y-probing
1213
z-probing
1314
foil
1415
96head

docs/user_guide/00_liquid-handling/hamilton-star/y-probing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Y-probing\n",
88
"\n",
9-
"With PyLabRobot, you can probe the y position of any object on a STAR(let) deck. See also [z probing](../z-probing.ipynb) for doing the same in the z direction.\n",
9+
"With PyLabRobot, you can probe the y position of any object on a STAR(let) deck. See also [z probing](./z-probing) for doing the same in the z direction.\n",
1010
"\n",
1111
"```{warning}\n",
1212
"This example uses the teaching tips. These are metal tips that are not forgiving. Be particularly careful when moving the channels around to avoid collisions.\n",

docs/user_guide/00_liquid-handling/hamilton-star/z-probing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Z-probing\n",
88
"\n",
9-
"With PyLabRobot, one can probe the surface of any object on a STAR(let) deck. This effectively makes the STAR act as a [Coordinate-Measurement Machine (CMM)](https://en.wikipedia.org/wiki/Coordinate-measuring_machine). See also [y probing](./y-probing.ipynb) for doing the same in the y direction.\n",
9+
"With PyLabRobot, one can probe the surface of any object on a STAR(let) deck. This effectively makes the STAR act as a [Coordinate-Measurement Machine (CMM)](https://en.wikipedia.org/wiki/Coordinate-measuring_machine). See also [y probing](./y-probing) for doing the same in the y direction.\n",
1010
"\n",
1111
"There are two ways to probe the surface of an object:\n",
1212
"\n",

0 commit comments

Comments
 (0)