Skip to content

Commit

Permalink
Remove external references
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Sep 2, 2024
1 parent 8cea8dd commit a1a6ed3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/integral.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract type IntegrationAlgorithm end
GaussKronrod(kwargs...)
Numerically integrate using the h-adaptive Gauss-Kronrod quadrature rule implemented
by QuadGK.jl. All standard [`QuadGK.quadgk`](@ref) keyword arguments are supported.
by QuadGK.jl. All standard `QuadGK.quadgk` keyword arguments are supported.
"""
struct GaussKronrod <: IntegrationAlgorithm
kwargs
Expand All @@ -35,7 +35,7 @@ end
GaussKronrod(kwargs...)
Numerically integrate areas and surfaces using the h-adaptive cubature rule
implemented by HCubature.jl. All standard [`HCubature.hcubature`](@ref) keyword
implemented by HCubature.jl. All standard `HCubature.hcubature` keyword
arguments are supported.
"""
struct HAdaptiveCubature <: IntegrationAlgorithm
Expand Down

0 comments on commit a1a6ed3

Please sign in to comment.