Skip to content

Add tutorial on regularization #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml"; force=true)
repo_url = "github.com/control-toolbox/Tutorials.jl"

makedocs(;
draft=false, # if draft is true, then the julia code from .md is not executed
draft=true, # if draft is true, then the julia code from .md is not executed
warnonly=[:cross_references, :autodocs_block],
sitename="Tutorials",
format=Documenter.HTML(;
Expand All @@ -31,6 +31,7 @@ makedocs(;
"Linear–quadratic regulator" => "tutorial-lqr.md",
"Minimal action" => "tutorial-mam.md",
"Model Predictive Control" => "tutorial-mpc.md",
"Regularization methods" => "tutorial-regularization.md",
],
],
)
Expand Down
Loading
Loading