Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 9, 2024
1 parent 99ca1c0 commit 9168d3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GraphNeuralNetworks
# GraphNeuralNetworks.jl

GraphNeuralNetworks.jl is a graph neural network package based on the deep learning framework [Flux.jl](https://github.com/FluxML/Flux.jl).

Expand Down
13 changes: 5 additions & 8 deletions docs/make-multi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,18 @@ end

docs = [
package("GraphNeuralNetworks.jl", branch = "docs-graphneuralnetworks"),
package("GNNLux", branch = "docs-gnnlux"),
package("GNNGraphs", branch = "docs-gnngraphs"),
package("GNNlib", branch = "docs-gnnlib"),
package("GNNLux.jl", branch = "docs-gnnlux"),
package("GNNGraphs.jl", branch = "docs-gnngraphs"),
package("GNNlib.jl", branch = "docs-gnnlib"),
]

outpath = joinpath(@__DIR__, "build")

MultiDocumenter.make(
outpath,
docs;
search_engine = MultiDocumenter.SearchConfig(
index_versions = ["stable"],
engine = MultiDocumenter.FlexSearch
),
brand_image = MultiDocumenter.BrandImage("", "logo.svg"),
# search_engine = false, # https://github.com/JuliaComputing/MultiDocumenter.jl/issues/82
brand_image = MultiDocumenter.BrandImage(@__DIR__, "logo.svg"),
rootpath = "/GraphNeuralNetworks.jl/"
)

Expand Down

0 comments on commit 9168d3a

Please sign in to comment.