We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe83051 commit 30c9421Copy full SHA for 30c9421
1 file changed
docs/src/tutorial-discretisation.md
@@ -1,4 +1,4 @@
1
-# Discretisation methods
+# [Discretisation methods](@id tutorial-discretisation-methods)
2
3
## Discretisation formulas
4
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.
95
```@example main
96
sol = solve(ocp, time_grid=[0, 0.1, 0.5, 0.9, 1], display=false)
97
println(time_grid(sol))
98
-```
+```
0 commit comments