fix docs make
This commit is contained in:
parent
05d988dd74
commit
1dcdf66651
|
@ -16,7 +16,7 @@ makedocs(modules=[Flux],
|
|||
"Batching" => "apis/batching.md",
|
||||
"Backends" => "apis/backends.md"],
|
||||
"In Action" => [
|
||||
"Logistic Regression" => "examples/logreg.md"
|
||||
"Logistic Regression" => "examples/logreg.md",
|
||||
"Char RNN" => "examples/char-rnn.md"],
|
||||
"Contributing & Help" => "contributing.md",
|
||||
"Internals" => "internals.md"])
|
||||
|
|
Loading…
Reference in New Issue