Skip to content

Commit 34bf2d6

Browse files
committed
add comparison with direct sol
1 parent b817314 commit 34bf2d6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ cp(joinpath(@__DIR__, "Project.toml"), joinpath(@__DIR__, "src", "assets", "Proj
112112
repo_url = "github.com/control-toolbox/OptimalControl.jl"
113113

114114
makedocs(;
115-
draft=true, # if draft is true, then the julia code from .md is not executed
115+
draft=false, # if draft is true, then the julia code from .md is not executed
116116
# to disable the draft mode in a specific markdown file, use the following:
117117
# ```@meta
118118
# Draft = false

docs/src/manual-flow-ocp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
```@meta
44
CollapsedDocStrings = false
5-
Draft = false
65
```
76

87
In this tutorial, we explain the `Flow` function, in particular to compute flows from an optimal control problem.

0 commit comments

Comments
 (0)