You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quickstart.rst
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,17 @@ compression, and various backends, making it a versatile choice for scientific a
20
20
large-scale data.
21
21
22
22
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.
24
24
25
25
26
26
Main Features are:
27
27
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.
34
34
- Organize arrays into hierarchies via :ref:`groups<hierarchical-groups>`.
0 commit comments