From 72d56489e27a27c829ebc81eb9333f3f224f1c18 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 8 Jan 2025 06:19:58 -0800 Subject: [PATCH] dont link to zarr.config doc module --- docs/user-guide/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/config.rst b/docs/user-guide/config.rst index a17bce9d9..871291b72 100644 --- a/docs/user-guide/config.rst +++ b/docs/user-guide/config.rst @@ -3,7 +3,7 @@ Runtime configuration ===================== -:mod:`zarr.config ` is responsible for managing the configuration of zarr and +``zarr.config`` is responsible for managing the configuration of zarr and is based on the `donfig `_ Python library. Configuration values can be set using code like the following::