Skip to content

Commit

Permalink
hover-over popups on table
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Oct 10, 2023
1 parent 7746ef1 commit 7eb0aa5
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions docs/cugraph/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,42 +1,40 @@
RAPIDS Graph documentation
==========================
*Making graph analytics fast and easy regardless of scale*
.. image:: images/cugraph_logo_2.png
:width: 600

RAPIDS Graph covers a range of graph libraries and packages, that includes:
*Making graph analytics fast and easy regardless of scale*


.. list-table:: RAPIDS Graph
:widths: 25 25 50
.. list-table:: RAPIDS Graph covers a range of graph libraries and packages, that includes:
:widths: 25 25 25
:header-rows: 1

* - Core
- GNN
- Extension
* - cugraph
- cugraph-ops
- cugraph-service
* - pylibcugraph
- cugraph-dgl
* - :abbr:`cugraph (Heavy-weight Python wrapper with lot of guard rails)`
- :abbr:`cugraph-ops (GPU-accelerated GNN aggregators and operators)`
- :abbr:`cugraph-service (Graph-as-a-service provides both Client and Server packages)`
* - :abbr:`pylibcugraph (light-weight Python wrapper no guard rails)`
- :abbr:`cugraph-dgl (GPU-accelerated extensions for use with the DGL framework)`
-
* - libcugraph
- cugraph-pyg
* - :abbr:`libcugraph (C++ API)`
- :abbr:`cugraph-pyg (GPU-accelerated extensions for use with the PyG framework)`
-
* - libcugraph_etl
- wholegraph
* - :abbr:`libcugraph_etl (C++ renumbering function for strings)`
- :abbr:`wholegraph (shared memory-based GPU-accelerated GNN training)`
-

..
|
|

A description of the package are:

* cugraph: GPU-accelerated graph algorithms
* cugraph-ops: GPU-accelerated GNN aggregators and operators
* cugraph-service: multi-user, remote GPU-accelerated graph algorithm service
* cugraph-pyg: GPU-accelerated extensions for use with the PyG framework
* cugraph-dgl: GPU-accelerated extensions for use with the DGL framework
* wholegraph: shared memory-based GPU-accelerated GNN training

cuGraph is a library of graph algorithms that seamlessly integrates into the RAPIDS data science ecosystem and allows the data scientist to easily call graph algorithms using data stored in GPU DataFrames, NetworkX Graphs, or even CuPy or SciPy sparse Matrices.
cuGraph is a library of graph algorithms that seamlessly integrates into the
RAPIDS data science ecosystem and allows the data scientist to easily call
graph algorithms using data stored in GPU DataFrames, NetworkX Graphs, or
even CuPy or SciPy sparse Matrices.

Note: We are redoing all of our documents, please be patient as we update
the docs and links
Expand Down

0 comments on commit 7eb0aa5

Please sign in to comment.