fixes
This commit is contained in:
parent
1d2edbc3f3
commit
a146c478f3
@ -11,9 +11,9 @@ makedocs(modules=[Flux],
|
|||||||
"Recurrence" => "manual/recurrent.md",
|
"Recurrence" => "manual/recurrent.md",
|
||||||
"Debugging" => "manual/debugging.md",
|
"Debugging" => "manual/debugging.md",
|
||||||
"In Action" => [
|
"In Action" => [
|
||||||
"Logistic Regression" => "examples/logreg.md"]
|
"Logistic Regression" => "examples/logreg.md"],
|
||||||
"Contributing & Help" => "contributing.md",
|
"Contributing & Help" => "contributing.md",
|
||||||
"Internals"])
|
"Internals" => "internals.md"])
|
||||||
|
|
||||||
deploydocs(
|
deploydocs(
|
||||||
repo = "github.com/MikeInnes/Flux.jl.git",
|
repo = "github.com/MikeInnes/Flux.jl.git",
|
||||||
|
3
docs/src/internals.md
Normal file
3
docs/src/internals.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Internals
|
||||||
|
|
||||||
|
[WIP]
|
Loading…
Reference in New Issue
Block a user