Skip to content

Commit fb3cb99

Browse files
integrate tutorials
1 parent 04b4c0d commit fb3cb99

23 files changed

+24
-64
lines changed

GraphNeuralNetworks/docs/make.jl

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,34 @@ makedocs(;
5151
"Datasets" => "GNNGraphs/guides/datasets.md",
5252
],
5353

54+
"Tutorials" => [
55+
"Introductory tutorials" => [
56+
"Hands on" => "tutorials/gnn_intro_pluto.md",
57+
"Node classification" => "tutorials/node_classification_pluto.md",
58+
"Graph classification" => "tutorials/graph_classification_pluto.md"
59+
],
60+
"Temporal graph neural networks" =>[
61+
"Node autoregression" => "tutorials/traffic_prediction.md",
62+
"Temporal graph classification" => "tutorials/temporal_graph_classification_pluto.md"
63+
],
64+
],
65+
5466
"API Reference" => [
67+
"Graphs (GNNGraphs.jl)" => [
68+
]
69+
70+
"Message Passing (GNNlib.jl)" => [
5571
"Message Passing" => "GNNlib/api/messagepassing.md",
56-
"Utils" => "GNNlib/api/utils.md",
57-
"Basic" => "api/basic.md",
72+
"Other Operators" => "GNNlib/api/utils.md",
73+
]
74+
75+
"Layers" => [
76+
"Basic layers" => "api/basic.md",
5877
"Convolutional layers" => "api/conv.md",
5978
"Pooling layers" => "api/pool.md",
6079
"Temporal Convolutional layers" => "api/temporalconv.md",
6180
"Hetero Convolutional layers" => "api/heteroconv.md",
62-
81+
]
6382
],
6483

6584
"Developer guide" => "dev.md",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# TODO
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)