-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
35 lines (35 loc) · 1.05 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
site_name: anTraX
site_author: Asaf Gal
copyright: '© 2020'
repo_url: https://github.com/Social-Evolution-and-Behavior/anTraX/
nav:
- Home: index.md
- Installation: installation11.md
- Quickstart guide: quickstart.md
- Preparing data for anTraX: data_organization.md
- Configuring a tracking session: configuration.md
- Running the tracking: tracking.md
- Classifying tracklets: classification.md
- Graph propagation: propagation.md
- Validating the tracking results: validation.md
- Using JAABA for behavioral classification: jaaba.md
- Using DeepLabCut to pose-track individuals: dlc.md
- Working with tracking results (python): analysis_nb.ipynb
- Working with tracking results (matlab): analysis_matlab.ipynb
- Using anTraX on HPC environment: hpc.md
- Tips and best practices: tips.md
- Benchmark datasets: datasets.md
- Release notes: release.md
theme: readthedocs
markdown_extensions:
- smarty
- fenced_code
- admonition
- footnotes
- codehilite:
guess_lang: true
- toc:
permalink: false
plugins:
- search
- mkdocs-jupyter