Skip to content

Commit 854e10b

Browse files
committed
small updates
1 parent bdc644b commit 854e10b

File tree

5 files changed

+11
-14
lines changed

5 files changed

+11
-14
lines changed

doc/gallery/advanced/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
:glob:
1010
1111
Stem Plot <stem_plot>
12-
Paths Plot <paths_labels>
1312
```

doc/gallery/case-studies/index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/gallery/geospatial/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ geopoints
1212
map_overlay
1313
datashade_map
1414
polygon_map
15+
Paths Plot <paths_labels>
1516
```

doc/gallery/index.md

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

33
Explore a curated set of example visualizations using hvPlot with different backends and datasets.
4+
For more examples using hvPlot and other HoloViz tools to solve real world problems, see the [examples website](https://examples.holoviz.org/gallery/index.html).
45

56
(basic-charts)=
67
## Basic Charts
@@ -242,13 +243,13 @@ Explore a curated set of example visualizations using hvPlot with different back
242243
::::
243244

244245
(geospatial)=
245-
## GeoSpatial
246+
## Geospatial
246247

247248
::::{grid} 1 2 2 4
248249
:gutter: 1 1 1 2
249250
:margin: 0
250251

251-
:::{grid-item-card} GeoPoints
252+
:::{grid-item-card} GeoPoints Plot
252253
:link: geospatial/geopoints
253254
:link-type: doc
254255
:img-bottom: thumbnails/geopoints.png
@@ -276,6 +277,13 @@ Explore a curated set of example visualizations using hvPlot with different back
276277
:img-alt: Geographic Polygon Plot
277278
:::
278279

280+
:::{grid-item-card} Paths Plot
281+
:link: geospatial/paths_labels
282+
:link-type: doc
283+
:img-bottom: thumbnails/paths.png
284+
:img-alt: Paths Plot from NY to Delhi
285+
:::
286+
279287
::::
280288

281289
(multi-dimensional)=
@@ -370,13 +378,6 @@ and will not function on static documentation pages.
370378
:img-alt: Simulated Stem Plot using HoloViews Elements
371379
:::
372380

373-
:::{grid-item-card} Paths Plot
374-
:link: advanced/paths_labels
375-
:link-type: doc
376-
:img-bottom: thumbnails/paths.png
377-
:img-alt: Paths Plot from NY to Delhi
378-
:::
379-
380381
::::
381382

382383
```{toctree}
@@ -393,5 +394,4 @@ geospatial/index
393394
multi-dimensional/index
394395
interactivity/index
395396
advanced/index
396-
case-studies/index
397397
```

0 commit comments

Comments
 (0)