Skip to content

Commit

Permalink
Merge pull request #18 from roaldarbol/navbar
Browse files Browse the repository at this point in the history
Change navbar to tutorial
  • Loading branch information
roaldarbol authored Sep 11, 2024
2 parents 3c41e7c + 43320c9 commit 62f2719
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 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
14 changes: 13 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ articles:
- articles/read-trackball
- articles/clean-tracks
- articles/calculate-kinematics
- articles/calculate-movement-statistics
- articles/calculate-summary-statistics

reference:
- title: "Read"
Expand All @@ -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 62f2719

Please sign in to comment.