Skip to content

Commit 6e8c127

Browse files
committed
Add temporal conv
1 parent 37237b5 commit 6e8c127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNNLux/docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ makedocs(;
2323
pages = ["Home" => "index.md",
2424
"API Reference" => [
2525
"Basic" => "api/basic.md",
26-
"Convolutional layers" => "api/conv.md"]]
26+
"Convolutional layers" => "api/conv.md",
27+
"Temporal Convolutional layers" => "api/temporalconv.md",]]
2728
)
2829

2930

0 commit comments

Comments
 (0)