Skip to content

Commit c0bc17b

Browse files
committed
draft=false
1 parent edce6fb commit c0bc17b

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

docs/make.jl

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

1111
makedocs(;
12-
draft=true, # if draft is true, then the julia code from .md is not executed
12+
draft=false, # if draft is true, then the julia code from .md is not executed
1313
# to disable the draft mode in a specific markdown file, use the following:
1414
# ```@meta
1515
# Draft = false

docs/src/tutorial-goddard.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
```@meta
2-
Draft = false
3-
```
4-
51
# [Direct and indirect methods for the Goddard problem](@id tutorial-goddard)
62

73
## Introduction

0 commit comments

Comments
 (0)