Skip to content

Commit 9fbce6d

Browse files
committed
Fix code block formatting in tutorial
1 parent b5a1fd9 commit 9fbce6d

File tree

2 files changed

+2
-116
lines changed

2 files changed

+2
-116
lines changed

docs/src/Tutorials/solving_a_dop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ display(q)
102102
savefig(q, "cartpole_theta.png")
103103
```
104104

105-
"""julia
105+
```julia
106106
using Interesso, JuMP, JuDO, DynOptInterface
107107
using Plots
108108
dop = DynModel(Interesso.Optimizer)
@@ -228,4 +228,4 @@ for (sol, title_text, ylab, scale_fn, fname) in plot_configs
228228
# Save the figure
229229
savefig(p, fname)
230230
end
231-
"""
231+
```

src/compare.jl

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)