From 91cf00d3991e42c458da8b186e07c27f7dea23b1 Mon Sep 17 00:00:00 2001 From: Aurora Rossi Date: Mon, 7 Oct 2024 07:57:31 +0200 Subject: [PATCH] Change path --- GNNlib/docs/make.jl | 2 +- GraphNeuralNetworks/docs/make.jl | 4 ++-- docs/make-multi.jl | 10 +++++----- tutorials/docs/make.jl | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/GNNlib/docs/make.jl b/GNNlib/docs/make.jl index 3720bf1e9..2b42b4c47 100644 --- a/GNNlib/docs/make.jl +++ b/GNNlib/docs/make.jl @@ -10,7 +10,7 @@ mathengine = MathJax3() interlinks = InterLinks( "NNlib" => "https://fluxml.ai/NNlib.jl/stable/", - "GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/gnngraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv"))) + "GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GNNGraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv"))) makedocs(; diff --git a/GraphNeuralNetworks/docs/make.jl b/GraphNeuralNetworks/docs/make.jl index 1e36cceaf..69b911226 100644 --- a/GraphNeuralNetworks/docs/make.jl +++ b/GraphNeuralNetworks/docs/make.jl @@ -9,8 +9,8 @@ mathengine = MathJax3() interlinks = InterLinks( "NNlib" => "https://fluxml.ai/NNlib.jl/stable/", - "GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/gnngraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv")), - "GNNlib" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/gnnlib/", joinpath(dirname(dirname(@__DIR__)), "GNNlib", "docs", "build", "objects.inv")) + "GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GNNGraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv")), + "GNNlib" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GNNlib/", joinpath(dirname(dirname(@__DIR__)), "GNNlib", "docs", "build", "objects.inv")) ) diff --git a/docs/make-multi.jl b/docs/make-multi.jl index 546d0b3fc..a540a1c79 100644 --- a/docs/make-multi.jl +++ b/docs/make-multi.jl @@ -3,28 +3,28 @@ using MultiDocumenter docs = [ MultiDocumenter.MultiDocRef( upstream = joinpath(dirname(@__DIR__),"GraphNeuralNetworks", "docs", "build"), - path = "graphneuralnetworks", + path = "GraphNeuralNetworks", name = "GraphNeuralNetworks", fix_canonical_url = false), MultiDocumenter.MultiDocRef( upstream = joinpath(dirname(@__DIR__), "GNNGraphs", "docs", "build"), - path = "gnngraphs", + path = "GNNGraphs", name = "GNNGraphs", fix_canonical_url = false), MultiDocumenter.MultiDocRef( upstream = joinpath(dirname(@__DIR__), "GNNlib", "docs", "build"), - path = "gnnlib", + path = "GNNlib", name = "GNNlib", fix_canonical_url = false), MultiDocumenter.MultiDocRef( upstream = joinpath(dirname(@__DIR__), "GNNLux", "docs", "build"), - path = "gnnlux", + path = "GNNLux", name = "GNNLux", fix_canonical_url = false), MultiDocumenter.MultiDocRef( upstream = joinpath(dirname(@__DIR__), "tutorials", "docs", "build"), path = "tutorials", - name = "Tutorials", + name = "tutorials", fix_canonical_url = false), ] diff --git a/tutorials/docs/make.jl b/tutorials/docs/make.jl index b131d9816..78755a97e 100644 --- a/tutorials/docs/make.jl +++ b/tutorials/docs/make.jl @@ -7,8 +7,8 @@ mathengine = MathJax3() # interlinks = InterLinks( # "NNlib" => "https://fluxml.ai/NNlib.jl/stable/", -# "GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/gnngraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv")), -# "GraphNeuralNetworks" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/graphneuralnetworks/", joinpath(dirname(dirname(@__DIR__)), "docs", "build", "objects.inv")),) +# "GNNGraphs" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GNNGraphs/", joinpath(dirname(dirname(@__DIR__)), "GNNGraphs", "docs", "build", "objects.inv")), +# "GraphNeuralNetworks" => ("https://carlolucibello.github.io/GraphNeuralNetworks.jl/GraphNeuralNetworks/", joinpath(dirname(dirname(@__DIR__)), "docs", "build", "objects.inv")),) makedocs(; doctest = false,