diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst index 08d49d1e24..6d65cf8fd5 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst @@ -65,11 +65,11 @@ following requirements: - Python 3.5.0 or greater. - gcc 5.0 or greater. - If your build host does not meet any of these three listed version - requirements, you can take steps to prepare the system so that you - can still use the Yocto Project. See the - :ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` - section in the Yocto Project Reference Manual for information. +If your build host does not meet any of these three listed version +requirements, you can take steps to prepare the system so that you +can still use the Yocto Project. See the +:ref:`ref-manual/ref-system-requirements:required git, tar, python and gcc versions` +section in the Yocto Project Reference Manual for information. Build Host Packages =================== diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 9230527b76..935c01805e 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst @@ -1948,11 +1948,11 @@ The following list explains the previous example: addtask do_deploy_setscene ``sstate_setscene()`` takes the flags above as input and accelerates the ``do_deploy`` task - through the shared state cache if possible. If the task was - accelerated, ``sstate_setscene()`` returns True. Otherwise, it - returns False, and the normal ``do_deploy`` task runs. For more - information, see the ":ref:`setscene `" - section in the BitBake User Manual. + through the shared state cache if possible. If the task was + accelerated, ``sstate_setscene()`` returns True. Otherwise, it + returns False, and the normal ``do_deploy`` task runs. For more + information, see the ":ref:`setscene `" + section in the BitBake User Manual. - The ``do_deploy[dirs] = "${DEPLOYDIR} ${B}"`` line creates ``${DEPLOYDIR}`` and ``${B}`` before the ``do_deploy`` task runs, and diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst index 823c96d88c..c83290ed5f 100644 --- a/documentation/overview-manual/overview-manual-yp-intro.rst +++ b/documentation/overview-manual/overview-manual-yp-intro.rst @@ -391,9 +391,7 @@ activities using the Yocto Project: .. note:: - AutoBuilder is based on - buildbot - . + AutoBuilder is based on buildbot. A goal of the Yocto Project is to lead the open source industry with a project that automates testing and QA procedures. In doing so, the