-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
114 lines (107 loc) · 2.79 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
site_name: ''
repo_url: https://github.com/OSIPI/pypi
theme:
name: material
logo: img/osipi.png
icon:
repo: fontawesome/brands/github
features:
- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.footer
- navigation.indexes
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
- tables
language: en
palette:
- scheme: default
primary: teal
accent: purple
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to dark mode
primary: teal
accent: lime
plugins:
- mkdocstrings:
handlers:
python:
paths: ["src"]
- gallery:
examples_dirs: docs/examples
gallery_dirs: docs/generated/gallery
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- User Guide:
- Overview: user-guide/index.md
- Installation: user-guide/install.md
- Simulating data:
- Overview: user-guide/simulate.md
- Simulate: user-guide/gen_aif.md
- Fitting data:
- Overview: user-guide/fitting.md
- Fit: user-guide/fit_tissue.md
- About: about/index.md
- Developer Guide: contribution/index.md
- References:
- references/index.md
- Index:
- references/models/index.md
- AIF models:
- references/models/aif_models/index.md
- osipi.aif_parker: references/models/aif_models/aif_parker.md
- osipi.aif_georgiou: references/models/aif_models/aif_georgiou.md
- osipi.aif_weinmann: references/models/aif_models/aif_weinmann.md
- Tissue models :
- references/models/tissue_models/index.md
- osipi.tofts: references/models/tissue_models/tofts.md
- osipi.extended_tofts: references/models/tissue_models/extended_tofts.md
- Examples: generated/gallery
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- tables
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- attr_list