Skip to content

Commit 67996f2

Browse files
Remove trailing . from headings (#204)
Trailing full-stops sometimes means attempts to link directly to these section don't work (because the `.` gets excluded from the link, but is needed for the link to work).
1 parent 5b8720b commit 67996f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ applies the chain rule to go from `∂a/∂x` to `∂b/∂x`.
123123
Let us think of our types geometrically. In other words, elements of a type form a _manifold_.
124124
This document will explain this point of view in some detail.
125125

126-
##### Some terminology/conventions.
126+
##### Some terminology/conventions
127127

128128
Let ``p`` be an element of type M, which is defined by some assignment of numbers ``x_1,...,x_m``,
129129
say ``(x_1,...,x_m) = (a_1,...,1_m)``
@@ -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
241241

242242
!!! terminology "Δself, ∂self, s̄elf, ṡelf"
243243
It is the derivatives with respect to the internal fields of the function.
@@ -325,7 +325,7 @@ The most important `AbstractDifferential`s when getting started are the ones abo
325325

326326
-------------------------------
327327

328-
## Example of using ChainRules directly.
328+
## Example of using ChainRules directly
329329

330330
While ChainRules is largely intended as a backend for autodiff systems, it can be used directly.
331331
In fact, this can be very useful if you can constrain the code you need to differentiate to only use things that have rules defined for.

0 commit comments

Comments
 (0)