From c32ea0326aec3f1986ddf07ecb8362a14096234c Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:51:43 -0400 Subject: [PATCH] v0.7.3 --- Project.toml | 2 +- docs/make.jl | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) 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", ]