Skip to content

Commit d092bb1

Browse files
committed
alter "Learning Flux" section to match
1 parent 1b6dd34 commit d092bb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Other closely associated packages, also installed automatically, include [Zygote
1818

1919
The [quick start](@ref man-quickstart) page trains a simple neural network.
2020

21-
This rest of this documentation provides a from-scratch introduction to Flux's take on models and how they work, starting with [fitting a line](@ref man-overview). Once you understand these docs, congratulations, you also understand [Flux's source code](https://github.com/FluxML/Flux.jl), which is intended to be concise, legible and a good reference for more advanced concepts.
21+
This rest of the **guide** provides a from-scratch introduction to Flux's take on models and how they work, starting with [fitting a line](@ref man-overview). Once you understand these docs, congratulations, you also understand [Flux's source code](https://github.com/FluxML/Flux.jl), which is intended to be concise, legible and a good reference for more advanced concepts.
2222

23-
Sections with 📚 contain API listings. The same text is avalable at the Julia prompt, by typing for example `?gpu`.
23+
The **reference** section contains API listings. The same text is avalable at the Julia prompt, by typing for example `?gpu`.
2424

25-
If you just want to get started writing models, the [model zoo](https://github.com/FluxML/model-zoo/) gives good starting points for many common ones.
25+
There are some **tutorials** about building particular models. The **[model zoo](https://github.com/FluxML/model-zoo/)** has starting points for many other common ones. And finally, the **[ecosystem page](ecosystem.md)** lists packages which define Flux models.
2626

2727
## Community
2828

0 commit comments

Comments
 (0)