-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
29 lines (28 loc) · 1.04 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
site_name: École de Neuropsychologie
theme: readthedocs
site_description: Courses on Neuropsychology, Statistics, Programming and more.
site_author: Dominique Makowski
copyright: Dominique Makowski (2016)
repo_url: https://github.com/neuropsychology/Courses/
pages:
- Home: index.md
- Clinical Practice:
- Neuropsychopharmacology: ClinicalPractice/Neuropsychopharmacology/Antidepressants.md
- Creating Experiments and Tests:
- Neuropsydia.py:
- Documentation:
- API: CreatingExperiments/Neuropsydia.py/Documentation/API.md
- Tutorials:
- 1. Novice: CreatingExperiments/Neuropsydia.py/Tutorials/Novice.md
- 2. Apprentice: CreatingExperiments/Neuropsydia.py/Tutorials/Apprentice.md
- Data Science:
- R:
- Introduction: DataScience/R/Introduction.md
- Data Manipulation: DataScience/R/DataManipulation.md
- Mixed Modeling: DataScience/R/MixedModeling.md
- Python:
- Signal Processing:
- EDA: DataScience/Python/SignalProcessing/EDA.md
- Contributing: Contributing/Contribute.md
- About:
- People: About/people.md