Skip to content

Commit 0010b8e

Browse files
committed
Minor on doc
1 parent 9b2a593 commit 0010b8e

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ You can find a lot of examples in the `./examples` directory.
5656
Gallery
5757
-------
5858

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
6263

docs/_static/out_jobs_example.png

429 KB
Loading

evalys/jobset.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
class JobSet(object):
1313
'''
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.
1616
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
1818
defined in :py::`JobSet.columns`.
1919
2020
The `allocated_resources` one should contain the string representation

0 commit comments

Comments
 (0)