We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44484e commit dbb623bCopy full SHA for dbb623b
docs/make.jl
@@ -8,11 +8,16 @@ makedocs(
8
prettyurls = get(ENV, "CI", nothing) == "true"
9
),
10
11
+ # See https://github.com/jump-dev/JuMP.jl/issues/1576
12
+ strict = true,
13
+
14
pages = [
15
"Introduction" => "index.md",
16
]
17
)
18
19
deploydocs(
20
repo = "github.com/JuliaAlgebra/TrigPolys.jl.git",
21
22
+ push_preview = true,
23
src/TrigPolys.jl
@@ -202,7 +202,7 @@ end
202
"""
203
(p::TrigPoly)(x::Number)
204
205
-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
206
evaluation for special points on the unit circle.
207
208
function (p::TrigPoly)(x::Number)
0 commit comments