-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
59 lines (56 loc) · 1.62 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
site_name: SLISE
site_url: https://edahelsinki.github.io/pyslise
repo_url: https://github.com/edahelsinki/pyslise
edit_uri: ""
theme:
name: material
icon:
logo: material/book-open
favicon: pyslise_icon.webp
font: false
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: deep orange
toggle:
icon: material/lightbulb
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: deep purple
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
features:
- navigation.tracking
- navigation.sections
- navigation.indexes
nav:
- Home: "index.md"
- Documentation:
- slise: docs/slise.md
- slise.slise: docs/slise.slise.md
- slise.data: docs/slise.data.md
- slise.initialisation: docs/slise.initialisation.md
- slise.optimisation: docs/slise.optimisation.md
- slise.plot: docs/slise.plot.md
- slise.utils: docs/slise.utils.md
- Links:
- GitHub: https://github.com/edahelsinki/pyslise
- PyPI: https://pypi.org/project/slise/
- Original conference paper: https://rdcu.be/bVbda
- Robust regression paper: https://rdcu.be/cFRHD
- Local Explantions paper: https://doi.org/10.3389/fcomp.2023.1143904
- Examples: https://github.com/edahelsinki/pyslise/tree/master/examples
plugins:
# - offline
- search
- mkdocstrings:
handlers:
python:
options:
members_order: source
show_root_heading: True
- include-markdown