Skip to content

Commit d9bc88a

Browse files
committed
Update API docs
1 parent 0f46682 commit d9bc88a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/src/api.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,12 @@ See the [variational inference tutorial](https://turinglang.org/docs/tutorials/0
8585
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

88-
| 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 |
88+
| 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+
| `AutoMooncake` | [`ADTypes.AutoMooncake`](@extref) | Mooncake.jl backend |
9594

9695
### Debugging
9796

0 commit comments

Comments
 (0)