Skip to content

Commit

Permalink
Removed libcugraph from docs as top level package and added descripti…
Browse files Browse the repository at this point in the history
…on to redirect to cuGraph (#454)

removed libcugraph links, changed description in libcugraph
added GNN info to description of cuGraph
  • Loading branch information
acostadon authored Nov 20, 2023
1 parent a953a5e commit 18ffe6a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions _data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apis:
cugraph:
name: cuGraph
path: cugraph
desc: 'cuGraph is a GPU accelerated graph analytics library, with functionality like NetworkX, which is seamlessly integrated into the RAPIDS data science platform.'
desc: 'cuGraph is a GPU accelerated graph analytics library, with functionality like NetworkX, which is seamlessly integrated into the RAPIDS data science platform. cuGraph supports GNNs with PyG, DGL packages and cugraph-ops (for low level optimized operations) as well as cugraph-service for analytics on a remote graph and WHOLEGRAPH for memory management.'
ghlink: https://github.com/rapidsai/cugraph
cllink: https://github.com/rapidsai/cugraph/blob/main/CHANGELOG.md
versions:
Expand Down Expand Up @@ -172,17 +172,6 @@ libs:
legacy: 1
stable: 1
nightly: 1
libcugraph:
name: libcugraph
path: libcugraph
desc: 'libcugraph is a C/C++ library for graph processing. The library provides a C++ API for users wanting low-level access to CUDA-based graph processes.'
ghlink: https://github.com/rapidsai/cugraph
cllink: https://github.com/rapidsai/cugraph/blob/main/CHANGELOG.md
versions:
# enable or disable links; 0 = disabled, 1 = enabled
legacy: 1
stable: 1
nightly: 1
libcuspatial:
name: libcuspatial
path: libcuspatial
Expand Down

0 comments on commit 18ffe6a

Please sign in to comment.