-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (70 loc) · 1.77 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (70 loc) · 1.77 KB
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
site_name: Spytial
site_description: Spatial Python visualization for structured data.
site_url: https://sidprasad.github.io/spytial/
repo_url: https://github.com/sidprasad/spytial
repo_name: sidprasad/spytial
edit_uri: edit/main/docs/
site_dir: site
nav:
- Home: index.md
- Getting Started: getting-started.md
- Playground: playground/index.html
- Diagramming: usage/diagramming.md
- Sequences: usage/sequences.md
- Evaluator: usage/evaluator.md
- Operations: operations.md
- Selectors: selectors.md
- Structured Input: usage/structured-input.md
- Custom Relationalizers: relationalizers.md
- Suggesting Specs: suggest.md
- CLRS Notebook Examples: examples/spytial-clrs.md
- API Reference: reference/api.md
theme:
name: material
font:
text: IBM Plex Sans
code: IBM Plex Mono
features:
- navigation.tabs
- navigation.top
- toc.follow
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_root_heading: true
show_symbol_type_heading: true
show_source: false
members_order: source
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight
- pymdownx.inlinehilite
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/playground-newtab.js
watch:
- spytial
- docs