Skip to content

Commit 82e25f7

Browse files
committed
Preview for PR #8 498f380
1 parent a11973e commit 82e25f7

23 files changed

Lines changed: 1923 additions & 52 deletions
62.9 KB
Loading

pr-8/_sources/notebooks/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
```

pr-8/_sources/notebooks/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
```

pr-8/_sources/notebooks/tutorials/performance.ipynb

Lines changed: 908 additions & 0 deletions
Large diffs are not rendered by default.

pr-8/api.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<link rel="index" title="Index" href="genindex.html" />
6868
<link rel="search" title="Search" href="search.html" />
6969
<link rel="next" title="Plotting (.pl)" href="plotting.html" />
70-
<link rel="prev" title="Speeding up the rendering of large data" href="notebooks/examples/performance.html" />
70+
<link rel="prev" title="Interactive region annotation" href="notebooks/examples/interactive_annotate.html" />
7171
<meta name="viewport" content="width=device-width, initial-scale=1"/>
7272
<meta name="docsearch:language" content="en"/>
7373
<meta name="docsearch:version" content="0.1.dev1+g31158d3dd.d20260619" />
@@ -168,12 +168,12 @@
168168
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/tutorials/index.html">Tutorials</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
169169
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/getting_started.html">Getting started with spatialdata-plot</a></li>
170170
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/color_and_palette.html">Colour and palettes in spatialdata-plot</a></li>
171+
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/performance.html">Speeding up the rendering of large data</a></li>
171172
</ul>
172173
</details></li>
173174
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/examples/index.html">Examples</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
174175
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/visium_mouse_brain.html">Plotting a Visium dataset</a></li>
175176
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/interactive_annotate.html">Interactive region annotation</a></li>
176-
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/performance.html">Speeding up the rendering of large data</a></li>
177177
</ul>
178178
</details></li>
179179
</ul>
@@ -369,12 +369,12 @@ <h1>API<a class="headerlink" href="#api" title="Link to this heading">#</a></h1>
369369

370370
<div class="prev-next-area">
371371
<a class="left-prev"
372-
href="notebooks/examples/performance.html"
372+
href="notebooks/examples/interactive_annotate.html"
373373
title="previous page">
374374
<i class="fa-solid fa-angle-left"></i>
375375
<div class="prev-next-info">
376376
<p class="prev-next-subtitle">previous</p>
377-
<p class="prev-next-title">Speeding up the rendering of large data</p>
377+
<p class="prev-next-title">Interactive region annotation</p>
378378
</div>
379379
</a>
380380
<a class="right-next"

pr-8/changelog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@
168168
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/tutorials/index.html">Tutorials</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
169169
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/getting_started.html">Getting started with spatialdata-plot</a></li>
170170
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/color_and_palette.html">Colour and palettes in spatialdata-plot</a></li>
171+
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/performance.html">Speeding up the rendering of large data</a></li>
171172
</ul>
172173
</details></li>
173174
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/examples/index.html">Examples</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
174175
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/visium_mouse_brain.html">Plotting a Visium dataset</a></li>
175176
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/interactive_annotate.html">Interactive region annotation</a></li>
176-
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/performance.html">Speeding up the rendering of large data</a></li>
177177
</ul>
178178
</details></li>
179179
</ul>

pr-8/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@
170170
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/tutorials/index.html">Tutorials</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
171171
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/getting_started.html">Getting started with spatialdata-plot</a></li>
172172
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/color_and_palette.html">Colour and palettes in spatialdata-plot</a></li>
173+
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/performance.html">Speeding up the rendering of large data</a></li>
173174
</ul>
174175
</details></li>
175176
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/examples/index.html">Examples</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
176177
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/visium_mouse_brain.html">Plotting a Visium dataset</a></li>
177178
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/interactive_annotate.html">Interactive region annotation</a></li>
178-
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/performance.html">Speeding up the rendering of large data</a></li>
179179
</ul>
180180
</details></li>
181181
</ul>

pr-8/gallery.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@
168168
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/tutorials/index.html">Tutorials</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
169169
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/getting_started.html">Getting started with spatialdata-plot</a></li>
170170
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/color_and_palette.html">Colour and palettes in spatialdata-plot</a></li>
171+
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/performance.html">Speeding up the rendering of large data</a></li>
171172
</ul>
172173
</details></li>
173174
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/examples/index.html">Examples</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
174175
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/visium_mouse_brain.html">Plotting a Visium dataset</a></li>
175176
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/interactive_annotate.html">Interactive region annotation</a></li>
176-
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/performance.html">Speeding up the rendering of large data</a></li>
177177
</ul>
178178
</details></li>
179179
</ul>

pr-8/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@
156156
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/tutorials/index.html">Tutorials</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
157157
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/getting_started.html">Getting started with spatialdata-plot</a></li>
158158
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/color_and_palette.html">Colour and palettes in spatialdata-plot</a></li>
159+
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/performance.html">Speeding up the rendering of large data</a></li>
159160
</ul>
160161
</details></li>
161162
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/examples/index.html">Examples</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
162163
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/visium_mouse_brain.html">Plotting a Visium dataset</a></li>
163164
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/interactive_annotate.html">Interactive region annotation</a></li>
164-
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/performance.html">Speeding up the rendering of large data</a></li>
165165
</ul>
166166
</details></li>
167167
</ul>

pr-8/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@
169169
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/tutorials/index.html">Tutorials</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
170170
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/getting_started.html">Getting started with spatialdata-plot</a></li>
171171
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/color_and_palette.html">Colour and palettes in spatialdata-plot</a></li>
172+
<li class="toctree-l3"><a class="reference internal" href="notebooks/tutorials/performance.html">Speeding up the rendering of large data</a></li>
172173
</ul>
173174
</details></li>
174175
<li class="toctree-l2 has-children"><a class="reference internal" href="notebooks/examples/index.html">Examples</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
175176
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/visium_mouse_brain.html">Plotting a Visium dataset</a></li>
176177
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/interactive_annotate.html">Interactive region annotation</a></li>
177-
<li class="toctree-l3"><a class="reference internal" href="notebooks/examples/performance.html">Speeding up the rendering of large data</a></li>
178178
</ul>
179179
</details></li>
180180
</ul>

0 commit comments

Comments
 (0)