From 59e85e34b8ce3a1c260d4cd726d79f26f818dc25 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 13 Aug 2026 19:37:59 +0200 Subject: [PATCH 1/2] docs: point gallery source link to renamed spatialdata-plot-tutorials repo The notebooks submodule was renamed scverse/spatialdata-plot-notebooks -> scverse/spatialdata-plot-tutorials (see .gitmodules), but the gallery Sources link still pointed at the old repo. GitHub redirects it, so it was stale rather than broken. --- docs/gallery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gallery.md b/docs/gallery.md index b8ff5248..6372ff0a 100644 --- a/docs/gallery.md +++ b/docs/gallery.md @@ -4,7 +4,7 @@ Runnable examples demonstrating `spatialdata-plot` on real spatial-omics datasets and on the lightweight `blobs` dataset. Sources live in -[`scverse/spatialdata-plot-notebooks`](https://github.com/scverse/spatialdata-plot-notebooks); +[`scverse/spatialdata-plot-tutorials`](https://github.com/scverse/spatialdata-plot-tutorials); every notebook is executable end-to-end and re-executed on a weekly schedule against the latest `spatialdata-plot` release. From e628913d9388ae1e3cdba6bfb34e651ec7ff6bd3 Mon Sep 17 00:00:00 2001 From: anon Date: Thu, 13 Aug 2026 19:42:17 +0200 Subject: [PATCH 2/2] docs: use direct Zenodo DOI badge to match scverse/spatialdata The redirect-style badge (zenodo.org/badge/.svg) returns a 302, which GitHub's camo image proxy renders as a broken image. Switch to the direct DOI badge form used by scverse/spatialdata (200 image/svg+xml, no redirect). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1264d998..19b508de 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Codecov][badge-codecov]][link-codecov] [![Documentation][badge-pypi]][link-pypi] [![Anaconda-Server Badge](https://anaconda.org/conda-forge/spatialdata-plot/badges/version.svg)](https://anaconda.org/conda-forge/spatialdata-plot) -[![DOI](https://zenodo.org/badge/588223127.svg)](https://zenodo.org/badge/latestdoi/588223127) +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.21876186.svg)](https://doi.org/10.5281/zenodo.21876186) [badge-tests]: https://img.shields.io/github/actions/workflow/status/scverse/spatialdata-plot/test.yaml?branch=main [link-tests]: https://github.com/scverse/spatialdata-plot/actions/workflows/test.yml