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
2
2
3
3
GraphNeuralNetworks.jl is a graph neural network package based on the deep learning framework [ Flux.jl] ( https://github.com/FluxML/Flux.jl ) .
4
4
Original file line number Diff line number Diff line change 21
21
22
22
docs = [
23
23
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" ),
27
27
]
28
28
29
29
outpath = joinpath (@__DIR__ , " build" )
30
30
31
31
MultiDocumenter. make (
32
32
outpath,
33
33
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" ),
39
36
rootpath = " /GraphNeuralNetworks.jl/"
40
37
)
41
38
You can’t perform that action at this time.
0 commit comments