forked from learn-neuroimaging/hitchhackers_guide_brain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (47 loc) · 1.52 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
# Project information
site_name: 'neuroimaging tutorials and resources'
repo_name: 'learn-neuroimaging/tutorials-and-resources'
repo_url: 'https://github.com/learn-neuroimaging/tutorials-and-resources'
# docs_dir: alternative_path # docs/ is the default folder
# This will use Material them
theme:
name: 'material'
language: 'en'
palette:
primary: 'light blue'
accent: 'light blue'
# Pages
nav:
- Welcome: "index.md"
- Before you start:
- About: "01-before-you-start.md"
- Programming: "programming.md"
- Planning your study:
- About: "02-planning-your-study.md"
- Reproducible research: "reproducible_neuroimaging_research.md"
- Getting data:
- About: "03-getting-data.md"
- Open data: "open_data.md"
- Processing:
- About: "04-processing.md"
- Computing: "computing.md"
- MRI: "analysis_software_MRI.md"
- MEEG: "analysis_software_MEEG.md"
- Learning neuroimaging: "learning_neuroimaging.md"
- Neuroimaging resources: "neuroimaging_resources.md"
- Analysis:
- About: "05-analysis.md"
- Statistics: "statistics.md"
- Machine learning and Deep learning: "machine_and_deep_learning.md"
- Quality control:
- About: "06-quality-control.md"
- Reporting methods and results:
- About: "07-reporting-methods-and-results.md"
- Sharing data, code and results:
- About: "08-sharing-data-code-and-results.md"
- Open science: "open_science.md"
- Appendix: "99-appendix.md"
# list of extension
markdown_extensions:
- admonition
- pymdownx.details