summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-09-17 01:58:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:36 +0100
commitc387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch)
treed0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/toaster-manual
parent6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff)
downloadpoky-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/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.rst12
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml12
2 files changed, 12 insertions, 12 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.rst b/documentation/toaster-manual/toaster-manual-setup-and-use.rst
index 42d868bbe0..01c0dce41f 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.rst
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.rst
@@ -52,15 +52,15 @@ Setting Up Toaster Without a Web Server
52You can start a Toaster environment without starting its web server. 52You can start a Toaster environment without starting its web server.
53This is useful for the following: 53This is useful for the following:
54 54
55- Capturing a command-line builds statistics into the Toaster database 55- Capturing a command-line build's statistics into the Toaster database
56 for examination later. 56 for examination later.
57 57
58- Capturing a command-line builds statistics when the Toaster server 58- Capturing a command-line build's statistics when the Toaster server
59 is already running. 59 is already running.
60 60
61- Having one instance of the Toaster web server track and capture 61- Having one instance of the Toaster web server track and capture
62 multiple command-line builds, where each build is started in its own 62 multiple command-line builds, where each build is started in its own
63 noweb Toaster environment. 63 "noweb" Toaster environment.
64 64
65The following commands show how to start a Toaster environment without 65The following commands show how to start a Toaster environment without
66starting its web server, perform BitBake operations, and then shut down 66starting 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
68Toaster environment. Before closing the environment, however, you should 68Toaster environment. Before closing the environment, however, you should
69allow a few minutes to ensure the complete transfer of its BitBake build 69allow a few minutes to ensure the complete transfer of its BitBake build
70statistics to the Toaster database. If you have a separate Toaster web 70statistics to the Toaster database. If you have a separate Toaster web
71server instance running, you can watch this command-line builds 71server instance running, you can watch this command-line build's
72progress and examine the results as soon as they are posted:: 72progress and examine the results as soon as they are posted::
73 73
74 $ source toaster start noweb 74 $ source toaster start noweb
@@ -78,7 +78,7 @@ progress and examine the results as soon as they are posted::
78Setting Up Toaster Without a Build Server 78Setting Up Toaster Without a Build Server
79========================================= 79=========================================
80 80
81You can start a Toaster environment with the New Projects feature 81You can start a Toaster environment with the "New Projects" feature
82disabled. Doing so is useful for the following: 82disabled. Doing so is useful for the following:
83 83
84- Sharing your build results over the web server while blocking others 84- Sharing your build results over the web server while blocking others
@@ -345,7 +345,7 @@ Perform the following steps to install Toaster:
345 directory to be served up by the Apache web server as defined by 345 directory to be served up by the Apache web server as defined by
346 ``STATIC_ROOT``. 346 ``STATIC_ROOT``.
347 347
348#. Test and/or use the Mysql integration with Toasters Django web 348#. Test and/or use the Mysql integration with Toaster's Django web
349 server. At this point, you can start up the normal Toaster Django 349 server. At this point, you can start up the normal Toaster Django
350 web server with the Toaster database in Mysql. You can use this web 350 web server with the Toaster database in Mysql. You can use this web
351 server to confirm that the database migration and data population 351 server to confirm that the database migration and data population
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index d810b9d57c..f555745923 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -70,17 +70,17 @@
70 web server. This is useful for the following: 70 web server. This is useful for the following:
71 <itemizedlist> 71 <itemizedlist>
72 <listitem><para> 72 <listitem><para>
73 Capturing a command-line builds statistics into 73 Capturing a command-line build's statistics into
74 the Toaster database for examination later. 74 the Toaster database for examination later.
75 </para></listitem> 75 </para></listitem>
76 <listitem><para> 76 <listitem><para>
77 Capturing a command-line builds statistics when 77 Capturing a command-line build's statistics when
78 the Toaster server is already running. 78 the Toaster server is already running.
79 </para></listitem> 79 </para></listitem>
80 <listitem><para> 80 <listitem><para>
81 Having one instance of the Toaster web server 81 Having one instance of the Toaster web server
82 track and capture multiple command-line builds, 82 track and capture multiple command-line builds,
83 where each build is started in its own noweb 83 where each build is started in its own "noweb"
84 Toaster environment. 84 Toaster environment.
85 </para></listitem> 85 </para></listitem>
86 </itemizedlist> 86 </itemizedlist>
@@ -92,7 +92,7 @@
92 minutes to ensure the complete transfer of its BitBake build 92 minutes to ensure the complete transfer of its BitBake build
93 statistics to the Toaster database. 93 statistics to the Toaster database.
94 If you have a separate Toaster web server instance running, you 94 If you have a separate Toaster web server instance running, you
95 can watch this command-line builds progress and examine the 95 can watch this command-line build's progress and examine the
96 results as soon as they are posted: 96 results as soon as they are posted:
97 <literallayout class='monospaced'> 97 <literallayout class='monospaced'>
98 $ source toaster start noweb 98 $ source toaster start noweb
@@ -107,7 +107,7 @@
107 107
108 <para> 108 <para>
109 You can start a Toaster environment with the 109 You can start a Toaster environment with the
110 New Projects feature disabled. 110 "New Projects" feature disabled.
111 Doing so is useful for the following: 111 Doing so is useful for the following:
112 <itemizedlist> 112 <itemizedlist>
113 <listitem><para> 113 <listitem><para>
@@ -470,7 +470,7 @@
470 <filename>STATIC_ROOT</filename>. 470 <filename>STATIC_ROOT</filename>.
471 </para></listitem> 471 </para></listitem>
472 <listitem><para> 472 <listitem><para>
473 Test and/or use the Mysql integration with Toasters 473 Test and/or use the Mysql integration with Toaster's
474 Django web server. 474 Django web server.
475 At this point, you can start up the normal Toaster 475 At this point, you can start up the normal Toaster
476 Django web server with the Toaster database in Mysql. 476 Django web server with the Toaster database in Mysql.