File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
docs/detailed-documentation/job Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
28
28
< dl >
29
29
< dt > < code class ="name "> < a title ="codeflare_sdk.job.jobs " href ="jobs.html "> codeflare_sdk.job.jobs</ a > </ code > </ dt >
30
30
< dd >
31
- < div class ="desc "> </ div >
31
+ < div class ="desc "> < p > The jobs sub-module contains methods needed to submit Distributed Data Parallel(DDP) jobs to Ray Clusters created by the CodeFlare SDK. </ p > < /div >
32
32
</ dd >
33
33
< dt > < code class ="name "> < a title ="codeflare_sdk.job.ray_jobs " href ="ray_jobs.html "> codeflare_sdk.job.ray_jobs</ a > </ code > </ dt >
34
34
< dd >
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1, minimum-scale=1 " />
6
6
< meta name ="generator " content ="pdoc 0.10.0 " />
7
7
< title > codeflare_sdk.job.jobs API documentation</ title >
8
- < meta name ="description " content ="" />
8
+ < meta name ="description " content ="The jobs sub-module contains methods needed to submit Distributed Data Parallel(DDP) jobs to Ray Clusters created by the CodeFlare SDK. " />
9
9
< link rel ="preload stylesheet " as ="style " href ="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/sanitize.min.css " integrity ="sha256-PK9q560IAAa6WVRRh76LtCaI8pjTJ2z11v0miyNNjrs= " crossorigin >
10
10
< link rel ="preload stylesheet " as ="style " href ="https://cdnjs.cloudflare.com/ajax/libs/10up-sanitize.css/11.0.1/typography.min.css " integrity ="sha256-7l/o7C8jubJiy74VsKTidCy1yBkRtiUGbVkYBylBqUg= " crossorigin >
11
11
< link rel ="stylesheet preload " as ="style " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/github.min.css " crossorigin >
22
22
< h1 class ="title "> Module < code > codeflare_sdk.job.jobs</ code > </ h1 >
23
23
</ header >
24
24
< section id ="section-intro ">
25
+ < p > The jobs sub-module contains methods needed to submit Distributed Data Parallel(DDP) jobs to Ray Clusters created by the CodeFlare SDK.</ p >
25
26
< details class ="source ">
26
27
< summary >
27
28
< span > Expand source code</ span >
@@ -40,6 +41,9 @@ <h1 class="title">Module <code>codeflare_sdk.job.jobs</code></h1>
40
41
# See the License for the specific language governing permissions and
41
42
# limitations under the License.
42
43
44
+ """
45
+ The jobs sub-module contains methods needed to submit Distributed Data Parallel(DDP) jobs to Ray Clusters created by the CodeFlare SDK.
46
+ """
43
47
44
48
import abc
45
49
from typing import TYPE_CHECKING, Optional, Dict, List
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
+ """
16
+ The jobs sub-module contains methods needed to submit Distributed Data Parallel(DDP) jobs to Ray Clusters created by the CodeFlare SDK.
17
+ """
15
18
16
19
import abc
17
20
from typing import TYPE_CHECKING , Optional , Dict , List
You can’t perform that action at this time.
0 commit comments