Skip to content

Commit 275161f

Browse files
committed
docs: remove unnecessary ADTypes docs
1 parent 9490b6d commit 275161f

File tree

3 files changed

+4
-144
lines changed

3 files changed

+4
-144
lines changed

docs/src/basics/autodiff.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222

2323
## Summary of Reverse Mode AD Backends
2424

25-
- [`AutoZygote`](@ref): The fastest choice for non-mutating array-based (BLAS) functions.
26-
- [`AutoEnzyme`](@ref): Uses `Enzyme.jl` Reverse Mode and works for both in-place and
27-
out-of-place functions.
25+
- [`AutoZygote`](@extref ADTypes): The fastest choice for non-mutating array-based (BLAS)
26+
functions.
27+
- [`AutoEnzyme`](@extref ADTypes): Uses `Enzyme.jl` Reverse Mode and works for both
28+
in-place and out-of-place functions.
2829

2930
!!! tip
3031

src/NonlinearSolve.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const True = Val(true)
6868
const False = Val(false)
6969

7070
include("abstract_types.jl")
71-
include("adtypes.jl")
7271
include("timer_outputs.jl")
7372
include("internal/helpers.jl")
7473

src/adtypes.jl

Lines changed: 0 additions & 140 deletions
This file was deleted.

0 commit comments

Comments
 (0)