Skip to content

Commit

Permalink
Fix failing ref to docstring (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Jul 4, 2023
1 parent a44484e commit dbb623b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ makedocs(
prettyurls = get(ENV, "CI", nothing) == "true"
),

# See https://github.com/jump-dev/JuMP.jl/issues/1576
strict = true,

pages = [
"Introduction" => "index.md",
]
)

deploydocs(
repo = "github.com/JuliaAlgebra/TrigPolys.jl.git",

push_preview = true,
)
2 changes: 1 addition & 1 deletion src/TrigPolys.jl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ end
"""
(p::TrigPoly)(x::Number)
Evaluate `p(x)` at a single point. See [TrigPolys.evaluate](@red) for faster
Evaluate `p(x)` at a single point. See [`TrigPolys.evaluate`](@ref) for faster
evaluation for special points on the unit circle.
"""
function (p::TrigPoly)(x::Number)
Expand Down

0 comments on commit dbb623b

Please sign in to comment.