Skip to content

Commit d0f9415

Browse files
cleanup
1 parent 8979735 commit d0f9415

File tree

7 files changed

+4
-699
lines changed

7 files changed

+4
-699
lines changed

GraphNeuralNetworks/docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interlinks = InterLinks(
1515
)
1616

1717
# Copy the guides from GNNGraphs and GNNlib
18-
dest_guides_dir = joinpath(@__DIR__, "src/guides")
18+
dest_guides_dir = joinpath(@__DIR__, "src/other")
1919
gnngraphs_guides_dir = joinpath(@__DIR__, "../../GNNGraphs/docs/src/guides")
2020
gnnlib_guides_dir = joinpath(@__DIR__, "../../GNNlib/docs/src/guides")
2121
for file in readdir(gnngraphs_guides_dir)
@@ -37,10 +37,10 @@ makedocs(;
3737
"Home" => "index.md",
3838

3939
"Guides" => [
40-
"Graphs" => ["guides/gnngraph.md", "guides/heterograph.md", "guides/temporalgraph.md"],
41-
"Message Passing" => "guides/messagepassing.md",
40+
"Graphs" => ["other/gnngraph.md", "other/heterograph.md", "other/temporalgraph.md"],
41+
"Message Passing" => "other/messagepassing.md",
4242
"Models" => "guides/models.md",
43-
"Datasets" => "guides/datasets.md",
43+
"Datasets" => "other/datasets.md",
4444
],
4545

4646
"API Reference" => [

GraphNeuralNetworks/docs/src/guides/datasets.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

GraphNeuralNetworks/docs/src/guides/gnngraph.md

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)