Commit 0010b8e 1 parent 9b2a593 commit 0010b8e Copy full SHA for 0010b8e
File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ You can find a lot of examples in the `./examples` directory.
56
56
Gallery
57
57
-------
58
58
59
- .. image :: _static/jobset_plot.png
60
- .. image :: _static/gantt_comparison.svg
61
- .. image :: _static/gantt_off_mstates.svg
59
+ .. image :: ./docs/_static/out_jobs_example.png
60
+ .. image :: ./docs/_static/jobset_plot.png
61
+ .. image :: ./docs/_static/gantt_comparison.svg
62
+ .. image :: ./docs/_static/gantt_off_mstates.svg
62
63
Original file line number Diff line number Diff line change 11
11
12
12
class JobSet (object ):
13
13
'''
14
- A JobSet is a set of jobs with it state, its time properties and
15
- the resources it is associated with .
14
+ A JobSet is a set of jobs with their state, their time properties and
15
+ the resources they are associated to .
16
16
17
- It takes a dataframe in input that are intended to have the columns
17
+ It takes a dataframe as input that is intended to have the columns
18
18
defined in :py::`JobSet.columns`.
19
19
20
20
The `allocated_resources` one should contain the string representation
You can’t perform that action at this time.
0 commit comments