Skip to content

Commit

Permalink
add ilc example to make
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed May 4, 2022
1 parent 86f0fbd commit 63db129
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ println("Making docs")
makedocs(modules=[ControlSystems],
format=Documenter.HTML(),
sitename="ControlSystems.jl",
strict=[
:doctest,
:linkcheck,
:parse_error,
# Other available options are
# :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
],
# strict=[
# :doctest,
# :linkcheck,
# :parse_error,
# # Other available options are
# # :autodocs_block, :cross_references, :docs_block, :eval_block, :example_block, :footnote, :meta_block, :missing_docs, :setup_block
# ],
pages=[
"Home" => "index.md",
"Guide" => Any[
Expand All @@ -46,6 +46,7 @@ makedocs(modules=[ControlSystems],
"Examples" => Any[
"Design" => "examples/example.md",
"Smith predictor" => "examples/smith_predictor.md",
"Iterative Learning Control (ILC)" => "examples/ilc.md",
],
"Functions" => Any[
"Constructors" => "lib/constructors.md",
Expand Down

0 comments on commit 63db129

Please sign in to comment.