style
This commit is contained in:
parent
66b9a6c622
commit
62b96f0f43
@ -6,12 +6,9 @@ makedocs(modules=[Flux],
|
|||||||
analytics = "UA-36890222-9",
|
analytics = "UA-36890222-9",
|
||||||
sitename = "Flux",
|
sitename = "Flux",
|
||||||
assets = ["../flux.css"],
|
assets = ["../flux.css"],
|
||||||
pages = [
|
pages = ["Home" => "index.md",
|
||||||
"Home" => "index.md",
|
"Getting Started" => [
|
||||||
"Getting Started" => [
|
"Basics" => "mnist.md"]])
|
||||||
"Basics" => "mnist.md"
|
|
||||||
]
|
|
||||||
])
|
|
||||||
|
|
||||||
deploydocs(
|
deploydocs(
|
||||||
repo = "github.com/MikeInnes/Flux.jl.git",
|
repo = "github.com/MikeInnes/Flux.jl.git",
|
||||||
|
Loading…
Reference in New Issue
Block a user