Skip to content

Commit df06a6d

Browse files
committed
Move to the new Getting Started section?
1 parent 36d7578 commit df06a6d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/make.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ makedocs(
1111
pages = [
1212
"Getting Started" => [
1313
"Welcome" => "index.md",
14-
"Quick Start" => "models/quickstart.md",
15-
"Fitting a Line" => "models/overview.md",
16-
"Gradients and Layers" => "models/basics.md",
14+
"Quick Start" => "getting_started/quickstart.md",
15+
"Fitting a Line" => "getting_started/overview.md",
16+
"Gradients and Layers" => "getting_started/basics.md",
17+
"Linear Regression" => "getting_started/linear_regression.md"
1718
],
1819
"Building Models" => [
1920
"Built-in Layers 📚" => "models/layers.md",

docs/src/getting_started/linear_regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Linear Regression
1+
# [Linear Regression](@id man-linear-regression)
22

33
Flux is a pure Julia ML stack that allows you to build predictive models. Here are the steps for a typical Flux program:
44

0 commit comments

Comments
 (0)