include templates file
This commit is contained in:
parent
7387ec20da
commit
e00ea2e944
|
@ -9,6 +9,7 @@ makedocs(modules=[Flux],
|
|||
pages = ["Home" => "index.md",
|
||||
"Building Models" => [
|
||||
"Model Building Basics" => "models/basics.md",
|
||||
"Model Templates" => "models/templates.md",
|
||||
"Recurrence" => "models/recurrent.md",
|
||||
"Debugging" => "models/debugging.md"],
|
||||
"In Action" => [
|
||||
|
|
Loading…
Reference in New Issue