summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/toaster-manual-reference.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-27 17:38:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit424567d629b08785a6594d16427ee0fa8c31f384 (patch)
tree4985979745b1c5601f7a82c662042fb745bfd7db /documentation/toaster-manual/toaster-manual-reference.rst
parent4bf6fc5281d1976ad7113c91a93995406cfab429 (diff)
downloadpoky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.rst')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst
index c98a27eeb8..d799b4b99b 100644
--- a/documentation/toaster-manual/toaster-manual-reference.rst
+++ b/documentation/toaster-manual/toaster-manual-reference.rst
@@ -422,15 +422,15 @@ at the
422`Django <https://docs.djangoproject.com/en/1.7/topics/settings/>`__ 422`Django <https://docs.djangoproject.com/en/1.7/topics/settings/>`__
423site. However, several ``manage.py`` commands have been created that are 423site. However, several ``manage.py`` commands have been created that are
424specific to Toaster and are used to control configuration and back-end 424specific to Toaster and are used to control configuration and back-end
425tasks. You can locate these commands in the `Source 425tasks. You can locate these commands in the
426Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ (e.g. ``poky``) at 426:term:`Source Directory` (e.g. ``poky``) at
427``bitbake/lib/manage.py``. This section documents those commands. 427``bitbake/lib/manage.py``. This section documents those commands.
428 428
429.. note:: 429.. note::
430 430
431 - When using ``manage.py`` commands given a default configuration, 431 - When using ``manage.py`` commands given a default configuration,
432 you must be sure that your working directory is set to the `Build 432 you must be sure that your working directory is set to the
433 Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__. Using 433 :term:`Build Directory`. Using
434 ``manage.py`` commands from the Build Directory allows Toaster to 434 ``manage.py`` commands from the Build Directory allows Toaster to
435 find the ``toaster.sqlite`` file, which is located in the Build 435 find the ``toaster.sqlite`` file, which is located in the Build
436 Directory. 436 Directory.