-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
99 lines (92 loc) · 2.73 KB
/
mkdocs.yml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
site_name: whitecanvas
site_description: A type safe and backend independent plotting library for Python.
repo_name: whitecanvas
repo_url: https://github.com/hanjinliu/whitecanvas
copyright: Copyright (c) 2023 - 2024 Hanjin Liu
theme:
name: material
features:
- content.code.annotate
- navigation.sections
- navigation.indexes
- navigation.footer
- toc.follow
- search.suggest
- search.share
font:
text: Roboto
code: Roboto Mono
nav:
- Overview: index.md
- Quick Start: quick_start.md
- Canvas:
- Overview: canvas/index.md
- Basics: canvas/basics.md
- Namespaces: canvas/namespaces.md
- Canvas Grid: canvas/grid.md
- Joint Grid: canvas/joint_grid.md
- Legend for the Layers: canvas/legend.md
- Inset and Secondary Axis: canvas/inset_second.md
- Working with the Backend Objects: canvas/native_objects.md
- Layers:
- Overview: layers/index.md
- Lines: layers/lines.md
- Markers: layers/markers.md
- Distribution: layers/distribution.md
- Texts: layers/texts.md
- Bars, Band and Spans: layers/face_layers.md
- Layer Groups: layers/layer_groups.md
- Mouse Interactivity: layers/mouse.md
- Categorical Plot:
- Overview: categorical/index.md
- Numerical × Numerical Data: categorical/num_num.md
- Categorical × Numerical Data: categorical/cat_num.md
- Categorical × Categorical Data: categorical/cat_cat.md
- Aggregation: categorical/aggregation.md
- Stacking: categorical/stacking.md
- Event Handling:
- Overview: events/index.md
- Canvas Events: events/canvas_events.md
- Layer Events: events/layer_events.md
- Mouse Events: events/mouse_events.md
- Tools:
- Overview: tools/index.md
- Mouse Selection: tools/selection.md
- API Reference:
- api/core.md
- api/canvas.md
- api/tools.md
- api/types.md
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
options:
docstring_style: numpy
show_source: true
show_bases: false
show_signature_annotations: true
- gen-files:
scripts:
- docs/_scripts/_screenshots.py
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
hooks:
- docs/_scripts/_hooks.py
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js