Skip to content

Commit 37982aa

Browse files
committed
move functors down
1 parent 92f3b10 commit 37982aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ makedocs(
2020
"Custom Layers" => "models/advanced.md",
2121
"NNlib.jl" => "models/nnlib.md",
2222
"Activation Functions" => "models/activation.md",
23-
"Functors.jl" => "models/functors.md",
2423
],
2524
"Handling Data" => [
2625
"MLUtils.jl" => "data/mlutils.md",
@@ -37,6 +36,7 @@ makedocs(
3736
"Saving & Loading" => "saving.md",
3837
"Shape Inference" => "outputsize.md",
3938
"Weight Initialisation" => "utilities.md",
39+
"Functors.jl" => "models/functors.md",
4040
],
4141
"Performance Tips" => "performance.md",
4242
"Flux's Ecosystem" => "ecosystem.md",

0 commit comments

Comments
 (0)