Skip to content

Commit 1562736

Browse files
committed
5
1 parent de51dac commit 1562736

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/src/ref-trixibase.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
CurrentModule = DispersiveShallowWater
55
```
66

7+
## [Trixi Include](@id trixi_include_headline)
8+
79
```@docs
810
trixi_include
911
```

src/util.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ the experimental order of convergence (EOC) in the ``L^2`` and ``L^\\infty`` nor
6060
If `iterations` is passed as integer, in each iteration, the resolution of the respective mesh
6161
will be doubled. If `Ns` is passed as vector, the simulations will be run for each value of `Ns`.
6262
Additional keyword arguments `kwargs...` and the optional module `mod` are passed directly
63-
to [`trixi_include`](@ref).
63+
to [`trixi_include`](@ref trixi_include_headline).
6464
6565
Adjusted from [Trixi.jl](https://github.com/trixi-framework/Trixi.jl).
6666
"""

0 commit comments

Comments
 (0)