File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments