diff mbox series

ref-manual: various cleanups to test "Welcome" section

Message ID 0f65bf28-d050-e239-3d15-40082ec24e79@crashcourse.ca
State New
Headers show
Series ref-manual: various cleanups to test "Welcome" section | expand

Commit Message

Robert P. J. Day June 23, 2026, 8:31 p.m. UTC
- grammar fixes
  - hyphenation fixes
  - delete redundant text

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>

---

  mostly innocuous changes, but given the missing word "with", might
as well just add more cleanup.

commit 8612346ddf305ac6ce0cd0e0aadbc6a7c27ca67d
Author: Robert P. J. Day <rpjday@crashcourse.ca>
Date:   Tue Jun 23 16:27:43 2026 -0400

    test_1
diff mbox series

Patch

diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst
index d55540c8d..68a0827a4 100644
--- a/documentation/test-manual/intro.rst
+++ b/documentation/test-manual/intro.rst
@@ -7,8 +7,8 @@  The Yocto Project Test Environment Manual
 Welcome
 =======

-Welcome to the Yocto Project Test Environment Manual! This manual is a
-work in progress. The manual contains information about the testing
+Welcome to the Yocto Project Test Environment Manual,
+which contains information about the testing
 environment used by the Yocto Project to make sure each major and minor
 release works as intended. All the project's testing infrastructure and
 processes are publicly visible and available so that the community can
@@ -19,27 +19,28 @@  environment used by the Yocto Project to create their own automated,
 production test environment, building upon the foundations from the
 project core.

-This manual is a work-in-progress and is being initially loaded with
+This manual is a work in progress and is being loaded initially with
 information from the README files and notes from key engineers:

 -  *yocto-autobuilder2:* This
    :yocto_git:`README.md </yocto-autobuilder2/tree/README.md>`
    is the main README which details how to set up the Yocto Project
-   Autobuilder. The ``yocto-autobuilder2`` repository represents the
-   Yocto Project's console UI plugin to Buildbot and the configuration
-   necessary to configure Buildbot to perform the testing the project
-   requires.
+   Autobuilder. The :yocto_git:`yocto-autobuilder2 repository </yocto-autobuilder2>`
+   represents the Yocto Project's console UI plugin to
+   Buildbot and the configuration necessary to configure Buildbot
+   to perform the testing the project requires.

 -  *yocto-autobuilder-helper:* This :yocto_git:`README </yocto-autobuilder-helper/tree/README/>`
-   and repository contains Yocto Project Autobuilder Helper scripts and
-   configuration. The ``yocto-autobuilder-helper`` repository contains
+   and repository contains Yocto Project Autobuilder Helper scripts and configuration.
+   The :yocto_git:`yocto-autobuilder-helper repository </yocto-autobuilder-helper>` contains
    the "glue" logic that defines which tests to run and how to run them.
    As a result, it can be used by any Continuous Improvement (CI) system
    to run builds, support getting the correct code revisions, configure
    builds and layers, run builds, and collect results. The code is
-   independent of any CI system, which means the code can work `Buildbot <https://docs.buildbot.net/current/>`__,
+   independent of any CI system, which means the code can work with
+   `Buildbot <https://docs.buildbot.net/current/>`__,
    Jenkins, or others. This repository has a branch per release of the
-   project defining the tests to run on a per release basis.
+   project defining the tests to run on a per-release basis.

 Yocto Project Autobuilder Overview
 ==================================