Skip to content

Commit e0af1a8

Browse files
authored
Update Documenter to version >= 1.0 (#1579)
This also fixes a broken link to the `pullback` function (not just nice to have fixed, but also necessary because Documenter is now "strict" by default).
1 parent 6295734 commit e0af1a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
44

55
[compat]
6-
Documenter = "0.24"
6+
Documenter = "1.0"

src/compiler/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If no gradient is defined, `∂f/∂x` will be `nothing`.
133133
`f(args...)` must be a real number, see [`jacobian`](@ref) for array output.
134134
135135
See also [`withgradient`](@ref) to keep the value `f(args...)`,
136-
and [`pullback`](@ref) for value and back-propagator.
136+
and [`pullback`](@ref "Pullbacks") for value and back-propagator.
137137
138138
```jldoctest; setup=:(using Zygote)
139139
julia> gradient(*, 2.0, 3.0, 5.0)

0 commit comments

Comments
 (0)