forked from bokeh/bokeh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples.yaml
38 lines (28 loc) · 975 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
36
37
38
- path: "examples/models/file"
slow: ["choropleth.py"]
no_js: ["maps_cities.py", "maps.py", "trail.py"]
no_diff: ["graphs.py", "dateaxis.py"]
- path: "examples/custom"
- path: "examples/webgl"
- path: "examples/plotting/file"
slow: ["choropleth.py"]
no_diff: ["jitter.py", "categorical_scatter_jitter.py", "linked_brushing.py"]
no_js: ["gmap.py"]
skip: ["dynamic_map.py"]
- path: "examples/plotting/notebook"
skip: all
- path: "examples/howto/layouts"
- path: "examples/embed"
skip: ["arguments", "autoload_static.py", "custom_server", "json_item.py", "server_session", "simple"]
- path: "examples/app"
type: server
no_diff: ["gapminder", "surface3d"]
skip: ["simple_hdf5", "spectrogram", "stocks"]
- path: "examples/integration/*"
- 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"]