Skip to content

Commit c1476e9

Browse files
committed
Change all link in introdcution to relative links to other sections
1 parent 19eabe8 commit c1476e9

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/quickstart.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ compression, and various backends, making it a versatile choice for scientific a
2020
large-scale data.
2121

2222
An `ndarray <https://numpy.org/doc/2.2/reference/arrays.ndarray.html>`_ is a (usually fixed-size) multidimensional container of items of the
23-
same type and size.
23+
same type and size.
2424

2525

2626
Main Features are:
2727

28-
- `Create <https://zarr.readthedocs.io/en/stable/tutorial.html#creating-an-array>`_ N-dimensional arrays with any NumPy `dtype`.
29-
- `Chunk arrays <https://zarr.readthedocs.io/en/stable/tutorial.html#chunk-optimizations>`_ along any dimension.
30-
- `Compress <https://zarr.readthedocs.io/en/stable/tutorial.html#compressors>`_ and/or filter chunks using any NumCodecs codec.
31-
- `Store arrays <https://zarr.readthedocs.io/en/stable/tutorial.html#tutorial-storage>`_ in memory, on disk, inside a zip file, on S3, etc...
32-
- `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.
33-
- Write to an array concurrently from multiple threads or processes.
28+
- :ref:`Create<creating-an-array>` N-dimensional arrays with any NumPy `dtype`.
29+
- :ref:`Chunk arrays<user-guide-chunks>` along any dimension.
30+
- :ref:`Compress<user-guide-compress>` and/or filter chunks using any NumCodecs codec.
31+
- :ref:`Store arrays<user-guide-storage>` in memory, on disk, inside a zip file, on S3, etc...
32+
- :ref:`Read<user-guide-array>` an array :ref:`concurrently <user-guide-sync>` from multiple threads or processes.
33+
- :ref:`Write<user-guide-array>` to an array concurrently from multiple threads or processes.
3434
- Organize arrays into hierarchies via :ref:`groups<hierarchical-groups>`.
3535

3636

@@ -50,6 +50,8 @@ or `conda`:
5050
5151
conda install --channel conda-forge zarr
5252
53+
.. _creating-an-array:
54+
5355
Creating an Array
5456
-----------------
5557

0 commit comments

Comments
 (0)