Skip to content

Commit d46c218

Browse files
committed
add MPC tuto
1 parent 1ffc813 commit d46c218

File tree

5 files changed

+3035
-0
lines changed

5 files changed

+3035
-0
lines changed

docs/make.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
88
repo_url = "github.com/control-toolbox/Tutorials.jl"
99

1010
makedocs(;
11+
draft = false,
1112
warnonly=[:cross_references, :autodocs_block],
1213
sitename="Tutorials",
1314
format=Documenter.HTML(;
@@ -29,6 +30,7 @@ makedocs(;
2930
"Goddard: direct, indirect" => "tutorial-goddard.md",
3031
"Linear–quadratic regulator" => "tutorial-lqr-basic.md",
3132
"Minimal action" => "tutorial-mam.md",
33+
"Model Predictive Control" => "tutorial-mpc.md",
3234
],
3335
],
3436
)

0 commit comments

Comments
 (0)