Skip to content

Commit

Permalink
Fix some wrong and missing links in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Sep 20, 2023
1 parent 8b445c3 commit d32a66b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/src/integrators/vprk.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ GeometricIntegrators.jl provides the following VPRK methods:
| [`VPRKpVariational`](@ref) | VPRK integrator with variational projection (*unstable*) |
| [`VPRKpSecondary`](@ref) | VPRK integrator with projection on secondary constraint |
| [`VPRKpInternal`](@ref) | Gauss-Legendre VPRK integrator with projection on internal stages of Runge-Kutta method |
| [`VPRKpTableau`](@ref) | Gauss-Legendre VPRK integrator with projection in tableau of Runge-Kutta method |

For testing purposes [`VPRKpStandard`](@ref) provides some additional constructors (*note that these methods are generally unstable*):

Expand Down
10 changes: 4 additions & 6 deletions docs/src/modules/integrators.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ Pages = [
```@autodocs
Modules = [GeometricIntegrators.Integrators]
Pages = [
"integrators/dvi/methods.jl",
"integrators/dvi/integrators_dvi_a.jl",
"integrators/dvi/integrators_dvi_b.jl",
"integrators/dvi/integrators_cmdvi.jl",
"integrators/dvi/integrators_ctdvi.jl",
"integrators/dvi/integrators_dvrk.jl",
"integrators/dvi/dvi_euler.jl",
"integrators/dvi/dvi_midpoint.jl",
"integrators/dvi/dvi_trapezoidal.jl",
"integrators/dvi/dvrk.jl",
]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ All implicit Runge-Kutta and partitioned Runge-Kutta methods can also be applied
### Integrators for Lagrangian ODEs

Regular (non-degenerate) Lagragian ODEs can be integrated with Variational Partitioned Runge-Kutta ([`VPRK`](@ref))
methods or Continuous Galerkin Variational Integrators ([`CGVI`](@ref)).
methods.

| Function | Method |
|:--------------------------------|:-------------------------------------------------------------------|
Expand Down

0 comments on commit d32a66b

Please sign in to comment.