Skip to content

Commit

Permalink
remove the 📚 marker
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott committed Nov 29, 2022
1 parent eeaf09e commit 66af334
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,20 @@ makedocs(
"Flux's Ecosystem" => "ecosystem.md", # This is a links page
"Reference" => [
# This essentially collects docstrings, with a bit of introduction.
# Probably the 📚 marker can be removed now.
"Built-in Layers 📚" => "models/layers.md",
"Activation Functions 📚" => "models/activation.md",
"Weight Initialisation 📚" => "utilities.md",
"Loss Functions 📚" => "models/losses.md",
"Optimisation Rules 📚" => "training/optimisers.md", # TODO move optimiser intro up to Training
"Shape Inference 📚" => "outputsize.md",
"Flat vs. Nested 📚" => "destructure.md",
"Callback Helpers 📚" => "training/callbacks.md",
"CUDA.jl 📚 (`cu`, `CuIterator`, ...)" => "reference/CUDA.md", # not sure
"NNlib.jl 📚 (`softmax`, `conv`, ...)" => "models/nnlib.md",
"Zygote.jl 📚 (`gradient`, ...)" => "training/zygote.md",
"MLUtils.jl 📚 (`DataLoader`, ...)" => "data/mlutils.md",
"Functors.jl 📚 (`fmap`, ...)" => "models/functors.md",
"OneHotArrays.jl 📚 (`onehot`, ...)" => "data/onehot.md",
"Built-in Layers" => "models/layers.md",
"Activation Functions" => "models/activation.md",
"Weight Initialisation" => "utilities.md",
"Loss Functions" => "models/losses.md",
"Optimisation Rules" => "training/optimisers.md", # TODO move optimiser intro up to Training
"Shape Inference" => "outputsize.md",
"Flat vs. Nested" => "destructure.md",
"Callback Helpers" => "training/callbacks.md",
"NNlib.jl (`softmax`, `conv`, ...)" => "models/nnlib.md",
"Zygote.jl (`gradient`, ...)" => "training/zygote.md",
"MLUtils.jl (`DataLoader`, ...)" => "data/mlutils.md",
"Functors.jl (`fmap`, ...)" => "models/functors.md",
"OneHotArrays.jl (`onehot`, ...)" => "data/onehot.md",
"CUDA.jl (`cu`, `CuIterator`, ...)" => "reference/CUDA.md", # do we want this?
],
"Tutorials" => [
# These walk you through various tasks. It's fine if they overlap quite a lot.
Expand Down

0 comments on commit 66af334

Please sign in to comment.