@@ -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" 
0 commit comments