forked from bokeh/bokeh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.yaml
35 lines (27 loc) · 848 Bytes
/
examples.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
- path: "examples/models/file"
slow: ["choropleth.py"]
no_js: ["maps_cities.py", "maps.py", "trail.py"]
no_diff: ["graphs.py"]
- path: "examples/custom"
- path: "examples/plotting/file"
slow: ["choropleth.py"]
no_diff: ["jitter.py", "categorical_scatter_jitter.py"]
no_js: ["gmap.py"]
skip: ["dynamic_map.py"]
- path: "examples/plotting/notebook"
skip: all
- path: "examples/howto/layouts"
- path: "examples/app"
type: server
skip: ["gapminder", "pivot", "simple_hdf5", "spectrogram", "surface3d", "stocks"]
- path: "examples/integration/*"
skip: [
"no_border_or_background_fill.py", # needs PR #7708
]
- path: "bokehjs/examples"
type: js
skip: ["electron", "donut"]
no_diff: ["stocks"]
- path: "sphinx/source/docs/user_guide/examples"
no_js: ["geo_gmap.py"]
no_diff: ["categorical_scatter_jitter.py"]