[core][docs] Update misleading Ray job diagram#59940
[core][docs] Update misleading Ray job diagram#59940edoakes merged 8 commits intoray-project:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Ray job submission diagram to be more accurate, reflecting two primary ways to run a job instead of three. The change involves replacing the old SVG diagram with a new PNG version and updating the corresponding markdown file. The change is clear and achieves its goal. I've added one suggestion to consider using SVG format for the new diagram for better scalability and quality.
…es/fix-jobs-diagram
|
I noticed that in the doc https://docs.ray.io/en/latest/cluster/running-applications/job-submission/index.html, the "Running Jobs Interactively" section still includes Ray Client. However, when using Ray Client, the Python driver runs on the local machine, which may be worth clarifying in the docs. |
…es/fix-jobs-diagram
20df9ad to
598633f
Compare
Good call out, but in general we want to de-emphasize using Ray Client. It's listed as "experts only" in that docs page, so I'd prefer to leave it out of the diagram. |
|
Manually checked the rendering of the image, looks good |
…es/fix-jobs-diagram
…es/fix-jobs-diagram
Before: <img width="616" height="210" alt="Screenshot 2026-01-07 at 11 03 26 AM" src="https://github.com/user-attachments/assets/139496f4-136d-4ade-9ec5-ad788cc4f8f9" /> After: <img width="5000" height="2812" alt="ray-job-diagram" src="https://github.com/user-attachments/assets/e9c653be-3191-458d-9fa1-30329c395496" /> --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: jeffery4011 <jefferyshen1015@gmail.com>
Before: <img width="616" height="210" alt="Screenshot 2026-01-07 at 11 03 26 AM" src="https://github.com/user-attachments/assets/139496f4-136d-4ade-9ec5-ad788cc4f8f9" /> After: <img width="5000" height="2812" alt="ray-job-diagram" src="https://github.com/user-attachments/assets/e9c653be-3191-458d-9fa1-30329c395496" /> --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
Before: <img width="616" height="210" alt="Screenshot 2026-01-07 at 11 03 26 AM" src="https://github.com/user-attachments/assets/139496f4-136d-4ade-9ec5-ad788cc4f8f9" /> After: <img width="5000" height="2812" alt="ray-job-diagram" src="https://github.com/user-attachments/assets/e9c653be-3191-458d-9fa1-30329c395496" /> --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
Before: <img width="616" height="210" alt="Screenshot 2026-01-07 at 11 03 26 AM" src="https://github.com/user-attachments/assets/139496f4-136d-4ade-9ec5-ad788cc4f8f9" /> After: <img width="5000" height="2812" alt="ray-job-diagram" src="https://github.com/user-attachments/assets/e9c653be-3191-458d-9fa1-30329c395496" /> --------- Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com> Signed-off-by: peterxcli <peterxcli@gmail.com>
Before:
After: