Skip to content

Commit

Permalink
fix API doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz committed Sep 2, 2024
1 parent e6b35fa commit 9b46922
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/webknossos-py/examples/convert_4d_tiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This example demonstrates the basic interactions with Datasets that have more th

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).

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.
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.

```python
--8<--
Expand Down
2 changes: 1 addition & 1 deletion docs/src/webknossos-py/examples/upload_image_data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Upload Image Data

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).
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).

```python
--8<--
Expand Down

0 comments on commit 9b46922

Please sign in to comment.