Skip to content

Commit 84e5da7

Browse files
authored
Add Visium card to Examples in gallery (#657)
1 parent 6687b87 commit 84e5da7

3 files changed

Lines changed: 20 additions & 10 deletions

File tree

153 KB
Loading

docs/gallery.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gallery
22

3-
Curated, runnable examples demonstrating `spatialdata-plot` on real
4-
spatial-omics datasets and on the lightweight `blobs` dataset.
3+
Runnable examples demonstrating `spatialdata-plot` on real spatial-omics
4+
datasets and on the lightweight `blobs` dataset.
55

66
Sources live in
77
[`scverse/spatialdata-plot-notebooks`](https://github.com/scverse/spatialdata-plot-notebooks);
@@ -10,7 +10,7 @@ against the latest `spatialdata-plot` release.
1010

1111
## Tutorials
1212

13-
End-to-end workflows on real datasets.
13+
Entry-point material for learning the API on synthetic data.
1414

1515
::::{grid} 1 2 2 2
1616
:gutter: 3
@@ -20,19 +20,29 @@ End-to-end workflows on real datasets.
2020
:link-type: doc
2121
:img-top: _static/gallery/getting_started.png
2222

23-
The fluent `.pl` API, layering, and styling on the in-memory `blobs`
23+
The fluent `.pl` API, layering, and styling on the in-memory `blobs`
2424
dataset. Ideal first read.
2525
:::
2626

2727
::::
2828

2929
## Examples
3030

31-
```{note}
32-
No focused examples yet — contributions welcome! See
33-
[CONTRIBUTING](https://github.com/scverse/spatialdata-plot-notebooks/blob/main/CONTRIBUTING.md)
34-
in the notebooks repo for how to add one.
35-
```
31+
Worked examples on real datasets you'd actually analyse.
32+
33+
::::{grid} 1 2 2 2
34+
:gutter: 3
35+
36+
:::{grid-item-card} Visium mouse brain
37+
:link: notebooks/examples/visium_mouse_brain
38+
:link-type: doc
39+
:img-top: _static/gallery/visium_mouse_brain.png
40+
41+
Render H&E tissue, overlay spots, color by gene expression and by cluster,
42+
and finish with a publication-style figure.
43+
:::
44+
45+
::::
3646

3747
```{toctree}
3848
:hidden:

0 commit comments

Comments
 (0)