summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-03 15:59:38 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 21:31:32 +0000
commit3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch)
tree216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/toaster-manual/reference.rst
parentceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff)
downloadpoky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r--documentation/toaster-manual/reference.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index b181d12d86..f8aabeed04 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -28,8 +28,7 @@ at :oe_layerindex:`/`. You can find the code for this
28layer index's web application at :yocto_git:`/layerindex-web/`. 28layer index's web application at :yocto_git:`/layerindex-web/`.
29 29
30When you tie a layer source into Toaster, it can query the layer source 30When you tie a layer source into Toaster, it can query the layer source
31through a 31through a :wikipedia:`REST <Representational_state_transfer>`
32`REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__
33API, store the information about the layers in the Toaster database, and 32API, store the information about the layers in the Toaster database, and
34then show the information to users. Users are then able to view that 33then show the information to users. Users are then able to view that
35information and build layers from Toaster itself without having to 34information and build layers from Toaster itself without having to
@@ -369,8 +368,8 @@ Remote Toaster Monitoring
369Toaster has an API that allows remote management applications to 368Toaster has an API that allows remote management applications to
370directly query the state of the Toaster server and its builds in a 369directly query the state of the Toaster server and its builds in a
371machine-to-machine manner. This API uses the 370machine-to-machine manner. This API uses the
372`REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__ 371:wikipedia:`REST <Representational_state_transfer>` interface and the
373interface and the transfer of JSON files. For example, you might monitor 372transfer of JSON files. For example, you might monitor
374a build inside a container through well supported known HTTP ports in 373a build inside a container through well supported known HTTP ports in
375order to easily access a Toaster server inside the container. In this 374order to easily access a Toaster server inside the container. In this
376example, when you use this direct JSON API, you avoid having web page 375example, when you use this direct JSON API, you avoid having web page