generated from nhsx/analyticsunit-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
91 lines (82 loc) · 2.07 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
site_name: MM-HealthFair
site_description: Exploration codebase for understanding explainability and fairness in multimodal healthcare models
repo_url: https://github.com/nhsengland/mm-healthfair
repo_name: nhsengland/mm-healthfair
edit_uri: edit/main/docs/
nav:
- Home: index.md
- User Guide:
- Getting Started: getting_started.md
# - Data Curation: data_curation.md
- Code Reference:
- MIMIC-IV: mimiciv.md
- Preprocessing: preprocessing.md
- Miscellaneous: functions.md
theme:
logo: assets/NHS.svg
favicon: assets/NHS.svg
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: light blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: light blue
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- search.share
- navigation.footer
- content.action.view
- content.action.edit
- content.code.copy
icon:
edit: material/pencil
view: material/eye
extra_css:
- css/style.css
- css/mkdocstrings.css
plugins:
- search
- autorefs
- mkdocstrings
# - gen-files:
# scripts:
# - docs/scripts/gen_ref_pages.py
# - literate-nav:
# nav_file: SUMMARY.md
# - section-index
# - mkdocstrings:
# default_handler: python
# handlers:
# python:
# paths: [src]
# - git-revision-date-localized:
# fallback_to_build_date: true
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
generator: false