From 270a1dec6290ce6dd933a609b56a3e7f4717bee8 Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Tue, 7 Nov 2023 01:54:35 -0600 Subject: [PATCH] Added nx-cugraph and News section. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 560d1483242..5a4ffa64d22 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,13 @@ ----- +## News -## Table of content +[nx-cugraph](./python/nx-cugraph/README.md) is a NetworkX backend that's available to provide GPU acceleration to NetworkX. + +----- + +## Table of contents - Installation - [Getting cuGraph Packages](./docs/cugraph/source/installation/getting_cugraph.md) - [Building from Source](./docs/cugraph/source/installation/source_build.md) @@ -52,6 +57,7 @@ - [External Data Types](./readme_pages/data_types.md) - [pylibcugraph](./readme_pages/pylibcugraph.md) - [libcugraph (C/C++/CUDA)](./readme_pages/libcugraph.md) + - [nx-cugraph](./python/nx-cugraph/README.md) - [cugraph-service](./readme_pages/cugraph_service.md) - [cugraph-dgl](./readme_pages/cugraph_dgl.md) - [cugraph-ops](./readme_pages/cugraph_ops.md)