From c3b3ceec056723fc0ac9dfadeba7373e1e88387b Mon Sep 17 00:00:00 2001 From: Rick Ratzel <3039903+rlratzel@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:07:29 -0600 Subject: [PATCH] Fixes typos, updates link to NX backend docs. (#3989) * Fixes typos (repeated word, extra periods) * Updates link to the current docs on NetworkX backends Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Ray Douglass (https://github.com/raydouglass) --- python/nx-cugraph/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/nx-cugraph/README.md b/python/nx-cugraph/README.md index 148fb2f0993..273a6112d77 100644 --- a/python/nx-cugraph/README.md +++ b/python/nx-cugraph/README.md @@ -1,7 +1,7 @@ # nx-cugraph ## Description -[RAPIDS](https://rapids.ai) nx-cugraph is a [backend to NetworkX](https://networkx.org/documentation/stable/reference/classes/index.html#backends) +[RAPIDS](https://rapids.ai) nx-cugraph is a [backend to NetworkX](https://networkx.org/documentation/stable/reference/utils.html#backends) to run supported algorithms with GPU acceleration. ## System Requirements @@ -13,7 +13,7 @@ nx-cugraph requires the following: * Python versions 3.9, 3.10, or 3.11 * NetworkX >= version 3.2 -More details about system requirements can be found in the [RAPIDS System Requirements documentation](https://docs.rapids.ai/install#system-req).. +More details about system requirements can be found in the [RAPIDS System Requirements documentation](https://docs.rapids.ai/install#system-req). ## Installation @@ -35,7 +35,7 @@ Notes: ## Enabling nx-cugraph NetworkX will use nx-cugraph as the graph analytics backend if any of the -following are are used: +following are used: ### `NETWORKX_AUTOMATIC_BACKENDS` environment variable. The `NETWORKX_AUTOMATIC_BACKENDS` environment variable can be used to have NetworkX automatically dispatch to specified backends an API is called that the backend supports.