From e84de882d34720e3c673aeb343b73321ab173faf Mon Sep 17 00:00:00 2001 From: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:06:01 +0900 Subject: [PATCH] Update Bug In Algo Table (#74) Small fix to the Bipartite algorithms table. Authors: - Ralph Liu (https://github.com/nv-rliu) Approvers: - Don Acosta (https://github.com/acostadon) URL: https://github.com/rapidsai/cugraph-docs/pull/74 --- .../nx_cugraph/supported-algorithms.rst | 34 +++++++++---------- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst b/docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst index 8dc3c5b..1193e2d 100644 --- a/docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst +++ b/docs/cugraph-docs/source/nx_cugraph/supported-algorithms.rst @@ -13,23 +13,31 @@ Below is the list of algorithms that are currently supported in nx-cugraph. Algorithms ---------- ++--------------------------+ +| **Bipartite** | ++==========================+ +| betweenness_centrality | ++--------------------------+ +| complete_bipartite_graph | ++--------------------------+ + +-----------------------------+ | **Centrality** | +=============================+ | betweenness_centrality | +-----------------------------+ -| edge_betweenness_centrality | -+-----------------------------+ | degree_centrality | +-----------------------------+ -| in_degree_centrality | -+-----------------------------+ -| out_degree_centrality | +| edge_betweenness_centrality | +-----------------------------+ | eigenvector_centrality | +-----------------------------+ +| in_degree_centrality | ++-----------------------------+ | katz_centrality | +-----------------------------+ +| out_degree_centrality | ++-----------------------------+ +---------------------+ | **Cluster** | @@ -49,13 +57,6 @@ Algorithms | louvain_communities | +--------------------------+ -+--------------------------+ -| **Bipartite** | -+==========================+ -| betweenness_centrality | -| complete_bipartite_graph | -+--------------------------+ - +------------------------------------+ | **Components** | +====================================+ @@ -63,14 +64,12 @@ Algorithms +------------------------------------+ | is_connected | +------------------------------------+ +| is_weakly_connected | ++------------------------------------+ | node_connected_component | +------------------------------------+ | number_connected_components | +------------------------------------+ -| weakly_connected | -+------------------------------------+ -| is_weakly_connected | -+------------------------------------+ | number_weakly_connected_components | +------------------------------------+ | weakly_connected_components | @@ -352,5 +351,4 @@ Generators +-------------------------------+ -To request nx-cugraph backend support for a NetworkX API that is not listed -above, visit the `nx-cugraph GitHub repo `_. +To request nx-cugraph backend support for a NetworkX API that is not listed above, visit the `nx-cugraph GitHub repo `_.