From eebbb92c9d8dbebb6b7f6b713db5ca605adad140 Mon Sep 17 00:00:00 2001 From: acostadon Date: Fri, 23 Feb 2024 15:22:51 -0500 Subject: [PATCH] removed rst file, the data is now in md file under nx cugraph --- docs/cugraph/source/basics/nx_cuGraph_algos.rst | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/cugraph/source/basics/nx_cuGraph_algos.rst diff --git a/docs/cugraph/source/basics/nx_cuGraph_algos.rst b/docs/cugraph/source/basics/nx_cuGraph_algos.rst deleted file mode 100644 index 66701ea1fe5..00000000000 --- a/docs/cugraph/source/basics/nx_cuGraph_algos.rst +++ /dev/null @@ -1,15 +0,0 @@ -######################################### -nx_cugraph as a backend for NetworkX code -######################################### - -Wheras previous versions of cuGraph have included mechanisms to make it -trivial to plug in cuGraph algorithm calls. Beginning with version 24.02, nx-cuGraph -is now a `networkX backend `. -The user now need only `install nx-cugraph ` -to experience GPU speedups. - -The following algorithms are suppored and automatically dispatched to nx-cuGraph for acceleration. - - - -