Skip to content

Commit 17ed4c3

Browse files
authored
Copyedits for grammar and standardization
1 parent 59b887d commit 17ed4c3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/getting_started.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Install from pip
2121
2222
pip install psij
2323
24-
Install from source
24+
Install from Source
2525
^^^^^^^^^^^^^^^^^^^
2626

2727
.. code-block:: console
@@ -40,16 +40,15 @@ plus a bunch of attributes. Static job attributes such as resource requirements
4040
are defined by the :class:`JobSpec <psij.job_spec.JobSpec>` at
4141
creation. Dynamic job attributes such as the :class:`JobState
4242
<psij.job_state.JobState>` are modified by :class:`JobExecutors
43-
<psij.job_executor.JobExecutor>` as the :class:`Job <psij.job.Job>`
44-
progresses through its lifecycle.
43+
<psij.job_executor.JobExecutor>` as a Job progresses through its lifecycle.
4544

4645
A :class:`JobExecutor <psij.job_executor.JobExecutor>` represents a specific
4746
Resource Manager, e.g. Slurm, on which the Job is being executed. Generally,
4847
when jobs are submitted, they will be queued for a variable period of time,
49-
depending on how busy the target machine is. Once the Job is started, its
48+
depending on how busy the target machine is. Once a Job is started, its
5049
executable is launched and runs to completion.
5150

52-
In PSI/J, a job is submitted by :meth:`JobExecutor.submit(Job)
51+
In PSI/J, a Job is submitted by :meth:`JobExecutor.submit(Job)
5352
<psij.job_executor.JobExecutor.submit>` which permanently binds the Job to that
5453
executor and submits it to the underlying resource manager.
5554

0 commit comments

Comments
 (0)