Skip to content

Commit

Permalink
Better section titles
Browse files Browse the repository at this point in the history
Co-authored-by: tang-mm <[email protected]>
  • Loading branch information
Hook25 and tang-mm authored Mar 11, 2024
1 parent 2b2a27f commit 059efb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/job-status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Checkbox job always receives a finishing status either automatically or
manually. The following is a description of what each status means and when/how
it is received.

Passing Jobs
Passed Jobs
------------

The Passing outcome is the marker for a successful run. It can be assigned in
Expand Down Expand Up @@ -41,7 +41,7 @@ Every skipped job is either marked by the following symbol ``" "`` (white
space) or the text ``job skipped``. Checkbox internally uses the
``IJobResult.OUTCOME_SKIP``.

Failing Jobs
Failed Jobs
------------

The Failing outcome is the marker for a failing job run. It can be assigned in
Expand All @@ -58,7 +58,7 @@ Every failing job is either marked by the following symbol ``☒`` or the text
``job failed``. Checkbox internally uses the ``IJobResult.OUTCOME_FAIL`` object
to mark these jobs.

Crashing Jobs
Crashed Jobs
-------------

The Crashing outcome is the marker for a crashing job. It can only be assigned
Expand Down

0 comments on commit 059efb2

Please sign in to comment.