Skip to content

Commit 1f0d8f5

Browse files
authored
Merge pull request #739 from control-toolbox/documentation
Review of the documentation
2 parents f211034 + 84deef7 commit 1f0d8f5

19 files changed

Lines changed: 1702 additions & 231 deletions

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ with_api_reference(src_dir, ext_dir) do api_pages
207207
"Basic Examples" => [
208208
"Energy minimisation" => "example-double-integrator-energy.md",
209209
"Time mininimisation" => "example-double-integrator-time.md",
210+
"Control-free problems" => "example-control-free.md",
211+
"Singular control" => "example-singular-control.md",
210212
],
211213
"Manual" => [
212214
"Define a problem" => "manual-abstract.md",
@@ -221,6 +223,7 @@ with_api_reference(src_dir, ext_dir) do api_pages
221223
],
222224
"Solution characteristics" => "manual-solution.md",
223225
"Plot a solution" => "manual-plot.md",
226+
"Differential geometry tools" => "manual-differential-geometry.md",
224227
"Compute flows" => [
225228
"From optimal control problems" => "manual-flow-ocp.md",
226229
"From Hamiltonians and others" => "manual-flow-others.md",

0 commit comments

Comments
 (0)