Skip to content

Commit 9b46922

Browse files
committed
fix API doc links
1 parent e6b35fa commit 9b46922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/webknossos-py/examples/convert_4d_tiff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example demonstrates the basic interactions with Datasets that have more th
44

55
In order to manipulate 4D data in WEBKNOSSOS, we first convert the 4D Tiff dataset into a Zarr3 dataset. This conversion is achieved using the [from_images method](../../api/webknossos/dataset/dataset.md#webknossos.dataset.dataset.Dataset.from_images).
66

7-
Once the dataset is converted, we can access specific layers and views, [read data](../../api/webknossos/dataset/magview.md#webknossos.dataset.mag_view.MagView.read) from a defined bounding box, and [write data](../../api/webknossos/dataset/magview.md#webknossos.dataset.mag_view.MagView.write) to a different position within the dataset. The [NDBoundingBox](../../api/webknossos/geometry/ndboundingbox.md#webknossos.geometry.nd_bounding_box.NDBoundingBox) is utilized to select a 4D region of the dataset.
7+
Once the dataset is converted, we can access specific layers and views, [read data](../../api/webknossos/dataset/mag_view.md#webknossos.dataset.mag_view.MagView.read) from a defined bounding box, and [write data](../../api/webknossos/dataset/mag_view.md#webknossos.dataset.mag_view.MagView.write) to a different position within the dataset. The [NDBoundingBox](../../api/webknossos/geometry/nd_bounding_box.md#webknossos.geometry.nd_bounding_box.NDBoundingBox) is utilized to select a 4D region of the dataset.
88

99
```python
1010
--8<--

docs/src/webknossos-py/examples/upload_image_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upload Image Data
22

3-
Loads the [cell dataset](https://scikit-image.org/docs/dev/api/skimage.data.html#skimage.data.cell), writes it into a [wkw Dataset](../../api/webknossos/dataset/dataset.md) and uploads it to a local webknossos instance using [`webknossos_context`](../../api/webknossos/client/webknossos_context.md#webknossos.client.context.webknossos_context).
3+
Loads the [cell dataset](https://scikit-image.org/docs/dev/api/skimage.data.html#skimage.data.cell), writes it into a [wkw Dataset](../../api/webknossos/dataset/dataset.md) and uploads it to a local webknossos instance using [`webknossos_context`](../../api/webknossos/client/context.md#webknossos.client.context.webknossos_context).
44

55
```python
66
--8<--

0 commit comments

Comments
 (0)