-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6e6bd8
commit 18f26fa
Showing
59 changed files
with
721 additions
and
736 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,40 @@ | ||
```@meta | ||
CurrentModule = GNNGraphs | ||
CollapsedDocStrings = true | ||
``` | ||
|
||
# Heterogeneous Graphs | ||
|
||
|
||
## GNNHeteroGraph | ||
Documentation page for the type `GNNHeteroGraph` representing heterogeneous graphs, where nodes and edges can have different types. | ||
|
||
|
||
```@autodocs | ||
Modules = [GNNGraphs] | ||
Pages = ["gnnheterograph.jl"] | ||
Private = false | ||
``` | ||
|
||
```@docs | ||
Graphs.has_edge(::GNNHeteroGraph, ::Tuple{Symbol, Symbol, Symbol}, ::Integer, ::Integer) | ||
## Query | ||
|
||
```@autodocs | ||
Modules = [GNNGraphs] | ||
Pages = ["gnnheterograph/query.jl"] | ||
Private = false | ||
``` | ||
|
||
## Transform | ||
|
||
```@autodocs | ||
Modules = [GNNGraphs] | ||
Pages = ["gnnheterograph/transform.jl"] | ||
Private = false | ||
``` | ||
|
||
## Generate | ||
|
||
```@autodocs | ||
Modules = [GNNGraphs] | ||
Pages = ["gnnheterograph/generate.jl"] | ||
Private = false | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.