Skip to content

Commit

Permalink
Change navbar to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikkel Roald-Arbøl committed Sep 11, 2024
1 parent bc20104 commit 2f0bb51
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ library("animovement")

Analysis of animal movement follows a similar workflow irrespective of the type of data (e.g. pose estimation, centroid tracking, trackball, treadmill). See our docs to go through the steps, one-by-one:

- [Introduction to `animovement`](https://www.roald-arboel.com/animovement/articles/Introduction-to-animovement.html)
- [Read trackball data](https://www.roald-arboel.com/animovement/articles/Read-trackball.html)
- [Clean tracks](https://www.roald-arboel.com/animovement/articles/Clean-tracks.html)
- [Compute kinematics](https://www.roald-arboel.com/animovement/articles/Compute-kinematics.html)
- [Compute movement statistics](https://www.roald-arboel.com/animovement/articles/Compute-movement-statistics.html)
- [Introduction to `animovement`](https://www.roald-arboel.com/animovement/articles/animovement.html)
- [Read trackball data](https://www.roald-arboel.com/animovement/articles/read-trackball.html)
- [Clean tracks](https://www.roald-arboel.com/animovement/articles/clean-tracks.html)
- [Compute kinematics](https://www.roald-arboel.com/animovement/articles/calculate-kinematics.html)
- [Compute movement statistics](https://www.roald-arboel.com/animovement/articles/calculate-summary-statistics.html)

## Status
> [!Warning]
> **Warning**
>
> 🏗️ The package is currently in early development and the interface is subject to change. Feel free to play around and provide feedback.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@ the type of data (e.g. pose estimation, centroid tracking, trackball,
treadmill). See our docs to go through the steps, one-by-one:

- [Introduction to
`animovement`](https://www.roald-arboel.com/animovement/articles/Introduction-to-animovement.html)
`animovement`](https://www.roald-arboel.com/animovement/articles/animovement.html)
- [Read trackball
data](https://www.roald-arboel.com/animovement/articles/Read-trackball.html)
data](https://www.roald-arboel.com/animovement/articles/read-trackball.html)
- [Clean
tracks](https://www.roald-arboel.com/animovement/articles/Clean-tracks.html)
tracks](https://www.roald-arboel.com/animovement/articles/clean-tracks.html)
- [Compute
kinematics](https://www.roald-arboel.com/animovement/articles/Compute-kinematics.html)
kinematics](https://www.roald-arboel.com/animovement/articles/calculate-kinematics.html)
- [Compute movement
statistics](https://www.roald-arboel.com/animovement/articles/Compute-movement-statistics.html)
statistics](https://www.roald-arboel.com/animovement/articles/calculate-summary-statistics.html)

## Status

> \[!Warning\]
> **Warning**
>
> 🏗️ The package is currently in early development and the interface is
> subject to change. Feel free to play around and provide feedback.
Expand Down
12 changes: 12 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ reference:
- calculate_statistics

navbar:
components:
articles:
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
structure:
left: [intro, articles, reference, news]
right: [search, github, lightswitch]
Expand Down
File renamed without changes.

0 comments on commit 2f0bb51

Please sign in to comment.