-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (103 loc) · 2.47 KB
/
mkdocs.yml
File metadata and controls
109 lines (103 loc) · 2.47 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: Physics-Learning AI Datamodel
theme:
name: material
font:
text: PT Sans
code: Fira Mono
logo: assets/images/PLAID-large-logo.png
favicon: assets/images/PLAID-logo.png
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.path
- navigation.footer
- navigation.top
# - navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- content.code.copy
- content.code.annotate
# - toc.integrate
# - toc.follow
- search.highlight
- search.share
- search.suggest
- announce.dismiss
palette:
- media: '(prefers-color-scheme)'
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: teal
accent: pink
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: deep-purple
accent: pink
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- include-markdown
- section-index
- bibtex:
bib_file: "docs/refs.bib"
enable_inline_citations: false
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- sane_lists # lists separated by paragraphs
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.blocks.admonition
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- class: mermaid
name: mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.blocks.tab:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- mkdocs-click
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- css/extra.css
nav:
- Project: index.md
- Community:
- Datasets: datasets.md
- Benchmarks: benchmarks.md
- Examples: examples.md