Skip to content

Commit c40725d

Browse files
committed
minor fixes
1 parent 5d7c953 commit c40725d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/protocol/core/v3.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,9 @@ interface`_ subsection. The store interface can be implemented using a
11671167
variety of underlying storage technologies, described in the
11681168
subsection on `Store implementations`_.
11691169

1170+
1171+
.. _abstract-store-interface:
1172+
11701173
Abstract store interface
11711174
------------------------
11721175

docs/storage_transformers/sharding/v1.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,18 @@ Key & value transformation
108108
==========================
109109

110110
The storage transformer protocol defines the abstract interface to be the same
111-
as the `Abstract store interface`_.
111+
as the :ref:`abstract-store-interface`.
112112

113113
The Zarr store interface is defined in terms of `keys` and `values`,
114114
where a `key` is a sequence of characters and a `value` is a sequence
115-
of bytes. A key-value pair is called entry in the following part.
115+
of bytes. A key-value pair is called `entry` in the following part.
116116

117117
This sharding transformer only adapts entries where the key starts
118118
with `data/root`, as they indicate data keys for array chunks. All other
119119
entries are simply passed on.
120120

121-
Entries starting with `data/root` are grouped by their common shard, assuming
122-
`Storage keys` from a regular chunk grid which may use a customly configured
121+
Entries starting with ``data/root`` are grouped by their common shard, assuming
122+
storage keys from a regular chunk grid which may use a customly configured
123123
``chunk separator``:
124124
For all entries that are part of the same shard the key is changed to the
125125
shard-key and the values are combined in the `Binary shard format`_ described

0 commit comments

Comments
 (0)