Skip to content

Commit e4220e5

Browse files
committed
Temporarily remove doctests
1 parent a30d8f1 commit e4220e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Deep Equilibrium Network as proposed in [baideep2019](@cite) and [pal2022mixing]
149149
150150
## Example
151151
152-
```jldoctest
152+
```julia
153153
julia> using DeepEquilibriumNetworks, Lux, Random, OrdinaryDiffEq
154154
155155
julia> model = DeepEquilibriumNetwork(Parallel(+, Dense(2, 2; use_bias=false),
@@ -230,7 +230,7 @@ For keyword arguments, see [`DeepEquilibriumNetwork`](@ref).
230230
231231
## Example
232232
233-
```jldoctest
233+
```julia
234234
julia> using DeepEquilibriumNetworks, Lux, Random, NonlinearSolve
235235
236236
julia> main_layers = (Parallel(+, Dense(4 => 4, tanh; use_bias=false),

0 commit comments

Comments
 (0)