Skip to content

Commit

Permalink
Add Node Classification tutorial GNNLux (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorarossi authored Dec 25, 2024
1 parent 7e07564 commit 4bb9b96
Show file tree
Hide file tree
Showing 5 changed files with 6,156 additions and 1 deletion.
2 changes: 2 additions & 0 deletions GNNLux/docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
GNNGraphs = "aed8fd31-079b-4b5a-b342-a13352159b8c"
Expand All @@ -12,4 +13,5 @@ Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
TSne = "24678dba-d5e9-5843-a4c6-250288b04835"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
1 change: 1 addition & 0 deletions GNNLux/docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ makedocs(;
"Tutorials" => [
"Introductory tutorials" => [
"Hands on" => "tutorials/gnn_intro.md",
"Node Classification" => "tutorials/node_classification.md",
],
],

Expand Down
4 changes: 3 additions & 1 deletion GNNLux/docs/make_tutorials.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Literate

Literate.markdown("src_tutorials/gnn_intro.jl", "src/tutorials/"; execute = true)
Literate.markdown("src_tutorials/gnn_intro.jl", "src/tutorials/"; execute = true)

Literate.markdown("src_tutorials/node_classification.jl", "src/tutorials/"; execute = true)
Loading

0 comments on commit 4bb9b96

Please sign in to comment.