From 1c2a5b74cc8cd0555b1f70bc5f8e60f74d78c2aa Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Tue, 18 Jul 2023 01:31:21 -0400 Subject: [PATCH] link to custom indexes page --- doc/internals/how-to-create-custom-index.rst | 2 ++ doc/internals/interoperability.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/internals/how-to-create-custom-index.rst b/doc/internals/how-to-create-custom-index.rst index 93805229db1..90b3412c2cb 100644 --- a/doc/internals/how-to-create-custom-index.rst +++ b/doc/internals/how-to-create-custom-index.rst @@ -1,5 +1,7 @@ .. currentmodule:: xarray +.. _internals.custom indexes: + How to create a custom index ============================ diff --git a/doc/internals/interoperability.rst b/doc/internals/interoperability.rst index dbfccc9b9ce..1388ceff7fc 100644 --- a/doc/internals/interoperability.rst +++ b/doc/internals/interoperability.rst @@ -11,7 +11,7 @@ This interoperability comes via a set of flexible abstractions into which the us - :ref:`Custom file backends ` via the :py:class:`~xarray.backends.BackendEntrypoint` system, - Numpy-like :ref:`"duck" array wrapping `, which supports the `Python Array API Standard `_, - :ref:`Chunked distributed array computation ` via the :py:class:`~xarray.core.parallelcompat.ChunkManagerEntrypoint` system, -- Flexible :py:class:`~xarray.indexes.Index` objects for custom label-based lookups, +- Custom :py:class:`~xarray.indexes.Index` objects for :ref:`flexible label-based lookups `, - Extending xarray objects with domain-specific methods via :ref:`custom accessors `. .. warning::