Skip to content

Commit 69c9a35

Browse files
authored
Merge pull request #11 from control-toolbox/10-general-add-mpc-tutorial
Add MPC tuto
2 parents 1ffc813 + 21d1e58 commit 69c9a35

File tree

5 files changed

+3044
-0
lines changed

5 files changed

+3044
-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, # if draft is true, then the julia code from .md is not executed
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)