fixes
This commit is contained in:
parent
1d2edbc3f3
commit
a146c478f3
|
@ -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",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Internals
|
||||
|
||||
[WIP]
|
Loading…
Reference in New Issue