Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fixed README links to point to cuGraph API (#145)
Browse files Browse the repository at this point in the history
fixed doc links to push to new API

Authors:
  - Don Acosta (https://github.com/acostadon)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #145
  • Loading branch information
acostadon authored Mar 14, 2024
1 parent af8c770 commit 28624f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ It is optimized for NVLink systems like DGX A100 servers.
By working together with cuGraph, cuGraph-Ops, cuGraph-DGL, cuGraph-PyG,
and upstream DGL and PyG, it will be easy to build GNN applications.

## Table of content
## Table of Contents
- Installation
- [Getting WholeGraph Packages](./docs/wholegraph/source/installation/getting_wholegraph.md)
- [Building from Source](./docs/wholegraph/source/installation/source_build.md)
- [Getting WholeGraph Packages](https://docs.rapids.ai/api/cugraph/nightly/wholegraph/installation/getting_wholegraph/)
- [Building from Source](https://docs.rapids.ai/api/cugraph/nightly/wholegraph/installation/source_build/)
- General
- [WholeGraph Introduction](./docs/wholegraph/source/basics/wholegraph_intro.md)
- [WholeGraph Introduction](https://docs.rapids.ai/api/cugraph/nightly/wholegraph/basics/wholegraph_intro/)
- Packages
- libwholegraph (C/CUDA)
- pylibwholegraph
- API Docs
- Python
- C
- [Python](https://docs.rapids.ai/api/cugraph/nightly/api_docs/wholegraph/pylibwholegraph/)
- [C](https://docs.rapids.ai/api/cugraph/nightly/api_docs/wholegraph/libwholegraph/#wholegraph-c-api-documentation)
- Reference
- [RAPIDS](https://rapids.ai)
- [cuGraph](https://github.com/rapidsai/cugraph)

0 comments on commit 28624f8

Please sign in to comment.