Skip to content

Commit 7d798b9

Browse files
committed
move custom-models / advanced.md back to tutorial section
1 parent baeee9c commit 7d798b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ makedocs(
1616
"Quick Start" => "guide/models/quickstart.md",
1717
"Fitting a Line" => "guide/models/overview.md",
1818
"Gradients and Layers" => "guide/models/basics.md",
19-
"Custom Layers" => "guide/models/custom_layers.md",
2019
"Training" => "guide/training/training.md",
2120
"Recurrence" => "guide/models/recurrence.md",
2221
"GPU Support" => "guide/gpu.md",
@@ -49,6 +48,7 @@ makedocs(
4948
# Or perhaps those should just be trashed, model zoo versions are newer & more useful.
5049
"Linear Regression" => "tutorials/linear_regression.md",
5150
"Logistic Regression" => "tutorials/logistic_regression.md",
51+
"Custom Layers" => "tutorials/custom_layers.md",
5252
"Model Zoo" => "tutorials/model_zoo.md",
5353
#=
5454
# "Multi-layer Perceptron" => "tutorials/mlp.md",

0 commit comments

Comments
 (0)