1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

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>
This commit is contained in:
Quentin Schulz
2020-09-17 01:58:59 +02:00
committed by Richard Purdie
parent 6813141743
commit c387f0c254
26 changed files with 106 additions and 106 deletions
@@ -52,15 +52,15 @@ Setting Up Toaster Without a Web Server
You can start a Toaster environment without starting its web server.
This is useful for the following:
- Capturing a command-line builds statistics into the Toaster database
- Capturing a command-line build's statistics into the Toaster database
for examination later.
- Capturing a command-line builds statistics when the Toaster server
- Capturing a command-line build's statistics when the Toaster server
is already running.
- Having one instance of the Toaster web server track and capture
multiple command-line builds, where each build is started in its own
noweb Toaster environment.
"noweb" Toaster environment.
The following commands show how to start a Toaster environment without
starting its web server, perform BitBake operations, and then shut down
@@ -68,7 +68,7 @@ the Toaster environment. Once the build is complete, you can close the
Toaster environment. Before closing the environment, however, you should
allow a few minutes to ensure the complete transfer of its BitBake build
statistics to the Toaster database. If you have a separate Toaster web
server instance running, you can watch this command-line builds
server instance running, you can watch this command-line build's
progress and examine the results as soon as they are posted::
$ source toaster start noweb
@@ -78,7 +78,7 @@ progress and examine the results as soon as they are posted::
Setting Up Toaster Without a Build Server
=========================================
You can start a Toaster environment with the New Projects feature
You can start a Toaster environment with the "New Projects" feature
disabled. Doing so is useful for the following:
- Sharing your build results over the web server while blocking others
@@ -345,7 +345,7 @@ Perform the following steps to install Toaster:
directory to be served up by the Apache web server as defined by
``STATIC_ROOT``.
#. Test and/or use the Mysql integration with Toasters Django web
#. Test and/or use the Mysql integration with Toaster's Django web
server. At this point, you can start up the normal Toaster Django
web server with the Toaster database in Mysql. You can use this web
server to confirm that the database migration and data population
@@ -70,17 +70,17 @@
web server. This is useful for the following:
<itemizedlist>
<listitem><para>
Capturing a command-line builds statistics into
Capturing a command-line build's statistics into
the Toaster database for examination later.
</para></listitem>
<listitem><para>
Capturing a command-line builds statistics when
Capturing a command-line build's statistics when
the Toaster server is already running.
</para></listitem>
<listitem><para>
Having one instance of the Toaster web server
track and capture multiple command-line builds,
where each build is started in its own noweb
where each build is started in its own "noweb"
Toaster environment.
</para></listitem>
</itemizedlist>
@@ -92,7 +92,7 @@
minutes to ensure the complete transfer of its BitBake build
statistics to the Toaster database.
If you have a separate Toaster web server instance running, you
can watch this command-line builds progress and examine the
can watch this command-line build's progress and examine the
results as soon as they are posted:
<literallayout class='monospaced'>
$ source toaster start noweb
@@ -107,7 +107,7 @@
<para>
You can start a Toaster environment with the
New Projects feature disabled.
"New Projects" feature disabled.
Doing so is useful for the following:
<itemizedlist>
<listitem><para>
@@ -470,7 +470,7 @@
<filename>STATIC_ROOT</filename>.
</para></listitem>
<listitem><para>
Test and/or use the Mysql integration with Toasters
Test and/or use the Mysql integration with Toaster's
Django web server.
At this point, you can start up the normal Toaster
Django web server with the Toaster database in Mysql.