This commit is contained in:
Mike J Innes 2017-01-18 00:39:00 +00:00
parent 66b9a6c622
commit 62b96f0f43
1 changed files with 3 additions and 6 deletions

View File

@ -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",