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