Skip to content

Commit 66af334

Browse files
committed
remove the 📚 marker
1 parent eeaf09e commit 66af334

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

docs/make.jl

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,20 @@ makedocs(
2727
"Flux's Ecosystem" => "ecosystem.md", # This is a links page
2828
"Reference" => [
2929
# 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?
4544
],
4645
"Tutorials" => [
4746
# These walk you through various tasks. It's fine if they overlap quite a lot.

0 commit comments

Comments
 (0)