Skip to content

Commit 7840fcf

Browse files
committed
Update docstring for AutoMooncake
1 parent 8546ebe commit 7840fcf

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/dense.jl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,17 +235,15 @@ for automatic differentiation.
235235
236236
Defined by [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
237237
238-
Note: Tapir.jl was renamed to Mooncake.jl due to a naming conflict. You should use this type
239-
instead of `AutoTapir`.
240-
241238
# Constructors
242239
243240
AutoMooncake(; config)
244241
245242
# Fields
246243
247-
- `config`: an instance of `Mooncake.Config` -- see the docstring for `Mooncake.Config`
248-
for more information.
244+
- `config`: either `nothing` or an instance of `Mooncake.Config` -- see the docstring for
245+
`Mooncake.Config` for more information. `AutoMooncake(; config=nothing)` is equivalent
246+
to `AutoMooncake(; config=Mooncake.Config())`, i.e. the default configuration.
249247
"""
250248
Base.@kwdef struct AutoMooncake{Tconfig} <: AbstractADType
251249
config::Tconfig

0 commit comments

Comments
 (0)