@@ -27,21 +27,20 @@ makedocs(
27
27
" Flux's Ecosystem" => " ecosystem.md" , # This is a links page
28
28
" Reference" => [
29
29
# This essentially collects docstrings, with a bit of introduction.
30
- # Probably the 📚 marker can be removed now.
31
- " Built-in Layers 📚" => " models/layers.md" ,
32
- " Activation Functions 📚" => " models/activation.md" ,
33
- " Weight Initialisation 📚" => " utilities.md" ,
34
- " Loss Functions 📚" => " models/losses.md" ,
35
- " Optimisation Rules 📚" => " training/optimisers.md" , # TODO move optimiser intro up to Training
36
- " Shape Inference 📚" => " outputsize.md" ,
37
- " Flat vs. Nested 📚" => " destructure.md" ,
38
- " Callback Helpers 📚" => " training/callbacks.md" ,
39
- " CUDA.jl 📚 (`cu`, `CuIterator`, ...)" => " reference/CUDA.md" , # not sure
40
- " NNlib.jl 📚 (`softmax`, `conv`, ...)" => " models/nnlib.md" ,
41
- " Zygote.jl 📚 (`gradient`, ...)" => " training/zygote.md" ,
42
- " MLUtils.jl 📚 (`DataLoader`, ...)" => " data/mlutils.md" ,
43
- " Functors.jl 📚 (`fmap`, ...)" => " models/functors.md" ,
44
- " OneHotArrays.jl 📚 (`onehot`, ...)" => " data/onehot.md" ,
30
+ " Built-in Layers" => " models/layers.md" ,
31
+ " Activation Functions" => " models/activation.md" ,
32
+ " Weight Initialisation" => " utilities.md" ,
33
+ " Loss Functions" => " models/losses.md" ,
34
+ " Optimisation Rules" => " training/optimisers.md" , # TODO move optimiser intro up to Training
35
+ " Shape Inference" => " outputsize.md" ,
36
+ " Flat vs. Nested" => " destructure.md" ,
37
+ " Callback Helpers" => " training/callbacks.md" ,
38
+ " NNlib.jl (`softmax`, `conv`, ...)" => " models/nnlib.md" ,
39
+ " Zygote.jl (`gradient`, ...)" => " training/zygote.md" ,
40
+ " MLUtils.jl (`DataLoader`, ...)" => " data/mlutils.md" ,
41
+ " Functors.jl (`fmap`, ...)" => " models/functors.md" ,
42
+ " OneHotArrays.jl (`onehot`, ...)" => " data/onehot.md" ,
43
+ " CUDA.jl (`cu`, `CuIterator`, ...)" => " reference/CUDA.md" , # do we want this?
45
44
],
46
45
" Tutorials" => [
47
46
# These walk you through various tasks. It's fine if they overlap quite a lot.
0 commit comments