Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots committed Jul 27, 2023
1 parent 0f6c98e commit c32ea03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OptimalControl"
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
authors = ["Olivier Cots <[email protected]>"]
version = "0.7.2"
version = "0.7.3"

[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
Expand Down
17 changes: 9 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ makedocs(
"Tutorials" => ["tutorial-basic-example.md",
"tutorial-basic-example-f.md",
"tutorial-goddard.md",
"tutorial-model.md",
"tutorial-solvers.md",
"tutorial-init.md",
"tutorial-plot.md",
"tutorial-iss.md",
"tutorial-flows.md",
"tutorial-ct_repl.md",
"tutorial-problems.md"],
#"tutorial-model.md",
#"tutorial-solvers.md",
#"tutorial-init.md",
#"tutorial-plot.md",
#"tutorial-iss.md",
#"tutorial-flows.md",
#"tutorial-ct_repl.md",
#"tutorial-problems.md"
],
"API" => "api.md",
"JuliaCon2023" => "juliacon2023.md",
]
Expand Down

0 comments on commit c32ea03

Please sign in to comment.