Skip to content

Commit c59ee78

Browse files
Fix syntax for admonition (#119)
1 parent 63598b3 commit c59ee78

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/src/index.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ Knowing rules for more complicated functions speeds up the autodiff process as i
2525
Help with that is always welcomed.
2626

2727
!!! terminology "Primal"
28-
Often we will talk about something as _primal_.
29-
That means it is related to the original problem, not its derivative.
30-
For example for `y = foo(x)`
31-
`foo` is the _primal_ function,
32-
computing `foo(x)` is doing the _primal_ computation.
33-
`y` is the _primal_ return, and `x` is a _primal_ argument.
34-
`typeof(y)` and `typeof(x)` are both _primal_ types.
28+
Often we will talk about something as _primal_.
29+
That means it is related to the original problem, not its derivative.
30+
For example in `y = foo(x)`, `foo` is the _primal_ function, and computing `foo(x)` is doing the _primal_ computation.
31+
`y` is the _primal_ return, and `x` is a _primal_ argument.
32+
`typeof(y)` and `typeof(x)` are both _primal_ types.
3533

3634

3735
## `frule` and `rrule`

0 commit comments

Comments
 (0)