diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:58:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
commit | c387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch) | |
tree | d0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/test-manual/test-manual-intro.rst | |
parent | 6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff) | |
download | poky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz |
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual/test-manual-intro.rst')
-rw-r--r-- | documentation/test-manual/test-manual-intro.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/test-manual/test-manual-intro.rst b/documentation/test-manual/test-manual-intro.rst index b0bc24c9b0..53ad650b35 100644 --- a/documentation/test-manual/test-manual-intro.rst +++ b/documentation/test-manual/test-manual-intro.rst | |||
@@ -12,9 +12,9 @@ Welcome | |||
12 | Welcome to the Yocto Project Test Environment Manual! This manual is a | 12 | Welcome to the Yocto Project Test Environment Manual! This manual is a |
13 | work in progress. The manual contains information about the testing | 13 | work in progress. The manual contains information about the testing |
14 | environment used by the Yocto Project to make sure each major and minor | 14 | environment used by the Yocto Project to make sure each major and minor |
15 | release works as intended. All the project’s testing infrastructure and | 15 | release works as intended. All the project's testing infrastructure and |
16 | processes are publicly visible and available so that the community can | 16 | processes are publicly visible and available so that the community can |
17 | see what testing is being performed, how it’s being done and the current | 17 | see what testing is being performed, how it's being done and the current |
18 | status of the tests and the project at any given time. It is intended | 18 | status of the tests and the project at any given time. It is intended |
19 | that Other organizations can leverage off the process and testing | 19 | that Other organizations can leverage off the process and testing |
20 | environment used by the Yocto Project to create their own automated, | 20 | environment used by the Yocto Project to create their own automated, |
@@ -514,7 +514,7 @@ resource utilisation as that happens. An example from | |||
514 | 'bitbake -p (cached)') | 514 | 'bitbake -p (cached)') |
515 | 515 | ||
516 | This example shows how three specific parsing timings are | 516 | This example shows how three specific parsing timings are |
517 | measured, with and without various caches, to show how BitBake’s parsing | 517 | measured, with and without various caches, to show how BitBake's parsing |
518 | performance trends over time. | 518 | performance trends over time. |
519 | 519 | ||
520 | .. _test-writing-considerations: | 520 | .. _test-writing-considerations: |