diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-06 19:17:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:28:34 +0100 |
commit | d4a82b30b7d3622d5e3101aeb333bbdb31622176 (patch) | |
tree | ad8ebb64f0363ad685ad6d6163cc4bf2ce4f535f /documentation/toaster-manual/reference.rst | |
parent | f3540fc691c12aca637ddea71bd0090ddcc40e19 (diff) | |
download | poky-d4a82b30b7d3622d5e3101aeb333bbdb31622176.tar.gz |
manuals: reduce verbosity related to "the following" expression
(From yocto-docs rev: da9d1cfb5c084d172eff3cb10ec3631dd8266260)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index 5d52c449cd..988a262188 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -186,7 +186,7 @@ Configuring the Workflow | |||
186 | ------------------------ | 186 | ------------------------ |
187 | 187 | ||
188 | The ``bldcontrol/management/commands/checksettings.py`` file controls | 188 | The ``bldcontrol/management/commands/checksettings.py`` file controls |
189 | workflow configuration. The following steps outline the process to | 189 | workflow configuration. Here is the process to |
190 | initially populate this database. | 190 | initially populate this database. |
191 | 191 | ||
192 | 1. The default project settings are set from | 192 | 1. The default project settings are set from |
@@ -237,7 +237,7 @@ The following example sets "name" to "CUSTOM_XML_ONLY" and its value to | |||
237 | Understanding Fixture File Format | 237 | Understanding Fixture File Format |
238 | --------------------------------- | 238 | --------------------------------- |
239 | 239 | ||
240 | The following is an overview of the file format used by the | 240 | Here is an overview of the file format used by the |
241 | ``oe-core.xml``, ``poky.xml``, and ``custom.xml`` files. | 241 | ``oe-core.xml``, ``poky.xml``, and ``custom.xml`` files. |
242 | 242 | ||
243 | The following subsections describe each of the sections in the fixture | 243 | The following subsections describe each of the sections in the fixture |
@@ -407,7 +407,7 @@ To get the status of pending builds, use the following call:: | |||
407 | Be sure to provide values for host and port. The output is a JSON file that | 407 | Be sure to provide values for host and port. The output is a JSON file that |
408 | itemizes all builds in progress. This file includes the time in seconds since | 408 | itemizes all builds in progress. This file includes the time in seconds since |
409 | each respective build started as well as the progress of the cloning, parsing, | 409 | each respective build started as well as the progress of the cloning, parsing, |
410 | and task execution. The following is sample output for a build in progress: | 410 | and task execution. Here is sample output for a build in progress: |
411 | 411 | ||
412 | .. code-block:: JSON | 412 | .. code-block:: JSON |
413 | 413 | ||
@@ -440,8 +440,8 @@ call:: | |||
440 | http://host:port/toastergui/api/builds | 440 | http://host:port/toastergui/api/builds |
441 | 441 | ||
442 | Be sure to provide values for host and port. The output is a JSON file that | 442 | Be sure to provide values for host and port. The output is a JSON file that |
443 | itemizes all complete builds, and includes build summary information. The | 443 | itemizes all complete builds, and includes build summary information. Here |
444 | following is sample output for a completed build: | 444 | is sample output for a completed build: |
445 | 445 | ||
446 | .. code-block:: JSON | 446 | .. code-block:: JSON |
447 | 447 | ||
@@ -479,7 +479,7 @@ Completed query. See the ":ref:`toaster-manual/reference:checking status of buil | |||
479 | section for more information. | 479 | section for more information. |
480 | 480 | ||
481 | The output is a JSON file that itemizes the specific build and includes | 481 | The output is a JSON file that itemizes the specific build and includes |
482 | build summary information. The following is sample output for a specific | 482 | build summary information. Here is sample output for a specific |
483 | build: | 483 | build: |
484 | 484 | ||
485 | .. code-block:: JSON | 485 | .. code-block:: JSON |