Skip to content

Commit

Permalink
link to custom indexes page
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jul 18, 2023
1 parent 4e98b58 commit 1c2a5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/internals/how-to-create-custom-index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. currentmodule:: xarray

.. _internals.custom indexes:

How to create a custom index
============================

Expand Down
2 changes: 1 addition & 1 deletion doc/internals/interoperability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This interoperability comes via a set of flexible abstractions into which the us
- :ref:`Custom file backends <add_a_backend>` via the :py:class:`~xarray.backends.BackendEntrypoint` system,
- Numpy-like :ref:`"duck" array wrapping <internals.duckarrays>`, which supports the `Python Array API Standard <https://data-apis.org/array-api/latest/>`_,
- :ref:`Chunked distributed array computation <internals.chunkedarrays>` 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 <internals.custom indexes>`,
- Extending xarray objects with domain-specific methods via :ref:`custom accessors <internals.accessors>`.

.. warning::
Expand Down

0 comments on commit 1c2a5b7

Please sign in to comment.