@@ -17,6 +17,14 @@ makedocs(
17
17
clean = false ,
18
18
modules = [GeometricFlux,GraphSignals],
19
19
pages = [" Home" => " index.md" ,
20
+ " Tutorials" => [
21
+ " Semi-Supervised Learning with GCN" => " tutorials/semisupervised_gcn.md" ,
22
+ " GCN with Fixed Graph" => " tutorials/gcn_fixed_graph.md" ,
23
+ " Graph Attention Network" => " tutorials/gat.md" ,
24
+ " DeepSet for Digit Sum" => " tutorials/deepset.md" ,
25
+ " Variational Graph Autoencoder" => " tutorials/vgae.md" ,
26
+ " Graph Embedding" => " tutorials/graph_embedding.md" ,
27
+ ],
20
28
" Introduction" => " introduction.md" ,
21
29
" Basics" => [
22
30
" Graph Convolutions" => " basics/conv.md" ,
@@ -28,17 +36,10 @@ makedocs(
28
36
" Batch Learning" => " basics/batch.md" ,
29
37
],
30
38
" Cooperate with Flux Layers" => " cooperate.md" ,
31
- " Tutorials" => [
32
- " Semi-Supervised Learning with GCN" => " tutorials/semisupervised_gcn.md" ,
33
- " GCN with Fixed Graph" => " tutorials/gcn_fixed_graph.md" ,
34
- " Graph Attention Network" => " tutorials/gat.md" ,
35
- " DeepSet for Digit Sum" => " tutorials/deepset.md" ,
36
- " Variational Graph Autoencoder" => " tutorials/vgae.md" ,
37
- " Graph Embedding" => " tutorials/graph_embedding.md" ,
38
- ],
39
39
" Abstractions" => [
40
40
" Message passing scheme" => " abstractions/msgpass.md" ,
41
41
" Graph network block" => " abstractions/gn.md" ],
42
+ " Dynamic Graph Update" => " dynamicgraph.md" ,
42
43
" Manual" => [
43
44
" FeaturedGraph" => " manual/featuredgraph.md" ,
44
45
" Convolutional Layers" => " manual/conv.md" ,
0 commit comments