-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (39 loc) · 1.07 KB
/
mkdocs.yml
File metadata and controls
48 lines (39 loc) · 1.07 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
site_name: Analyzing NMR data
site_description: Analyzing NMR data
site_author: Normand Cyr
site_url: http://airen.bcm.umontreal.ca/biostruct/NMR_tutorials/
repo_url: https://github.com/BioStruct-UdeM/NMR_tutorials
theme:
name: cinder
custom_dir: custom_theme/
nav:
- Instrumentation:
- Overview: overview.md
- Software: software.md
- Running a NMR experiment:
- Sample requirements: sample_requirements.md
- Basic 1D: basic_1D.md
- 2D 15N-HSQC: 15N-HSQC.md
- Data processing:
- Basic data processing: basic_data_processing.md
- Data visualization:
- CcpNmr installation and first steps: ccpnmr.md
- Opening a spectrum: ccpnmr_open_spectrum.md
- Picking peaks: ccpnmr_pick_peaks.md
- Setting up a project: project_setup.md
extra_css:
- css/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML
dev_addr:
127.0.0.1:8080
markdown_extensions:
- mdx_math
- fenced_code
- meta
- sane_lists
- toc:
toc_depth: 3
plugins:
- search
- bootstrap-tables