-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (61 loc) · 1.69 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
site_name: MetaLens Documentation
site_description: Documentation for MetaLens - Super-Resolved Spatial Metabolomics
repo_url: https://github.com/LRpz/metalens
docs_dir: docs
theme:
name: material
features:
- navigation.sections
- navigation.top
- search.highlight
- navigation.indexes
- toc.follow
- toc.integrate
palette:
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
nav:
- Overview: index.md
- Installation:
- Prerequisites: '#11-prerequisites'
- Step-by-Step Installation: '#12-step-by-step-installation'
- Using MetaLens:
- On Example Data: '#21-on-example-data'
- On New Data: '#22-on-new-data'
- Required Data Format: '#221-required-data-format'
- Preprocessing Pipeline: '#222-preprocessing-pipeline'
- Training: '#223-training'
- Inference: '#224-inference'
- Complete Pipeline Example: '#23-complete-pipeline-example'
- Directory Structure: '#24-expected-directory-structure'
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
use_pygments: false
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
preserve_tabs: true
css_class: 'highlight'
- admonition
- pymdownx.details
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css