Skip to content

Commit 1ca53b4

Browse files
committed
Remove links to TrixiParticles.jl docs
1 parent 5583a9c commit 1ca53b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/grid_nhs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ since not sorting makes our implementation a lot faster (although less paralleli
4444
without it being considered a breaking change.
4545
4646
To run a simulation with this neighborhood search, just pass the type to the constructor
47-
of [`Semidiscretization`](@ref):
47+
of `Semidiscretization`:
4848
```julia
4949
semi = Semidiscretization(system1, system2,
5050
neighborhood_search=GridNeighborhoodSearch)
5151
```
5252
The keyword arguments `periodic_box_min_corner` and `periodic_box_max_corner` explained
53-
above can also be passed to the [`Semidiscretization`](@ref) and will internally be
53+
above can also be passed to the `Semidiscretization` and will internally be
5454
forwarded to the neighborhood search:
5555
```julia
5656
semi = Semidiscretization(system1, system2,

src/trivial_nhs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ internal function `eachneighbor`.
2525
without it being considered a breaking change.
2626
2727
To run a simulation with this neighborhood search, just pass the type to the constructor
28-
of [`Semidiscretization`](@ref):
28+
of `Semidiscretization`:
2929
```julia
3030
semi = Semidiscretization(system1, system2,
3131
neighborhood_search=TrivialNeighborhoodSearch)
3232
```
3333
The keyword arguments `periodic_box_min_corner` and `periodic_box_max_corner` explained
34-
above can also be passed to the [`Semidiscretization`](@ref) and will internally be
34+
above can also be passed to the `Semidiscretization` and will internally be
3535
forwarded to the neighborhood search:
3636
```julia
3737
semi = Semidiscretization(system1, system2,

0 commit comments

Comments
 (0)