From 84be4964e4e2956d7a1b88f2e24e1b07a3254b24 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Thu, 5 Sep 2024 13:57:55 -0400 Subject: [PATCH 1/5] Initial commit. Add nx-cugraph to API docs index page --- _data/docs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_data/docs.yml b/_data/docs.yml index 461a74abfb6..6008a11ef5a 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -46,6 +46,17 @@ apis: legacy: 1 stable: 1 nightly: 1 + nx-cugraph: + name: nx-cugraph + path: cugraph # TODO: determine where to point nx-cugraph api docs + desc: 'nx-cugraph is a NetworkX backend that provides GPU acceleration to many popular NetworkX algorithms. With nx-cugraph, users can have GPU-based, large-scale performance without needing to change their pre-existing NetworkX code.' + ghlink: https://github.com/rapidsai/nx-cugraph + cllink: https://github.com/rapidsai/nx-cugraph/blob/main/CHANGELOG.md + versions: + # enable or disable links; 0 = disabled, 1 = enabled + legacy: 0 + stable: 0 + nightly: 1 cuxfilter: name: cuxfilter path: cuxfilter From 9c1ade61c377778127c8026a452ab48cb807597a Mon Sep 17 00:00:00 2001 From: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:49:54 -0400 Subject: [PATCH 2/5] Update _data/docs.yml to include stable and legacy `nx-cugraph` Co-authored-by: Bradley Dice --- _data/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/docs.yml b/_data/docs.yml index 6008a11ef5a..6a185aee58b 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -54,8 +54,8 @@ apis: cllink: https://github.com/rapidsai/nx-cugraph/blob/main/CHANGELOG.md versions: # enable or disable links; 0 = disabled, 1 = enabled - legacy: 0 - stable: 0 + legacy: 1 + stable: 1 nightly: 1 cuxfilter: name: cuxfilter From 5458bbd731e42211aef44364e0f8b278ad723457 Mon Sep 17 00:00:00 2001 From: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:50:06 -0400 Subject: [PATCH 3/5] Update _data/docs.yml Co-authored-by: Bradley Dice --- _data/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/docs.yml b/_data/docs.yml index 6a185aee58b..42210583e5f 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -48,7 +48,7 @@ apis: nightly: 1 nx-cugraph: name: nx-cugraph - path: cugraph # TODO: determine where to point nx-cugraph api docs + path: cugraph desc: 'nx-cugraph is a NetworkX backend that provides GPU acceleration to many popular NetworkX algorithms. With nx-cugraph, users can have GPU-based, large-scale performance without needing to change their pre-existing NetworkX code.' ghlink: https://github.com/rapidsai/nx-cugraph cllink: https://github.com/rapidsai/nx-cugraph/blob/main/CHANGELOG.md From 6a5ffcccc5e786134dc8ce2f0460aabf430ee3e6 Mon Sep 17 00:00:00 2001 From: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:56:39 -0400 Subject: [PATCH 4/5] Update _data/docs.yml Co-authored-by: Bradley Dice --- _data/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/docs.yml b/_data/docs.yml index 42210583e5f..a598593cb2f 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -50,7 +50,7 @@ apis: name: nx-cugraph path: cugraph desc: 'nx-cugraph is a NetworkX backend that provides GPU acceleration to many popular NetworkX algorithms. With nx-cugraph, users can have GPU-based, large-scale performance without needing to change their pre-existing NetworkX code.' - ghlink: https://github.com/rapidsai/nx-cugraph + ghlink: https://github.com/rapidsai/cugraph cllink: https://github.com/rapidsai/nx-cugraph/blob/main/CHANGELOG.md versions: # enable or disable links; 0 = disabled, 1 = enabled From 35bf117f1b556cbb28b880911e366a08b673afc4 Mon Sep 17 00:00:00 2001 From: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:56:47 -0400 Subject: [PATCH 5/5] Update _data/docs.yml Co-authored-by: Bradley Dice --- _data/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/docs.yml b/_data/docs.yml index a598593cb2f..b0a2587558e 100644 --- a/_data/docs.yml +++ b/_data/docs.yml @@ -51,7 +51,7 @@ apis: path: cugraph desc: 'nx-cugraph is a NetworkX backend that provides GPU acceleration to many popular NetworkX algorithms. With nx-cugraph, users can have GPU-based, large-scale performance without needing to change their pre-existing NetworkX code.' ghlink: https://github.com/rapidsai/cugraph - cllink: https://github.com/rapidsai/nx-cugraph/blob/main/CHANGELOG.md + cllink: https://github.com/rapidsai/cugraph/blob/main/CHANGELOG.md versions: # enable or disable links; 0 = disabled, 1 = enabled legacy: 1