Skip to content

Commit 144fce7

Browse files
committed
foo
1 parent c9a146c commit 144fce7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cp("./docs/Project.toml", "./docs/src/assets/Project.toml", force = true)
88
repo_url = "github.com/control-toolbox/Tutorials.jl"
99

1010
makedocs(;
11-
draft = true,
11+
draft=false, # if draft is true, then the julia code from .md is not executed
1212
warnonly=[:cross_references, :autodocs_block],
1313
sitename="Tutorials",
1414
format=Documenter.HTML(;

docs/src/tutorial-mpc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ plt = plot(
8383
8484
plot_state!(plt, x0, y0, θ0; color=2)
8585
plot_state!(plt, xf, yf, θf; color=2)
86+
annotate!([(x0, y0, ("q₀", 12, :top)), (xf, yf, ("qf", 12, :bottom))])
8687
plot_current!(plt)
8788
```
8889

0 commit comments

Comments
 (0)