Skip to content

Commit d8fe159

Browse files
committed
the welcome page is short enough not to need navigation, and using H3 saves space on the navigation panel so you can see more other things
1 parent 76fe484 commit d8fe159

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Flux is a library for machine learning. It comes "batteries-included" with many
66
* **Extensible by default**. Flux is written to be highly flexible while being performant. Extending Flux is as simple as using your own code as part of the model you want - it is all [high-level Julia code](https://github.com/FluxML/Flux.jl/tree/master/src).
77
* **Play nicely with others**. Flux works well with unrelated Julia libraries from [images](https://github.com/JuliaImages/Images.jl) to [differential equation solvers](https://github.com/SciML/DifferentialEquations.jl), rather than duplicating them.
88

9-
## Installation
9+
### Installation
1010

1111
Download [Julia 1.6](https://julialang.org/downloads/) or later, preferably the current stable release. You can add Flux using Julia's package manager, by typing `] add Flux` in the Julia prompt. This will automatically install several other packages, including [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl) which supports Nvidia GPUs.
1212

13-
## Learning Flux
13+
### Learning Flux
1414

1515
The **[quick start](@ref man-quickstart)** page trains a simple neural network.
1616

@@ -20,7 +20,7 @@ There are some **tutorials** about building particular models. The **[model zoo]
2020

2121
The **reference** section contains API listings, including some companion packages: [Zygote](https://github.com/FluxML/Zygote.jl) (automatic differentiation), [Optimisers](https://github.com/FluxML/Optimisers.jl) (training), [NNlib](https://github.com/FluxML/NNlib.jl) (misc functions) and more.
2222

23-
## Community
23+
### Community
2424

2525
Everyone is welcome to join our community on the [Julia discourse forum](https://discourse.julialang.org/), or the [slack chat](https://discourse.julialang.org/t/announcing-a-julia-slack/4866) (channel #machine-learning). If you have questions or issues we'll try to help you out.
2626

0 commit comments

Comments
 (0)