Skip to content

Commit 89764f7

Browse files
committed
Remove CurrentModule meta block and set draft=false globally
1 parent daf3fd3 commit 89764f7

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repo_url = "github.com/control-toolbox/Tutorials.jl"
4848
Draft = false
4949
```
5050
=#
51-
draft = true # Draft mode: if true, @example blocks in markdown are not executed
51+
draft = false # Draft mode: if true, @example blocks in markdown are not executed
5252

5353
# ═══════════════════════════════════════════════════════════════════════════════
5454
# Build documentation

docs/src/tutorial-nlp.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# [NLP and DOCP manipulations](@id tutorial-nlp)
22

3-
```@meta
4-
Draft = false
5-
CurrentModule = OptimalControl
6-
```
7-
83
We describe here low-level operations related to the discretized optimal control problem. The standard way to solve an OCP is to call `solve(ocp)`, available in three modes of increasing abstraction:
94

105
- **Descriptive mode**: `solve(ocp; grid_size=100, ...)` — highest level, uses symbols and plain values (see [basic usage](@extref OptimalControl manual-solve))

0 commit comments

Comments
 (0)