Skip to content

Commit c32ea03

Browse files
committed
v0.7.3
1 parent 0f6c98e commit c32ea03

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OptimalControl"
22
uuid = "5f98b655-cc9a-415a-b60e-744165666948"
33
authors = ["Olivier Cots <[email protected]>"]
4-
version = "0.7.2"
4+
version = "0.7.3"
55

66
[deps]
77
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"

docs/make.jl

+9-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ makedocs(
2020
"Tutorials" => ["tutorial-basic-example.md",
2121
"tutorial-basic-example-f.md",
2222
"tutorial-goddard.md",
23-
"tutorial-model.md",
24-
"tutorial-solvers.md",
25-
"tutorial-init.md",
26-
"tutorial-plot.md",
27-
"tutorial-iss.md",
28-
"tutorial-flows.md",
29-
"tutorial-ct_repl.md",
30-
"tutorial-problems.md"],
23+
#"tutorial-model.md",
24+
#"tutorial-solvers.md",
25+
#"tutorial-init.md",
26+
#"tutorial-plot.md",
27+
#"tutorial-iss.md",
28+
#"tutorial-flows.md",
29+
#"tutorial-ct_repl.md",
30+
#"tutorial-problems.md"
31+
],
3132
"API" => "api.md",
3233
"JuliaCon2023" => "juliacon2023.md",
3334
]

0 commit comments

Comments
 (0)