-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (68 loc) · 1.72 KB
/
mkdocs.yml
File metadata and controls
76 lines (68 loc) · 1.72 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
site_name: EduChatEval
site_url: https://github.com/laurawpaaby/EduChatEval
repo_url: https://github.com/laurawpaaby/EduChatEval
docs_dir: 'docs/'
theme:
name: 'material'
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
font:
text: Roboto Serif
logo: 'pics/logo.png'
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: pink
accent: pink
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: deep purple
accent: indigo
nav:
- Home: index.md
- Installation: installation.md
- User Guide:
- Overview: user_guides/userguide_intro.md
- Guides: user_guides/guide.md
- Templates: user_guides/frameworks.md
- API:
- Framework Generation: api/api_frame_gen.md
- Synthesizing Interactions: api/api_synth_int.md
- Wrap Interactions: api/api_wrap_int.md
- Predict Labels: api/api_pred.md
- Visualizations: api/api_viz.md
- About: about.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_init: false
members_order: source
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.caption
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/laurawpaaby/EduChatEval/tree/main
copyright: Copyright © 2025 Laura Wulff Paaby