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 4a02343 commit 2cb45fdCopy full SHA for 2cb45fd
GNNGraphs/docs/make.jl
@@ -1,7 +1,8 @@
1
using Documenter
2
using DocumenterInterLinks
3
using GNNGraphs
4
-using Graphs
+import Graphs
5
+using Graphs: induced_subgraph
6
7
assets=[]
8
prettyurls = get(ENV, "CI", nothing) == "true"
GNNGraphs/docs/src/api/gnngraph.md
@@ -90,5 +90,5 @@ Private = false
90
```
91
92
```@docs
93
-Graphs.induced_subgraph
+Graphs.induced_subgraph(::GNNGraph, ::Vector{Int})
94
0 commit comments