We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37237b5 commit 6e8c127Copy full SHA for 6e8c127
GNNLux/docs/make.jl
@@ -23,7 +23,8 @@ makedocs(;
23
pages = ["Home" => "index.md",
24
"API Reference" => [
25
"Basic" => "api/basic.md",
26
- "Convolutional layers" => "api/conv.md"]]
+ "Convolutional layers" => "api/conv.md",
27
+ "Temporal Convolutional layers" => "api/temporalconv.md",]]
28
)
29
30
0 commit comments