This commit is contained in:
Mike J Innes 2017-01-18 12:43:11 +00:00
parent 1d2edbc3f3
commit a146c478f3
3 changed files with 5 additions and 2 deletions

View File

@ -11,9 +11,9 @@ makedocs(modules=[Flux],
"Recurrence" => "manual/recurrent.md",
"Debugging" => "manual/debugging.md",
"In Action" => [
"Logistic Regression" => "examples/logreg.md"]
"Logistic Regression" => "examples/logreg.md"],
"Contributing & Help" => "contributing.md",
"Internals"])
"Internals" => "internals.md"])
deploydocs(
repo = "github.com/MikeInnes/Flux.jl.git",

3
docs/src/internals.md Normal file
View File

@ -0,0 +1,3 @@
# Internals
[WIP]