moar categorisation

This commit is contained in:
Mike J Innes 2017-02-20 10:38:28 +00:00
parent de0edf9445
commit f466c5cb22
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ makedocs(modules=[Flux],
"Model Templates" => "models/templates.md",
"Recurrence" => "models/recurrent.md",
"Debugging" => "models/debugging.md"],
"Batching" => "batching.md",
"Backends" => "backends.md",
"Other APIs" => [
"Batching" => "batching.md",
"Backends" => "backends.md"],
"In Action" => [
"Logistic Regression" => "examples/logreg.md"],
"Contributing & Help" => "contributing.md",