-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
65 lines (56 loc) · 1.32 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
site_name: Meteors
site_url: "https://xai4space.github.io/meteors/"
nav:
- 🏠 Home: index.md
- 🚀 Quickstart: quickstart.md
- 📚 Tutorials:
- 🎓 Introduction: tutorials/introduction.md
- LIME: tutorials/lime.md
- Attribution Methods `attr`: tutorials/attr_showcase.md
- Segmentation: tutorials/segmentation.md
- 📖 API Reference: reference.md
- 📝 Changelog: changelog.md
- 🤝 How to Contribute: how-to-guides.md
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_heading: true
show_source: true
- mike:
theme:
name: material
logo: assets/logo.png
palette:
- scheme: default
primary: custom
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
- scheme: slate
primary: custom
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- navigation.tracking
- navigation.path
- navigation.top
icon:
repo: fontawesome/brands/github
extra:
version:
provider: mike
default: latest
markdown_extensions:
- pymdownx.details
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/xai4space/meteors
repo_name: xai4space/meteors
watch:
- src
- examples