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 ed56978 commit 43defacCopy full SHA for 43defac
GNNGraphs/docs/src/api/heterograph.md
@@ -38,3 +38,4 @@ Modules = [GNNGraphs]
38
Pages = ["gnnheterograph/generate.jl"]
39
Private = false
40
```
41
+å
GNNLux/docs/make.jl
@@ -85,7 +85,7 @@ makedocs(;
85
"Layers" => [
86
"Basic layers" => "api/basic.md",
87
"Convolutional layers" => "api/conv.md",
88
- # "Pooling layers" => "api/pool.md",
+ "Pooling layers" => "api/pool.md",
89
"Temporal Convolutional layers" => "api/temporalconv.md",
90
# "Hetero Convolutional layers" => "api/heteroconv.md",
91
]
0 commit comments