From dee078ec8226ced21c0808082b4ed1a6cb45cc58 Mon Sep 17 00:00:00 2001 From: acostadon Date: Mon, 30 Sep 2024 09:56:53 -0400 Subject: [PATCH] Fixed style errors --- docs/cugraph/source/index.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cugraph/source/index.rst b/docs/cugraph/source/index.rst index b66ac6dee30..8a8c8a7fa13 100644 --- a/docs/cugraph/source/index.rst +++ b/docs/cugraph/source/index.rst @@ -66,14 +66,14 @@ Nx-cugraph offers those with existing NetworkX code, a **zero code change** opti from cugraph.datasets import karate G = karate.get_graph() - # Call cugraph.degree_centrality + # Call cugraph.degree_centrality vertex_bc = cugraph.degree_centrality(G) -There are several resources containing cuGraph examples, `the cuGraph notebook repository `_ +There are several resources containing cuGraph examples, `the cuGraph notebook repository `_ has many examples of loading graph data and running algorithms in Jupyter notebooks. -The `cuGraph test code _` contain python scripts setting up and calling cuGraph algorithms. -A simple example of `testing the degree centrality algorithm `_ -is a good place to start. Some of these show `multi-GPU tests/examples `_ with larger data sets as well. +The `cuGraph test code _` contain python scripts setting up and calling cuGraph algorithms. +A simple example of `testing the degree centrality algorithm `_ +is a good place to start. Some of these show `multi-GPU tests/examples `_ with larger data sets as well. .. toctree:: :maxdepth: 2