Skip to content

Commit

Permalink
Fixes typos, updates link to NX backend docs. (#3989)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
rlratzel authored Nov 8, 2023
1 parent 77bb291 commit c3b3cee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/nx-cugraph/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand All @@ -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.
Expand Down

0 comments on commit c3b3cee

Please sign in to comment.