summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-05-12 11:32:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-22 12:16:41 +0100
commit5871eeea6e10844b8e7141cf24efa26d1412c5c7 (patch)
tree6270fbf680a1c559226e4b88225e919be8906d1f /documentation/toaster-manual
parent31f1d4d331993d830e2bb8c8e718bb409a2624f0 (diff)
downloadpoky-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.rst6
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
9final chapter provides conceptual information on layer sources, 9final chapter provides conceptual information on layer sources,
10releases, and JSON configuration files. Also provided is a quick look at 10releases, and JSON configuration files. Also provided is a quick look at
11some useful ``manage.py`` commands that are Toaster-specific. 11some useful ``manage.py`` commands that are Toaster-specific.
12Information on ``manage.py`` commands does exist across the Web and the 12Information on ``manage.py`` commands is available across the Web and
13information in this manual by no means attempts to provide a command 13this manual by no means attempts to provide a command
14comprehensive reference. 14comprehensive reference.
15 15
16Layer Source 16Layer Source
@@ -508,7 +508,7 @@ Useful Commands
508=============== 508===============
509 509
510In addition to the web user interface and the scripts that start and 510In addition to the web user interface and the scripts that start and
511stop Toaster, command-line commands exist through the ``manage.py`` 511stop Toaster, command-line commands are available through the ``manage.py``
512management script. You can find general documentation on ``manage.py`` 512management script. You can find general documentation on ``manage.py``
513at the 513at the
514`Django <https://docs.djangoproject.com/en/2.2/topics/settings/>`__ 514`Django <https://docs.djangoproject.com/en/2.2/topics/settings/>`__