ray/dashboard/modules/job
Archit Kulkarni 76bb5396c7
[Doc] [jobs] Add links to Job Submission and improve doc (#23209)
- Adds links to Job Submission from existing library tutorials where `ray submit` is used.  When Jobs becomes GA, we should fully replace the uses of `ray submit` with Ray job submission and ensure this is tested.
- Adds docstrings for the Jobs SDK, which automatically show up in the API reference
- Improve the Job Submission main page
- Add a "Deployment Guide" landing page explaining when to use Ray Client vs Ray Jobs

Co-authored-by: Edward Oakes <ed.nmi.oakes@gmail.com>
2022-03-18 12:52:13 -05:00
..
tests [jobs] Add entrypoint field to JobInfo (#23253) 2022-03-16 22:02:22 -05:00
__init__.py Job module without submission (#13081) 2020-12-31 11:12:17 +08:00
cli.py [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
common.py [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
job_head.py [Job submission] Add list_jobs API (#22679) 2022-03-01 21:27:09 -06:00
job_manager.py [jobs] Add entrypoint field to JobInfo (#23253) 2022-03-16 22:02:22 -05:00
sdk.py [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
utils.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00