Skip to content

Commit 413b9c3

Browse files
timtreisclaude
andcommitted
Move performance notebook from examples to tutorials
It teaches rendering performance end-to-end on a real dataset, so it fits Tutorials rather than the single-feature Examples gallery. Moves the gallery card and toctree entry accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 518cf67 commit 413b9c3

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

examples/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ Draw regions of interest directly on a `spatialdata-plot` canvas with
2323
`sdata.pl.annotate(...)` and persist them as a `ShapesModel` element.
2424
:::
2525

26-
:::{grid-item-card} Speeding up rendering
27-
:link: performance
28-
:link-type: doc
29-
:img-top: ../_static/img/performance.png
30-
31-
Keep rendering fast on large data: automatic rasterization and scale
32-
selection for images, and the `datashader` backend for large collections
33-
of shapes and points.
34-
:::
35-
3626
::::
3727

3828
```{toctree}
@@ -41,5 +31,4 @@ of shapes and points.
4131
4232
visium_mouse_brain
4333
interactive_annotate
44-
performance
4534
```

tutorials/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ perceptually well-spaced or colourblind-safe palettes with
2424
`make_palette` and `make_palette_from_data`.
2525
:::
2626

27+
:::{grid-item-card} Speeding up rendering
28+
:link: performance
29+
:link-type: doc
30+
:img-top: ../_static/img/performance.png
31+
32+
Keep rendering fast on large data: automatic rasterization and scale
33+
selection for images, and the `datashader` backend for large collections
34+
of shapes and points.
35+
:::
36+
2737
::::
2838

2939
```{toctree}
@@ -32,4 +42,5 @@ perceptually well-spaced or colourblind-safe palettes with
3242
3343
getting_started
3444
color_and_palette
45+
performance
3546
```

0 commit comments

Comments
 (0)