This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
87 lines (80 loc) · 2.08 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
site_name: Carrot Docs
theme:
name: material
palette:
scheme: carrot
custom_dir: overrides
logo: images/favicon.png
favicon: images/favicon.png
icon:
repo: fontawesome/brands/github
features:
- navigation.sections
- navigation.tracking
- navigation.indexes
- navigation.top
#- toc.integrate
- content.action.edit
extra_css:
- stylesheets/custom.css
repo_url: https://github.com/Health-Informatics-UoN/carrot-docs
repo_name: Health-Informatics-UoN/carrot-docs
edit_uri: edit/main/docs/
nav:
- Welcome: index.md
plugins:
- mknotebooks:
enable_default_jupyter_cell_styling: false
write_markdown: false
binder: false
binder_service_name: "gh"
binder_branch: "master"
- search
- mkdocstrings:
handlers:
python:
rendering:
show_if_no_docstring: true
show_root_heading: true
selection:
filters:
- "!^_" # exlude all members starting with _
- "^__init__$" # but always include __init__ modules and methods
setup_commands:
- import sys
- sys.path.append("docs/CaRROT-CDM/source_code/")
- import coconnect
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- codehilite
- admonition
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.details
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.smartsymbols
- pymdownx.critic:
mode: view
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- md_in_html
#extra_css:
# - stylesheets/extra.css
#extra_javascript:
# - javascripts/config.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# - https://cdn.plot.ly/plotly-latest.min.js