From 35ac6e813c40ef7c75f25ebe62f7e03cf5360f89 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Tue, 3 Sep 2024 14:09:00 -0700 Subject: [PATCH] Point users towards nx-cugraph landing page --- user-guide/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-guide/user-guide.md b/user-guide/user-guide.md index 39270a23dec..7bd65b0efd0 100644 --- a/user-guide/user-guide.md +++ b/user-guide/user-guide.md @@ -39,7 +39,7 @@ The RAPIDS data science framework is a collection of libraries for running end-t ** Graph Analytics with [cuGraph](https://github.com/rapidsai/cugraph){: target="_blank"}**: - Start with the [Easy Path](/api/cugraph/stable/basics/nx_transition/#easy-path-use-networkx-graph-objects-accelerated-algorithms){: target="_blank"} to use NetworkX graph objects with accelerated algorithms. There is also a general [cuGraph Introduction](/api/cugraph/stable/basics/cugraph_intro/){: target="_blank"}. + Start with the [Easy Path](/api/cugraph/stable/basics/nx_transition/#easy-path-use-networkx-graph-objects-accelerated-algorithms){: target="_blank"} to use NetworkX graph objects with accelerated algorithms. Or, use [nx-cugraph](/api/cugraph/stable/nx_cugraph/nx_cugraph/){: target="_blank"} to use the NetworkX API with a zero code-change GPU accelerated backend. There is also a general [cuGraph Introduction](/api/cugraph/stable/basics/cugraph_intro/){: target="_blank"}. {: .mb-8 }