ray/doc/source
Archit Kulkarni 50e2bef9d0
[Jobs] Hide dashboard from Job Submission import path (#22223)
For public SDK APIs, change the import path from 

```python
from ray.dashboard.modules.job.common import JobStatus, JobStatusInfo
from ray.dashboard.modules.job.sdk import JobSubmissionClient
```

to 
```python
from ray.job_submission import JobStatus, JobSubmissionClient
```

`JobStatus`, `JobStatusInfo` and `JobSubmissionClient` were the only names referenced in the SDK doc so far, but we can add more later as they appear.
2022-02-09 13:55:32 -06:00
..
_includes [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_static [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_templates [Docs] Trial Fathom analytics for doc pages (#17056) 2021-07-14 14:11:52 -07:00
cluster [Jobs] Hide dashboard from Job Submission import path (#22223) 2022-02-09 13:55:32 -06:00
data [CI] Replace YAPF disables with Black disables (#21982) 2022-02-08 16:29:25 -08:00
images [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
ray-contribute [Doc] Correct information about code style (#21985) 2022-02-01 10:37:21 -08:00
ray-core [CI] Replace YAPF disables with Black disables (#21982) 2022-02-08 16:29:25 -08:00
ray-design-patterns [docs] Make design pattern example self contained (#20981) 2021-12-09 20:19:38 -08:00
ray-more-libs [docs] new structure (#21776) 2022-01-21 15:42:05 -08:00
ray-observability [RFC] [Core] Support disabling log redirection via RAY_LOG_TO_STDERR environment variable. (#21767) 2022-01-25 10:52:53 -08:00
ray-overview [Doc] Fix bad links of dask and mars in ray-libraries.rst (#22210) 2022-02-08 19:02:49 +08:00
ray-references [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
raysgd [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
rllib [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
serve [Doc] [Serve] Fix README's quick_start and add to test suite (#22228) 2022-02-09 11:49:47 -08:00
train [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
tune [tune] Single wait refactor. (#21852) 2022-02-09 15:31:17 +00:00
workflows [docs] landing page (fixes #21750) (#21859) 2022-01-26 17:14:25 -08:00
_toc.yml [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
conf.py [Docs ] Tune docs overhaul (first part) (#22112) 2022-02-07 15:47:03 +00:00
custom_directives.py Revert "[train] add TorchTensorboardProfilerCallback (#21864)" (#22117) 2022-02-04 08:54:16 -08:00
index.md [Docs] Ray Data docs target state (#21931) 2022-01-27 13:14:36 -08:00