From 3ac7eb229e0069fd2edd92ea267546d980d6aead Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Sun, 23 Aug 2026 22:36:19 +0200 Subject: [PATCH] Point two tutorials at their moved documentation Both pages 404, so they were dead links on scverse.org/learn. Advanced plotting moved from scanpy-tutorials.readthedocs.io into the scanpy docs proper, and anndata's concatenation page moved under tutorials/. The other 21 links in the registry all resolve. Signed-off-by: Lukas Heumos --- tutorial-registry/tutorials/advanced-plotting/meta.yaml | 2 +- .../tutorials/concatenation-of-unimodal-data/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial-registry/tutorials/advanced-plotting/meta.yaml b/tutorial-registry/tutorials/advanced-plotting/meta.yaml index 2351c8c5..c688a36c 100644 --- a/tutorial-registry/tutorials/advanced-plotting/meta.yaml +++ b/tutorial-registry/tutorials/advanced-plotting/meta.yaml @@ -2,7 +2,7 @@ name: Advanced plotting description: | This tutorial explains how to customize matplotlib plots generated by scanpy or other scverse libraries. -link: https://scanpy-tutorials.readthedocs.io/en/latest/plotting/advanced.html +link: https://scanpy.readthedocs.io/en/stable/tutorials/plotting/advanced.html image: icon.png primary_category: Tips & Tricks order: 30 diff --git a/tutorial-registry/tutorials/concatenation-of-unimodal-data/meta.yaml b/tutorial-registry/tutorials/concatenation-of-unimodal-data/meta.yaml index 1ad9413e..7eb2d9a6 100644 --- a/tutorial-registry/tutorials/concatenation-of-unimodal-data/meta.yaml +++ b/tutorial-registry/tutorials/concatenation-of-unimodal-data/meta.yaml @@ -3,7 +3,7 @@ description: | In this notebook we showcase how to perform concatenation, meaning to keep all sub elements of each object, and stack these elements in an ordered way. -link: https://anndata.readthedocs.io/en/latest/concatenation.html +link: https://anndata.readthedocs.io/en/stable/tutorials/concatenation.html image: icon.png primary_category: Data structures order: 30