From 288f5a8f54ac0169bc94ff945a52c8d681d94d10 Mon Sep 17 00:00:00 2001 From: acostadon Date: Mon, 30 Sep 2024 12:04:00 -0400 Subject: [PATCH] responded to review comments --- docs/cugraph/source/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cugraph/source/index.rst b/docs/cugraph/source/index.rst index c68c8592b5..f937185f49 100644 --- a/docs/cugraph/source/index.rst +++ b/docs/cugraph/source/index.rst @@ -37,7 +37,7 @@ This includes several ways to set up cuGraph **Note: Windows use of RAPIDS depends on prior installation of** `WSL2 `_. -* From windows +* From Windows * `Conda `_ * `Docker `_ @@ -49,7 +49,7 @@ Build From Source To build from source, check each RAPIDS GitHub README for set up and build instructions. Further links are provided in the `selector tool `_. If additional help is needed reach out on our `Slack Channel `_. -CuGraph Using NetworkX Code +cuGraph Using NetworkX Code While the steps above are required to use the full suite of cuGraph graph analytics, cuGraph is now supported as a NetworkX backend using `nx-cugraph _. Nx-cugraph offers those with existing NetworkX code, a **zero code change** option with a growing list of supported algorithms.