Skip to content

Commit

Permalink
add links to more tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jan 24, 2024
1 parent 9d8ecc4 commit 070d060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ makedocs(
"Parameter estimation" => "parameter_estimation.md",
"Benchmark" => "benchmark.md",
"High-performance distributions" => "distributions.md",
"Advanced tutorials" => [
"Kalman-filter tutorial" => "adaptive_kalmanfilter.md",
"Tutorials" => [
"Kalman-filter tutorial with LowLevelParticleFilters" => "adaptive_kalmanfilter.md",
"Noise tuning and disturbance modeling for Kalman filtering" => "noisetuning.md",
"Particle-filter tutorial" => "beetle_example.md",
"State estimation for DAE systems" => "dae.md",
],
Expand Down
2 changes: 2 additions & 0 deletions docs/src/noisetuning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# How to tune a Kalman filter
This tutorial is [hosted as a notebook](https://juliahub.com/pluto/editor.html?id=ad9ecbf9-bf83-45e7-bbe8-d2e5194f2240).

0 comments on commit 070d060

Please sign in to comment.