-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
106 lines (99 loc) · 3.01 KB
/
Copy pathmkdocs.yml
File metadata and controls
106 lines (99 loc) · 3.01 KB
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
# mkdocs.yml
site_name: Virtual Metabolomics Mass Spectrometry (ViMMS)
site_url: https://glasgowcompbio.github.io/vimms/
site_description: ViMMS - Virtual Metabolomics Mass Spectrometry Framework
site_author: Glasgow Computational Biology Group
repo_name: glasgowcompbio/vimms
repo_url: https://github.com/glasgowcompbio/vimms
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- toc.integrate
- search.suggest
- search.highlight
- content.code.annotate
- content.code.copy
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["."]
options:
show_source: true
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_style: google
docstring_section_style: table
merge_init_into_class: true
show_if_no_docstring: false
show_signature_annotations: true
separate_signature: true
line_length: 80
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: README.md
- User Guide:
- Simulation Overview: simulation_overview.md
- Creating Chemicals: chemicals.md
- Running Controllers: controllers.md
- Evaluating Simulations: evaluation.md
- Running on a Real Instrument: real_instrument.md
- Adding Noise: noise.md
- Chromatographic Models: chromatography.md
- Command Line Utilities: cli_tools.md
- API Documentation:
- Common: api/common.md
- Chemical Generation Process:
- Chemicals: api/chemicals.md
- Chemical Samplers: api/chemical_samplers.md
- ROI: api/roi.md
- Box: api/box.md
- Mass Spectrometry Process:
- Mass Spec: api/mass_spec.md
- Column: api/column.md
- Noise: api/noise.md
- Fragmentation Strategy Simulation Process:
- Environment: api/environment.md
- Controllers: api/controllers.md
- Dynamic Exclusion: api/exclusion.md
- Agents: api/agent.md
- Others:
- Feature Extractions: api/feature_extractions.md
- MzMLWriter: api/mzml_writer.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/glasgowcompbio/vimms
- icon: fontawesome/solid/book
link: https://doi.org/10.1021/acs.analchem.9b02521
copyright: Copyright © 2025 Glasgow Computational Biology Group