Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Removing User Guide pages that will be source of truth on docs.nvidia… #9362

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ via the [RAPIDS](https://rapids.ai) libraries.

Documentation on the current release can be found [here](https://nvidia.github.io/spark-rapids/).

To get started and try the plugin out use the [getting started guide](./docs/get-started/getting-started.md).
To get started and try the plugin out use the [getting started guide](https://docs.nvidia.com/spark-rapids/user-guide/latest/getting-started/overview.html).

## Compatibility

Expand All @@ -17,7 +17,7 @@ Operator compatibility is documented [here](./docs/compatibility.md)
## Tuning

To get started tuning your job and get the most performance out of it please start with the
[tuning guide](./docs/tuning-guide.md).
[tuning guide](https://docs.nvidia.com/spark-rapids/user-guide/latest/tuning-guide.html).

## Configuration

Expand Down Expand Up @@ -46,7 +46,7 @@ Tests are described [here](tests/README.md).
## Integration
The RAPIDS Accelerator For Apache Spark does provide some APIs for doing zero copy data
transfer into other GPU enabled applications. It is described
[here](docs/additional-functionality/ml-integration.md).
[here](https://docs.nvidia.com/spark-rapids/user-guide/latest/additional-functionality/ml-integration.html).

Currently, we are working with XGBoost to try to provide this integration out of the box.

Expand All @@ -59,8 +59,8 @@ access to any of the memory that RMM is holding.
The Qualification and Profiling tools have been moved to
[nvidia/spark-rapids-tools](https://github.com/NVIDIA/spark-rapids-tools) repo.

Please refer to [Qualification tool documentation](docs/spark-qualification-tool.md)
and [Profiling tool documentation](docs/spark-profiling-tool.md)
Please refer to [Qualification tool documentation](https://docs.nvidia.com/spark-rapids/user-guide/latest/spark-qualification-tool.html)
and [Profiling tool documentation](https://docs.nvidia.com/spark-rapids/user-guide/latest/spark-profiling-tool.html)
for more details on how to use the tools.

## Dependency for External Projects
Expand Down
654 changes: 0 additions & 654 deletions docs/FAQ.md

This file was deleted.

149 changes: 0 additions & 149 deletions docs/additional-functionality/delta-lake-support.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/additional-functionality/filecache.md

This file was deleted.

78 changes: 0 additions & 78 deletions docs/additional-functionality/iceberg-support.md

This file was deleted.

78 changes: 0 additions & 78 deletions docs/additional-functionality/ml-integration.md

This file was deleted.

Loading