From c96582014a0f4aad2cca9f70d88eaf36ee7679f5 Mon Sep 17 00:00:00 2001 From: Agata Skorupka <45850123+askorupka@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:33:11 +0100 Subject: [PATCH] update docs for heterognn support (#425) --- docs/src/api/conv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/api/conv.md b/docs/src/api/conv.md index eb9a5f9b1..8715f1e06 100644 --- a/docs/src/api/conv.md +++ b/docs/src/api/conv.md @@ -25,7 +25,7 @@ The table below lists all graph convolutional layers implemented in the *GraphNe | [`GATConv`](@ref) | | | ✓ | ✓ | ✓ | | [`GATv2Conv`](@ref) | | | ✓ | ✓ | ✓ | | [`GatedGraphConv`](@ref) | ✓ | | | | ✓ | -| [`GCNConv`](@ref) | ✓ | ✓ | | | | +| [`GCNConv`](@ref) | ✓ | ✓ | | ✓ | | | [`GINConv`](@ref) | ✓ | | | ✓ | ✓ | | [`GMMConv`](@ref) | | | ✓ | | | | [`GraphConv`](@ref) | ✓ | | | ✓ | ✓ | @@ -33,7 +33,7 @@ The table below lists all graph convolutional layers implemented in the *GraphNe | [`NNConv`](@ref) | | | ✓ | | | | [`ResGatedGraphConv`](@ref) | | | | ✓ | ✓ | | [`SAGEConv`](@ref) | ✓ | | | ✓ | ✓ | -| [`SGConv`](@ref) | ✓ | | | ✓ | ✓ | +| [`SGConv`](@ref) | ✓ | | | | ✓ | | [`TransformerConv`](@ref) | | | ✓ | | |