Skip to content

Commit 3296ff9

Browse files
committed
Add conv page
1 parent 94ffdee commit 3296ff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GNNLux/docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ makedocs(;
2121
format = Documenter.HTML(; mathengine, prettyurls, assets = assets, size_threshold=nothing),
2222
sitename = "GNNLux.jl",
2323
pages = ["Home" => "index.md",
24-
"Basic" => "api/basic.md"],
24+
"API Reference" => [
25+
"Basic" => "api/basic.md",
26+
"Convolutional layers" => "api/conv.md"]]
2527
)
2628

2729

28-
29-
3030
deploydocs(;repo = "github.com/JuliaGraphs/GraphNeuralNetworks.jl.git",
3131
devbranch = "master",
3232
push_preview = true,

0 commit comments

Comments
 (0)