From 29846ea6244c5ebca061ab81fecb01598f0ab542 Mon Sep 17 00:00:00 2001 From: Michael Denes Date: Fri, 14 Feb 2025 15:41:14 +0100 Subject: [PATCH 1/2] Update the broken hyperlinks --- docs/examples/documentation_advanced_zarr.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/documentation_advanced_zarr.ipynb b/docs/examples/documentation_advanced_zarr.ipynb index c79a6157a0..d86b9019d3 100644 --- a/docs/examples/documentation_advanced_zarr.ipynb +++ b/docs/examples/documentation_advanced_zarr.ipynb @@ -19,8 +19,8 @@ "\n", "Topics:\n", "\n", - "- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.MemoryStore))\n", - "- Transferring data from a `MemoryStore` into a directory (via `DirectoryStore`; [link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore)).\n", + "- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.MemoryStore))\n", + "- Transferring data from a `MemoryStore` into a directory (via `DirectoryStore`; [link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore)).\n", "- Re-chunking output to better align with specific analyses (time vs. spatial filtering).\n" ] }, From a33080af84021aa00f9acc9964ae867796cdd7bd Mon Sep 17 00:00:00 2001 From: Michael Denes Date: Fri, 14 Feb 2025 16:07:07 +0100 Subject: [PATCH 2/2] Fixing the hyperlinks to v2.18.4 of zarr --- docs/examples/documentation_advanced_zarr.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/documentation_advanced_zarr.ipynb b/docs/examples/documentation_advanced_zarr.ipynb index d86b9019d3..4782330635 100644 --- a/docs/examples/documentation_advanced_zarr.ipynb +++ b/docs/examples/documentation_advanced_zarr.ipynb @@ -19,8 +19,8 @@ "\n", "Topics:\n", "\n", - "- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.MemoryStore))\n", - "- Transferring data from a `MemoryStore` into a directory (via `DirectoryStore`; [link](https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore)).\n", + "- Capturing output in memory using the `MemoryStore` of `zarr` ([link](https://zarr.readthedocs.io/en/v2.18.4/api/storage.html#zarr.storage.MemoryStore))\n", + "- Transferring data from a `MemoryStore` into a directory (via `DirectoryStore`; [link](https://zarr.readthedocs.io/en/v2.18.4/api/storage.html#zarr.storage.DirectoryStore)) or a zip file (via `ZipStore`; [link](https://zarr.readthedocs.io/en/v2.18.4/api/storage.html#zarr.storage.ZipStore)).\n", "- Re-chunking output to better align with specific analyses (time vs. spatial filtering).\n" ] },