Skip to content

Commit 20cfcf4

Browse files
authored
fix broken text & include cross-reference in index.md (#431)
1 parent 3d7e644 commit 20cfcf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ If the function is `y = f(x)` often the pushforward will be written `ẏ = last(
237237
The `∂y` are similar in type/structure to the original function's output `Y`.
238238
In particular if that function returned a tuple then `∂y` will be a tuple of the same size.
239239

240-
### Self derivative `Δself`, `∂self`, `s̄elf`, `ṡelf` etc
240+
### [Self derivative `Δself`, `∂self`, `s̄elf`, `ṡelf` etc](@id self_derivative)
241241

242242
!!! terminology "Δself, ∂self, s̄elf, ṡelf"
243243
It is the derivatives with respect to the internal fields of the function.
@@ -301,7 +301,7 @@ y, f_pullback = rrule(f, a, b, c)
301301
s̄elf, ā, b̄, c̄ = ∇f
302302
```
303303
Then we have that `∇f` is the _gradient_ of `f` at `(a, b, c)`.
304-
And we thus have the partial derivatives ``\overline{\mathrm{self}}, = \dfrac{∂f}{∂\mathrm{self}}``, ``\overline{a} = \dfrac{∂f}{∂a}``, ``\overline{b} = \dfrac{∂f}{∂b}``, ``\overline{c} = \dfrac{∂f}{∂c}``, including the and the self-partial derivative, ``\overline{\mathrm{self}}``.
304+
And we thus have the partial derivatives ``\overline{\mathrm{self}} = \dfrac{∂f}{∂\mathrm{self}}``, ``\overline{a} = \dfrac{∂f}{∂a}``, ``\overline{b} = \dfrac{∂f}{∂b}``, ``\overline{c} = \dfrac{∂f}{∂c}``, including the [self-partial derivative](@ref self_derivative), ``\overline{\mathrm{self}}``.
305305

306306
## Differentials
307307

0 commit comments

Comments
 (0)