diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-12 11:32:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 12:16:41 +0100 |
commit | 5871eeea6e10844b8e7141cf24efa26d1412c5c7 (patch) | |
tree | 6270fbf680a1c559226e4b88225e919be8906d1f /documentation/toaster-manual | |
parent | 31f1d4d331993d830e2bb8c8e718bb409a2624f0 (diff) | |
download | poky-5871eeea6e10844b8e7141cf24efa26d1412c5c7.tar.gz |
manuals: simplify style
(From yocto-docs rev: 3332ee547cde0f2f8718f83d526b21339b0a8901)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index 988a262188..c0d02ff9ab 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -9,8 +9,8 @@ concepts and have some basic command reference material available. This | |||
9 | final chapter provides conceptual information on layer sources, | 9 | final chapter provides conceptual information on layer sources, |
10 | releases, and JSON configuration files. Also provided is a quick look at | 10 | releases, and JSON configuration files. Also provided is a quick look at |
11 | some useful ``manage.py`` commands that are Toaster-specific. | 11 | some useful ``manage.py`` commands that are Toaster-specific. |
12 | Information on ``manage.py`` commands does exist across the Web and the | 12 | Information on ``manage.py`` commands is available across the Web and |
13 | information in this manual by no means attempts to provide a command | 13 | this manual by no means attempts to provide a command |
14 | comprehensive reference. | 14 | comprehensive reference. |
15 | 15 | ||
16 | Layer Source | 16 | Layer Source |
@@ -508,7 +508,7 @@ Useful Commands | |||
508 | =============== | 508 | =============== |
509 | 509 | ||
510 | In addition to the web user interface and the scripts that start and | 510 | In addition to the web user interface and the scripts that start and |
511 | stop Toaster, command-line commands exist through the ``manage.py`` | 511 | stop Toaster, command-line commands are available through the ``manage.py`` |
512 | management script. You can find general documentation on ``manage.py`` | 512 | management script. You can find general documentation on ``manage.py`` |
513 | at the | 513 | at the |
514 | `Django <https://docs.djangoproject.com/en/2.2/topics/settings/>`__ | 514 | `Django <https://docs.djangoproject.com/en/2.2/topics/settings/>`__ |