diff --git a/Project.toml b/Project.toml index 328e69c8..c1ececbe 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "OptimalControl" uuid = "5f98b655-cc9a-415a-b60e-744165666948" authors = ["Olivier Cots "] -version = "0.7.2" +version = "0.7.3" [deps] CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd" diff --git a/docs/make.jl b/docs/make.jl index f2cce273..21a25c08 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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", ]