Skip to content

Commit 817456d

Browse files
committed
Update API docs
1 parent 0f46682 commit 817456d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/src/api.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,11 @@ These are used to specify the automatic differentiation backend to use.
8686
See the [AD guide](https://turinglang.org/docs/tutorials/docs-10-using-turing-autodiff/) for more information.
8787

8888
| Exported symbol | Documentation | Description |
89-
|:----------------- |:------------------------------------ |:----------------------------------------- |
90-
| `AutoForwardDiff` | [`ADTypes.AutoForwardDiff`](@extref) | ForwardDiff.jl backend |
91-
| `AutoReverseDiff` | [`ADTypes.AutoReverseDiff`](@extref) | ReverseDiff.jl backend |
92-
| `AutoZygote` | [`ADTypes.AutoZygote`](@extref) | Zygote.jl backend |
93-
| `AutoTracker` | [`ADTypes.AutoTracker`](@extref) | Tracker.jl backend |
94-
| `AutoTapir` | [`ADTypes.AutoTapir`](@extref) | Tapir.jl backend, only for ADTypes >= 1.0 |
89+
|:----------------- |:------------------------------------ |:-----------------------|
90+
| `AutoForwardDiff` | [`ADTypes.AutoForwardDiff`](@extref) | ForwardDiff.jl backend |
91+
| `AutoReverseDiff` | [`ADTypes.AutoReverseDiff`](@extref) | ReverseDiff.jl backend |
92+
| `AutoZygote` | [`ADTypes.AutoZygote`](@extref) | Zygote.jl backend |
93+
| `AutoMooncake` | [`ADTypes.AutoMooncake`](@extref) | Mooncake.jl backend |
9594

9695
### Debugging
9796

0 commit comments

Comments
 (0)