We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a871e5a commit 232c09eCopy full SHA for 232c09e
1 file changed
docs/src/index.md
@@ -24,7 +24,7 @@ using DiffMatic
24
x¹
25
```
26
Creating an expression:
27
-```jldoctest intro; output = false
+```jldoctest intro
28
expr = x' * A * x
29
30
# output
@@ -40,7 +40,7 @@ H = hessian(expr, x)
40
41
A₇⁶ + A⁶₇
42
43
-Convert the gradientinto standard notation using `to_std_string`:
+Convert the gradient into standard notation using `to_std_string`:
44
```jldoctest intro
45
to_std_string(g)
46
0 commit comments