From 8d46e588229e4c0a67fef0dda9ee30d7a5e2b750 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 1 Jan 2025 13:34:20 -0800 Subject: [PATCH] fixups --- docs/contributing.rst | 2 ++ docs/user-guide/installation.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 0ead6c826..6dd7923f8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -1,3 +1,5 @@ +.. _contributing: + Contributing ============ diff --git a/docs/user-guide/installation.rst b/docs/user-guide/installation.rst index d43147643..1619c5646 100644 --- a/docs/user-guide/installation.rst +++ b/docs/user-guide/installation.rst @@ -28,7 +28,7 @@ These can be installed using ``pip install "zarr[]"``, e.g. ``pip install - ``gpu``: support for GPUs - ``remote``: support for reading/writing to remote data stores -Additional option dependencies include ``rich``, ``universal_pathlib``. These must be installed separately. +Additional optional dependencies include ``rich``, ``universal_pathlib``. These must be installed separately. conda ----- @@ -51,4 +51,4 @@ Zarr has endorsed `Scientific-Python SPEC 0 `_. +To install the latest development version of Zarr, see the :ref:`contributing guide `.