File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
GraphNeuralNetworks/docs/src Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- # GraphNeuralNetworks
1+ # GraphNeuralNetworks.jl
22
33GraphNeuralNetworks.jl is a graph neural network package based on the deep learning framework [ Flux.jl] ( https://github.com/FluxML/Flux.jl ) .
44
Original file line number Diff line number Diff line change 2121
2222docs = [
2323 package (" GraphNeuralNetworks.jl" , branch = " docs-graphneuralnetworks" ),
24- package (" GNNLux" , branch = " docs-gnnlux" ),
25- package (" GNNGraphs" , branch = " docs-gnngraphs" ),
26- package (" GNNlib" , branch = " docs-gnnlib" ),
24+ package (" GNNLux.jl " , branch = " docs-gnnlux" ),
25+ package (" GNNGraphs.jl " , branch = " docs-gnngraphs" ),
26+ package (" GNNlib.jl " , branch = " docs-gnnlib" ),
2727]
2828
2929outpath = joinpath (@__DIR__ , " build" )
3030
3131MultiDocumenter. make (
3232 outpath,
3333 docs;
34- search_engine = MultiDocumenter. SearchConfig (
35- index_versions = [" stable" ],
36- engine = MultiDocumenter. FlexSearch
37- ),
38- brand_image = MultiDocumenter. BrandImage (" " , " logo.svg" ),
34+ # search_engine = false, # https://github.com/JuliaComputing/MultiDocumenter.jl/issues/82
35+ brand_image = MultiDocumenter. BrandImage (@__DIR__ , " logo.svg" ),
3936 rootpath = " /GraphNeuralNetworks.jl/"
4037)
4138
You can’t perform that action at this time.
0 commit comments