Skip to content

Commit 2217bf0

Browse files
reinstate makedemos
1 parent eefe691 commit 2217bf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using Flux, NNlib, GraphNeuralNetworks, Graphs, SparseArrays
22
using Documenter, DemoCards
33

4-
# tutorials, tutorials_cb, tutorial_assets = makedemos("tutorials")
4+
tutorials, tutorials_cb, tutorial_assets = makedemos("tutorials")
55

66
assets = []
7-
# isnothing(tutorial_assets) || push!(assets, tutorial_assets)
7+
isnothing(tutorial_assets) || push!(assets, tutorial_assets)
88

99
DocMeta.setdocmeta!(GraphNeuralNetworks, :DocTestSetup,
1010
:(using GraphNeuralNetworks, Graphs, SparseArrays, NNlib, Flux);
@@ -39,6 +39,6 @@ makedocs(;
3939
"Summer Of Code" => "gsoc.md",
4040
])
4141

42-
# tutorials_cb()
42+
tutorials_cb()
4343

4444
deploydocs(repo = "github.com/CarloLucibello/GraphNeuralNetworks.jl.git")

0 commit comments

Comments
 (0)