From 5fd7e8a6a26b399a7ff9076e8200a9e761ae22ae Mon Sep 17 00:00:00 2001 From: Jonathan Striebel Date: Mon, 21 Nov 2022 15:33:37 +0100 Subject: [PATCH] link to issue #62 in varlen comment, minor formatting fix --- docs/core/v3.0.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/core/v3.0.rst b/docs/core/v3.0.rst index da4cb2cf..45ae6732 100644 --- a/docs/core/v3.0.rst +++ b/docs/core/v3.0.rst @@ -585,6 +585,7 @@ other type sizes in later versions of this specification. arrays, one with the actual variable length data and one with fixed size (pointer + length) to the variable size data, we do not want to commit to such a structure. + See https://github.com/zarr-developers/zarr-specs/issues/62. Chunk grids @@ -943,12 +944,14 @@ containing the following names: when saving into the store, associated with a single encoding. By default only ``".json"`` is allowed and used with JSON encoding. - .. note:: This suffix is used to allow non hierarchy browsing and editing by - non-zarr-aware tools. + .. note:: + This suffix is used to allow non hierarchy browsing and editing by + non-zarr-aware tools. - .. note:: This is a possible extension point, where an extension which is - listed in ``extensions`` (see below) may add new valid suffixes with their - associated encodings. + .. note:: + This is a possible extension point, where an extension which is + listed in ``extensions`` (see below) may add new valid suffixes with their + associated encodings. ``extensions`` ^^^^^^^^^^^^^^