From 3943cf1221050c600fc2d716eb19106bcc7659ec Mon Sep 17 00:00:00 2001 From: Jan Gleixner Date: Tue, 18 Aug 2026 17:58:43 +0200 Subject: [PATCH] docs: fix package name and R repository link on landing page - `napari-spatialdata-repo` -> `napari-spatialdata`: the bullet label had leaked the Markdown link-reference name into the rendered package name. - The R implementation has been renamed from `SpatialData` to `spatialdataR`; update both the displayed name and the repository link, which previously only resolved via GitHub's rename redirect. --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4b21c6ff7..cd08d495f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,8 +12,8 @@ This page provides documentation on how to install, use, and extend the core `sp - `spatialdata-io`: load data from common spatial omics technologies into `spatialdata` ([repository][spatialdata-io-repo], [documentation][spatialdata-io-docs]). - `spatialdata-plot`: Static plotting library for `spatialdata` ([repository][spatialdata-plot-repo], [documentation][spatialdata-plot-docs]). -- `napari-spatialdata-repo`: napari plugin for interactive exploration and annotation of `spatialdata` ([repository][napari-spatialdata-repo], [documentation][napari-spatialdata-docs]). -- `SpatialData` (R): R implementation of the SpatialData framework ([repository][spatialdata-r-repo]). +- `napari-spatialdata`: napari plugin for interactive exploration and annotation of `spatialdata` ([repository][napari-spatialdata-repo], [documentation][napari-spatialdata-docs]). +- `spatialdataR`: R implementation of the SpatialData framework ([repository][spatialdata-r-repo]). - `SpatialData.js`: JavaScript/TypeScript implementation of the SpatialData framework ([repository][spatialdata-js-repo]). Please see our publication {cite}`marconatoSpatialDataOpenUniversal2024` for citation and to learn more. @@ -123,5 +123,5 @@ references.md [napari-spatialdata-docs]: https://spatialdata.scverse.org/projects/napari/en/stable/notebooks/spatialdata.html [spatialdata-io-docs]: https://spatialdata.scverse.org/projects/io/en/stable/ [spatialdata-plot-docs]: https://spatialdata.scverse.org/projects/plot/en/stable/api.html -[spatialdata-r-repo]: https://github.com/HelenaLC/SpatialData +[spatialdata-r-repo]: https://github.com/HelenaLC/spatialdataR [spatialdata-js-repo]: https://github.com/Taylor-CCB-Group/SpatialData.js