Skip to content

Commit c4d69f5

Browse files
committed
test
1 parent d2ec0e5 commit c4d69f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

GNNGraphs/docs/make.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ using Documenter
22
using DocumenterInterLinks
33
using GNNGraphs
44
using MLUtils # this is needed by setdocmeta!
5-
import Graphs
65
using Graphs: induced_subgraph, has_edge
76

87

GNNGraphs/docs/src/api/heterograph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Modules = [GNNGraphs]
2222
Pages = ["gnnheterograph/query.jl"]
2323
Private = false
2424
```
25+
2526
```@docs
2627
Graphs.has_edge(g::GNNHeteroGraph, edge_t::EType, i::Integer, j::Integer)
2728
```

0 commit comments

Comments
 (0)