Skip to content

Commit

Permalink
Remove RTD configuration and references to RTD page (#1211)
Browse files Browse the repository at this point in the history
It's been some time since we started having the RTD page redirect to the RAPIDS docs, we should be good to remove the configuration files controlling this along with some outdated references to the old page.

Note that this won't actually unpublish the RTD redirect page, to do that we would need to delete the dask-cuda project from readthedocs.org - not opposed to doing this but figured it would make more sense to make less impactful changes first.

cc @bdice @pentschev

Authors:
  - Charles Blackmon-Luca (https://github.com/charlesbluca)
  - Lawrence Mitchell (https://github.com/wence-)

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Bradley Dice (https://github.com/bdice)
  - https://github.com/jakirkham

URL: #1211
  • Loading branch information
charlesbluca authored Jul 19, 2023
1 parent dab5c56 commit 8ff7af9
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 257 deletions.
7 changes: 0 additions & 7 deletions .readthedocs.yml

This file was deleted.

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![RTD](https://readthedocs.org/projects/dask-cuda/badge/?version=latest)](https://dask-cuda.readthedocs.io/en/latest/?badge=latest)

Dask CUDA
=========

Expand All @@ -20,7 +18,7 @@ cluster = LocalCUDACluster()
client = Client(cluster)
```

Documentation is available [here](https://dask-cuda.readthedocs.io/).
Documentation is available [here](https://docs.rapids.ai/api/dask-cuda/nightly/).

What this is not
----------------
Expand All @@ -32,4 +30,4 @@ systems. Parallelizing GPU libraries like [RAPIDS](https://rapids.ai) and
[CuPy](https://cupy.chainer.org) with Dask is an ongoing effort. You may wish
to read about this effort at [blog.dask.org](https://blog.dask.org) for more
information. Additional information about Dask-CUDA can also be found in the
[docs]( https://dask-cuda.readthedocs.io ).
[docs](https://docs.rapids.ai/api/dask-cuda/nightly/).
4 changes: 2 additions & 2 deletions dask_cuda/cuda_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ def del_pid_file():
warnings.warn(
"When using NVLink we recommend setting a "
"`rmm_pool_size`. Please see: "
"https://dask-cuda.readthedocs.io/en/latest/ucx.html"
"#important-notes for more details"
"https://docs.rapids.ai/api/dask-cuda/nightly/ucx/ "
"for more details"
)

if enable_nvlink and rmm_managed_memory:
Expand Down
4 changes: 2 additions & 2 deletions dask_cuda/local_cuda_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ def __init__(
warnings.warn(
"When using NVLink we recommend setting a "
"`rmm_pool_size`. Please see: "
"https://dask-cuda.readthedocs.io/en/latest/ucx.html"
"#important-notes for more details"
"https://docs.rapids.ai/api/dask-cuda/nightly/ucx/ "
"for more details"
)

self.rmm_log_directory = rmm_log_directory
Expand Down
19 changes: 0 additions & 19 deletions rtd/Makefile

This file was deleted.

211 changes: 0 additions & 211 deletions rtd/conf.py

This file was deleted.

1 change: 0 additions & 1 deletion rtd/index.rst

This file was deleted.

11 changes: 0 additions & 11 deletions rtd/templates/redirect.html

This file was deleted.

0 comments on commit 8ff7af9

Please sign in to comment.