Skip to content

Commit 2cb45fd

Browse files
committed
fix?
1 parent 4a02343 commit 2cb45fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

GNNGraphs/docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
using Documenter
22
using DocumenterInterLinks
33
using GNNGraphs
4-
using Graphs
4+
import Graphs
5+
using Graphs: induced_subgraph
56

67
assets=[]
78
prettyurls = get(ENV, "CI", nothing) == "true"

GNNGraphs/docs/src/api/gnngraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ Private = false
9090
```
9191

9292
```@docs
93-
Graphs.induced_subgraph
93+
Graphs.induced_subgraph(::GNNGraph, ::Vector{Int})
9494
```

0 commit comments

Comments
 (0)