Skip to content

Commit cac751e

Browse files
committed
Add label to Hieratchical Groups and change to relative link in introduction
1 parent 7011db4 commit cac751e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quickstart.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Main Features are:
3232
- `Store arrays <https://zarr.readthedocs.io/en/stable/tutorial.html#tutorial-storage>`_ in memory, on disk, inside a zip file, on S3, etc...
3333
- `Read <https://zarr.readthedocs.io/en/stable/tutorial.html#reading-and-writing-data>`_ an array `concurrently <https://zarr.readthedocs.io/en/stable/tutorial.html#parallel-computing-and-synchronization>`_ from multiple threads or processes.
3434
- Write to an array concurrently from multiple threads or processes.
35-
- Organize arrays into hierarchies via `groups <https://zarr.readthedocs.io/en/stable/tutorial.html#groups>`_.
35+
- Organize arrays into hierarchies via :ref:`groups<hierarchical-groups>`.
3636

3737

3838

@@ -112,6 +112,8 @@ Zarr supports data compression and filters. For example, to use Blosc compressio
112112

113113
This compresses the data using the Zstandard codec with shuffle enabled for better compression.
114114

115+
.. _hierarchical-groups:
116+
115117
Hierarchical Groups
116118
-------------------
117119

0 commit comments

Comments
 (0)