From c0b97c5c66ab4c968885ee5ad9762dbe8e8bb3f3 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Fri, 22 Nov 2024 11:24:32 -0800 Subject: [PATCH] Add small blurb to ray page to point towards Daft Launcher docs --- .../user_guide/distributed-computing/daft-launcher.rst | 2 ++ docs/source/user_guide/integrations/ray.rst | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/docs/source/user_guide/distributed-computing/daft-launcher.rst b/docs/source/user_guide/distributed-computing/daft-launcher.rst index f5bc1a87e6..6f968b9616 100644 --- a/docs/source/user_guide/distributed-computing/daft-launcher.rst +++ b/docs/source/user_guide/distributed-computing/daft-launcher.rst @@ -1,3 +1,5 @@ +.. _daft_launcher: + Daft Launcher ===================== diff --git a/docs/source/user_guide/integrations/ray.rst b/docs/source/user_guide/integrations/ray.rst index 4f1444a042..30079c7eb7 100644 --- a/docs/source/user_guide/integrations/ray.rst +++ b/docs/source/user_guide/integrations/ray.rst @@ -88,3 +88,9 @@ To submit this script as a job, use the Ray CLI, which can be installed with `pi For more information about Ray jobs, see `Ray docs -> Ray Jobs Overview `_. + +Daft Launcher +----- +Running Ray manually, especially if it's your first time, may be cumbersome. +In order to help with the getting-started process, we've built an easy-to-use *launcher* which can help you abstract away some of the complexities of running Ray. +To learn more about our launcher, "daft-launcher", read more :ref:`here `.