Skip to content

Commit

Permalink
Reorganise NVIDIA cloud platforms (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtomlinson authored Jan 21, 2025
1 parent 65e6acf commit 8793c48
Show file tree
Hide file tree
Showing 21 changed files with 14 additions and 2,050 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ conda:
environment: conda/environments/deployment_docs.yml

sphinx:
configuration: source/conf.py
builder: dirhtml
1 change: 1 addition & 0 deletions conda/environments/deployment_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ dependencies:
- sphinx-design>=0.6.1
- sphinxcontrib-mermaid>=1.0.0
- python-frontmatter>=1.1.0
- sphinx-reredirects
7 changes: 3 additions & 4 deletions source/_includes/menus/nvidia.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
:gutter: 2 2 2 2
````{grid-item-card}
:link: /cloud/nvidia/bcp
:link: /cloud/nvidia/brev
:link-type: doc
Base Command Platform
Brev.dev
^^^
Run RAPIDS workloads on NVIDIA DGX Cloud with Base Command Platform.
Deploy and run RAPIDS on NVIDIA Brev
{bdg}`single-node`
{bdg}`multi-node`
````
`````
Binary file removed source/_static/images/cloud/nvidia/bcp-dask.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed source/_static/images/cloud/nvidia/bcp-jupyter.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed source/_static/images/cloud/nvidia/bcp-projects.png
Binary file not shown.
Binary file removed source/_static/images/cloud/nvidia/bcp-rapids.png
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion source/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ html_theme.sidebar_secondary.remove: true

# Cloud

## NVIDIA DGX Cloud
## NVIDIA Cloud Platforms

```{include} ../_includes/menus/nvidia.md
Expand Down
87 changes: 0 additions & 87 deletions source/cloud/nvidia/bcp.md

This file was deleted.

4 changes: 2 additions & 2 deletions source/platforms/brev-dev.md → source/cloud/nvidia/brev.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Brev.dev
# NVIDIA Brev

The [Brev](https://brev.dev/) platform provides you with GPU instances on cloud providers including [Amazon Web Services](https://aws.amazon.com/) and [Google Cloud](https://cloud.google.com) with CUDA, Python, Jupyter Lab, all set up.
The [NVIDIA Brev](https://brev.dev/) platform provides you with GPU instances on cloud providers including [Amazon Web Services](https://aws.amazon.com/) and [Google Cloud](https://cloud.google.com) with CUDA, Python, Jupyter Lab, all set up.

You can get up and running with RAPIDS in a few quicks thanks to the Brev RAPIDS quickstart.

Expand Down
10 changes: 2 additions & 8 deletions source/cloud/nvidia/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ review_priority: "index"
html_theme.sidebar_secondary.remove: true
---

# NVIDIA DGX Cloud

```{note}
NVIDIA DGX™ Cloud is an AI platform for enterprise developers, optimized for the demands of generative AI.
[Learn more at nvidia.com](https://www.nvidia.com/en-gb/data-center/dgx-cloud/).
```
# NVIDIA Cloud Platforms

```{include} ../../_includes/menus/nvidia.md
Expand All @@ -19,5 +13,5 @@ NVIDIA DGX™ Cloud is an AI platform for enterprise developers, optimized for t
---
hidden: true
---
bcp
brev
```
4 changes: 4 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
"dask_cuda": ("https://docs.rapids.ai/api/dask-cuda/stable/", None),
}

redirects = {
"platforms/brev-dev": "cloud/nvidia/brev/",
}


def setup(app):
app.add_css_file("https://docs.rapids.ai/assets/css/custom.css")
Expand Down
1 change: 0 additions & 1 deletion source/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ html_theme.sidebar_secondary.remove: true
# Workflow Examples

```{notebookgallerytoctree}
xgboost-gpu-hpo-job-parallel-ngc/notebook
xgboost-gpu-hpo-job-parallel-k8s/notebook
xgboost-gpu-hpo-mnmg-parallel-k8s/notebook
rapids-optuna-hpo/notebook
Expand Down
Loading

0 comments on commit 8793c48

Please sign in to comment.