Skip to content

Commit 24bbe2d

Browse files
committed
Remove arguments from api.md
1 parent 76df367 commit 24bbe2d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

docs/src/api.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# API Reference
22

33
```@docs
4-
@matrix(ids...)
5-
@vector(ids...)
6-
@scalar(ids...)
7-
derivative(expr, wrt::DiffMatic.Monomial)
8-
gradient(expr, wrt::DiffMatic.Monomial)
9-
jacobian(expr, wrt::DiffMatic.Monomial)
10-
hessian(expr, wrt::DiffMatic.Monomial)
11-
to_std(expr)
4+
@matrix
5+
@vector
6+
@scalar
7+
derivative
8+
gradient
9+
jacobian
10+
hessian
11+
to_std
1212
```

0 commit comments

Comments
 (0)