Skip to content

Commit 8583143

Browse files
authored
Merge pull request #220 from JuliaAI/folder-org
Move stacking tutorial to Advanced
2 parents 9491c57 + a98d3dc commit 8583143

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
# Stacking
77

8-
\tutorial{getting-started/stacking}
8+
\tutorial{advanced/stacking}

routes.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
{ "name": "Model tuning", "href": "/getting-started/model-tuning/" },
2424
{ "name": "Ensembles", "href": "/getting-started/ensembles/" },
2525
{ "name": "Ensembles (2)", "href": "/getting-started/ensembles-2/" },
26-
{ "name": "Composing models", "href": "/getting-started/composing-models/" },
27-
{ "name": "Stacking", "href": "/getting-started/stacking/" }
26+
{ "name": "Composing models", "href": "/getting-started/composing-models/" }
2827
],
2928
"sectionItemWidth": "medium-item"
3029
},
@@ -70,7 +69,10 @@
7069
"name": "Advanced",
7170
"id": "advanced",
7271
"href": "#!",
73-
"sections": [{ "name": "Ensembles (3)", "href": "/advanced/ensembles-3" }],
72+
"sections": [
73+
{ "name": "Ensembles (3)", "href": "/advanced/ensembles-3" },
74+
{ "name": "Stacking", "href": "/advanced/stacking/" }
75+
],
7476
"sectionItemWidth": "medium-item"
7577
}
7678
]

0 commit comments

Comments
 (0)