diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-03 15:59:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:31:32 +0000 |
commit | 3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch) | |
tree | 216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/toaster-manual | |
parent | ceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff) | |
download | poky-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')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 7 |
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 | |||
28 | layer index's web application at :yocto_git:`/layerindex-web/`. | 28 | layer index's web application at :yocto_git:`/layerindex-web/`. |
29 | 29 | ||
30 | When you tie a layer source into Toaster, it can query the layer source | 30 | When you tie a layer source into Toaster, it can query the layer source |
31 | through a | 31 | through a :wikipedia:`REST <Representational_state_transfer>` |
32 | `REST <https://en.wikipedia.org/wiki/Representational_state_transfer>`__ | ||
33 | API, store the information about the layers in the Toaster database, and | 32 | API, store the information about the layers in the Toaster database, and |
34 | then show the information to users. Users are then able to view that | 33 | then show the information to users. Users are then able to view that |
35 | information and build layers from Toaster itself without having to | 34 | information and build layers from Toaster itself without having to |
@@ -369,8 +368,8 @@ Remote Toaster Monitoring | |||
369 | Toaster has an API that allows remote management applications to | 368 | Toaster has an API that allows remote management applications to |
370 | directly query the state of the Toaster server and its builds in a | 369 | directly query the state of the Toaster server and its builds in a |
371 | machine-to-machine manner. This API uses the | 370 | machine-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 |
373 | interface and the transfer of JSON files. For example, you might monitor | 372 | transfer of JSON files. For example, you might monitor |
374 | a build inside a container through well supported known HTTP ports in | 373 | a build inside a container through well supported known HTTP ports in |
375 | order to easily access a Toaster server inside the container. In this | 374 | order to easily access a Toaster server inside the container. In this |
376 | example, when you use this direct JSON API, you avoid having web page | 375 | example, when you use this direct JSON API, you avoid having web page |