-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
53 lines (46 loc) · 1.23 KB
/
_pkgdown.yml
File metadata and controls
53 lines (46 loc) · 1.23 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
49
50
51
52
url: http://animovement.dev/animovement/
home:
title: Analyse movement across space and time
authors:
Mikkel Roald-Arbøl:
href: https://roald-arboel.com
template:
light-switch: true
bootstrap: 5
reference:
- title: "animovement"
desc: These functions allow you to manage your animovement packages.
contents:
- animovement_detach
- animovement_extend
- animovement_conflicts
- animovement_deps
- animovement_update
- animovement_install
- animovement_sitrep
- animovement_packages
- animovement_install_suggested
- animovement_show_suggested
navbar:
components:
tutorial:
text: Tutorial
menu:
- text: Read trackball data
href: articles/read-trackball.html
- text: Clean tracks
href: articles/clean-tracks.html
- text: Calculate kinematics
href: articles/calculate-kinematics.html
- text: Calculate summary statistics
href: articles/calculate-summary-statistics.html
articles:
text: Articles
menu:
- text: Mission & Scope
href: articles/mission.html
- text: Roadmaps
- text: How to contribute
structure:
left: [intro, tutorial, articles, reference, news]
right: [search, github, lightswitch]