-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
94 lines (84 loc) · 2.15 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
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
# mkdocs.yml
site_name: "Kirsche"
site_author: L Ma
site_description: "Kirsche, connecting your papers"
site_url: "https://kausalflow.github.io/kirsche"
repo_url: "https://github.com/kausalflow/kirsche"
edit_uri: "blob/main/docs/"
repo_name: "kausalflow/kirsche"
theme:
name: "material"
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
features:
# - navigation.instant
- navigation.sections
- navigation.tabs
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo/logo.png
logo: assets/logo/logo_badge.svg
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: "¤"
- pymdownx.details
- mkdocs-click
plugins:
- autorefs
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: sphinx
watch:
- kirsche
nav:
- "Home": index.md
- "Tutorials":
- "Tutorials": tutorials/index.md
- "Use in Python Code": tutorials/use-in-code.md
- "GitHub Actions": tutorials/github-actions.md
- References:
- "Introduction": references/index.md
- "Commandline":
- "Commandline Tool": references/command.md
- "Download":
- "Download": references/download.md
- "Connect":
- "Connect": references/connect.md
- "Visualize":
- "Visualize": references/visualize.md
- "Dataset":
- "Dataset": references/dataset.md
- "Utils":
- "utils.bib": references/utils/bib.md
- "utils.io": references/utils/io.md
- "utils.semanticscholar": references/utils/semanticscholar.md
- "utils.web": references/utils/web.md
- "Changelog": changelog.md