From d21b1074f461fcc27ed8db0e2e36cbc3cdfd3b71 Mon Sep 17 00:00:00 2001 From: Vincent <0426vincent@gmail.com> Date: Sun, 22 Dec 2024 00:35:46 -0800 Subject: [PATCH 1/3] fix: docs cluster setup links Signed-off-by: Vincent <0426vincent@gmail.com> --- doc/source/ray-more-libs/joblib.rst | 2 +- doc/source/ray-more-libs/multiprocessing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/ray-more-libs/joblib.rst b/doc/source/ray-more-libs/joblib.rst index d41ed8aa4dab..043a125346e4 100644 --- a/doc/source/ray-more-libs/joblib.rst +++ b/doc/source/ray-more-libs/joblib.rst @@ -65,7 +65,7 @@ Run on a Cluster ---------------- This section assumes that you have a running Ray cluster. To start a Ray cluster, -please refer to the `cluster setup `__ instructions. +please refer to the :ref:`cluster setup ` instructions. To connect a scikit-learn to a running Ray cluster, you have to specify the address of the head node by setting the ``RAY_ADDRESS`` environment variable. diff --git a/doc/source/ray-more-libs/multiprocessing.rst b/doc/source/ray-more-libs/multiprocessing.rst index 7d027b734fd9..e7a351a82a48 100644 --- a/doc/source/ray-more-libs/multiprocessing.rst +++ b/doc/source/ray-more-libs/multiprocessing.rst @@ -44,7 +44,7 @@ Run on a Cluster ---------------- This section assumes that you have a running Ray cluster. To start a Ray cluster, -please refer to the `cluster setup `__ instructions. +please refer to the :ref:`cluster setup ` instructions. To connect a ``Pool`` to a running Ray cluster, you can specify the address of the head node in one of two ways: From b8fbb85884b4eab5d791cda475ca127844716259 Mon Sep 17 00:00:00 2001 From: V <0426vincent@gmail.com> Date: Thu, 2 Jan 2025 14:14:02 -0800 Subject: [PATCH 2/3] Update doc/source/ray-more-libs/joblib.rst Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: V <0426vincent@gmail.com> --- doc/source/ray-more-libs/joblib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ray-more-libs/joblib.rst b/doc/source/ray-more-libs/joblib.rst index 043a125346e4..3d9e5d6f818c 100644 --- a/doc/source/ray-more-libs/joblib.rst +++ b/doc/source/ray-more-libs/joblib.rst @@ -65,7 +65,7 @@ Run on a Cluster ---------------- This section assumes that you have a running Ray cluster. To start a Ray cluster, -please refer to the :ref:`cluster setup ` instructions. +see the :ref:`cluster setup ` instructions. To connect a scikit-learn to a running Ray cluster, you have to specify the address of the head node by setting the ``RAY_ADDRESS`` environment variable. From 0d0619487d99c01e2bbcdfa0ad2919a50ba7c5a2 Mon Sep 17 00:00:00 2001 From: V <0426vincent@gmail.com> Date: Mon, 6 Jan 2025 14:43:11 -0800 Subject: [PATCH 3/3] Update doc/source/ray-more-libs/multiprocessing.rst Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: V <0426vincent@gmail.com> --- doc/source/ray-more-libs/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ray-more-libs/multiprocessing.rst b/doc/source/ray-more-libs/multiprocessing.rst index e7a351a82a48..d57c4db54e0a 100644 --- a/doc/source/ray-more-libs/multiprocessing.rst +++ b/doc/source/ray-more-libs/multiprocessing.rst @@ -44,7 +44,7 @@ Run on a Cluster ---------------- This section assumes that you have a running Ray cluster. To start a Ray cluster, -please refer to the :ref:`cluster setup ` instructions. +see the :ref:`cluster setup ` instructions. To connect a ``Pool`` to a running Ray cluster, you can specify the address of the head node in one of two ways: