We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39cc72 commit 3fb61afCopy full SHA for 3fb61af
GraphNeuralNetworks/docs/make.jl
@@ -1,7 +1,6 @@
1
using Documenter
2
using GraphNeuralNetworks
3
-using Flux, GNNGraphs, GNNlib, Graphs, NNlib
4
-# using GNNGraphs, GNNlib # no need to load since they are re-exported by GraphNeuralNetworks
+using Flux, GNNGraphs, GNNlib, Graphs
5
using DocumenterInterLinks
6
7
DocMeta.setdocmeta!(GraphNeuralNetworks, :DocTestSetup, :(using GraphNeuralNetworks); recursive = true)
0 commit comments