Custom Indexes to support linked indexers for dimension and non-dimension coords in Xarray.
Contributions are welcome! Docs, code or otherwise. Feel free to ask for help or advice in issues if you get stuck.
uv sync --group dev
uv run pytestFor jupyterlab-vim:
uv sync --group dev --group vimThe documentation is built using MyST. To build the docs locally:
# Install mystmd globally (or use npx)
npm install -g mystmd
# Build and serve docs locally
myst startThis will start a local server at http://localhost:3000 with live reloading.
To build static HTML:
myst build --htmlThe output will be in docs/_build/html/.