Skip to content

Commit 30c9421

Browse files
authored
Update tutorial-discretisation.md
1 parent fe83051 commit 30c9421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/tutorial-discretisation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Discretisation methods
1+
# [Discretisation methods](@id tutorial-discretisation-methods)
22

33
## Discretisation formulas
44
When calling `solve`, the option `disc_method=...` can be used to set the discretisation scheme.
@@ -95,4 +95,4 @@ Note that `time_grid` will override `grid_size` if both are present.
9595
```@example main
9696
sol = solve(ocp, time_grid=[0, 0.1, 0.5, 0.9, 1], display=false)
9797
println(time_grid(sol))
98-
```
98+
```

0 commit comments

Comments
 (0)