-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
36 lines (33 loc) · 1.33 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
repo_url: https://github.com/mbroedl/cognitive-tasks-for-expyriment/
theme: cinder
extra_css:
- css/custom.css
- css/pygments.css
markdown_extensions:
- footnotes
- codehilite
- smarty
- toc:
permalink: "#"
site_name: Cognitive Tasks for Expyriment
site_author: github/mbroedl
site_description: A battery of Cognitive Tasks for Expyriment. Suitable for android and desktop environments.
docs_dir: 'docs'
nav:
- Home: index.md
- How To:
- Installation: howto/install.md
- Configuration: howto/configuration.md
- Instructions and Languages: howto/translations.md
- Creating Logs: howto/logs.md
- Developing or Modifying: howto/developing.md
- Tasks:
- Simple Reaction Time Task: tasks/rt_simple.md
- N-Back: tasks/nback.md
- Trail Making Task: tasks/trailmaking.md
- Digit Span Task: tasks/digitspan.md
- About:
- Using and Citing: about/using-and-citing.md
- Release Notes: about/release-notes.md
- Download: https://github.com/mbroedl/cognitive-tasks-for-expyriment/releases
copyright: "All experiments here are licensed under the <a href='https://github.com/mbroedl/cognitive-tasks-for-expyriment/LICENSE'>MIT license</a>.<br />If you use any of these experiments for scientific publications, please <a href='/cognitive-tasks-for-expyriment/about/using-and-citing/'>cite the authors</a>."