Skip to content

Commit c965820

Browse files
authored
update docs for heterognn support (#425)
1 parent dda020c commit c965820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/api/conv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ The table below lists all graph convolutional layers implemented in the *GraphNe
2525
| [`GATConv`](@ref) | | ||||
2626
| [`GATv2Conv`](@ref) | | ||||
2727
| [`GatedGraphConv`](@ref) || | | ||
28-
| [`GCNConv`](@ref) ||| | | |
28+
| [`GCNConv`](@ref) ||| | | |
2929
| [`GINConv`](@ref) || | |||
3030
| [`GMMConv`](@ref) | | || | |
3131
| [`GraphConv`](@ref) || | |||
3232
| [`MEGNetConv`](@ref) | | || | |
3333
| [`NNConv`](@ref) | | || | |
3434
| [`ResGatedGraphConv`](@ref) | | | |||
3535
| [`SAGEConv`](@ref) || | |||
36-
| [`SGConv`](@ref) || | | ||
36+
| [`SGConv`](@ref) || | | ||
3737
| [`TransformerConv`](@ref) | | || | |
3838

3939

0 commit comments

Comments
 (0)