-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
107 lines (102 loc) · 3.3 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
site_name: FERMO Documentation
site_description: Documentation for FERMO metabolomics software
site_author: Mitja M. Zdouc
copyright: '© 2022 to present <a href="https://github.com/mmzdouc" target="_blank" rel="noopener">Mitja M. Zdouc</a>'
docs_dir: docs
site_dir: site
theme:
name: material
language: en
favicon: assets/images/favicon-fermo.svg
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- content.action.edit
- content.code.copy
- content.tabs.link
- content.tooltips
- navigation.expand
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
nav:
- Home:
- About: index.md
- Why FERMO?: home/why_fermo.md
- Input/Output: home/input_output.md
- Fermo GUI:
- Overview: home/gui.overview.md
- Start Analysis: home/gui.start.md
- Load Session: home/gui.load.md
- Dashboard: home/gui.dashboard.md
- Installation: home/gui.installation.md
- fermo_core:
- Overview: home/core.overview.md
- Installation: home/core.installation.md
- Parameters: home/core.parameters.md
- Modules:
- Modules Overview: modules/overview.md
- Filtering:
- MS/MS Filtering: modules/filter.msms.md
- Feature Filtering: modules/filter.feature.md
- Networking:
- Spectral Similarity: modules/networking.md
- Annotation:
- Adduct Ions: modules/annotation.adduct.md
- Fragments: modules/annotation.fragment.md
- Neutral Loss: modules/annotation.loss.md
- User Library: modules/annotation.userlib.md
- MS2Query: modules/annotation.ms2query.md
- antiSMASH KCB: modules/annotation.as_kcb.md
- Group Metadata:
- Blank Assignment: modules/metadata.blank.md
- Group Assignment: modules/metadata.group_fold.md
- Phenotype:
- Qualitative: modules/phenotype.qualitative.md
- Quantitative-Percentage: modules/phenotype.quant-percent.md
- Qualitative-Concentration: modules/phenotype.quant-concentr.md
- Scores:
- Feature Scores: modules/scores.features.md
- Sample Scores: modules/scores.samples.md
- For Developers:
- Overview: for_devs/overview.md
- Architecture: for_devs/architecture.md
- New features: for_devs/new_features.md
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/mmzdouc
- icon: fontawesome/brands/twitter
link: https://twitter.com/MitjaMZ
- icon: fontawesome/brands/linkedin
link: https://nl.linkedin.com/in/mitja-zdouc-phd-05aa9116b
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- md_in_html