From c387f0c2543a9dd7f8eca069629ede4bb5ec5dba Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 17 Sep 2020 01:58:59 +0200 Subject: sphinx: replace special quotes with single and double quotes (From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675) Signed-off-by: Quentin Schulz Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- .../toaster-manual/toaster-manual-setup-and-use.rst | 12 ++++++------ .../toaster-manual/toaster-manual-setup-and-use.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation/toaster-manual') 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 You can start a Toaster environment without starting its web server. This is useful for the following: -- Capturing a command-line build’s statistics into the Toaster database +- Capturing a command-line build's statistics into the Toaster database for examination later. -- Capturing a command-line build’s 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 build’s +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 Toaster’s 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 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 @@ web server. This is useful for the following: - Capturing a command-line build’s statistics into + Capturing a command-line build's statistics into the Toaster database for examination later. - Capturing a command-line build’s statistics when + 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” + where each build is started in its own "noweb" Toaster environment. @@ -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 build’s progress and examine the + can watch this command-line build's progress and examine the results as soon as they are posted: $ source toaster start noweb @@ -107,7 +107,7 @@ You can start a Toaster environment with the - “New Projects” feature disabled. + "New Projects" feature disabled. Doing so is useful for the following: @@ -470,7 +470,7 @@ STATIC_ROOT. - Test and/or use the Mysql integration with Toaster’s + 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. -- cgit v1.2.3-54-g00ecf