summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/extensible.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-05-04 11:22:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-10 12:52:35 +0100
commit14c7cd24a579c00e18ad20e367e479389107da26 (patch)
tree68136bd52e8cc63ed742b8a50a27059595b56a38 /documentation/sdk-manual/extensible.rst
parent6a92d985e55f3947e988b71792bb298ed232b7ad (diff)
downloadpoky-14c7cd24a579c00e18ad20e367e479389107da26.tar.gz
manuals: improve the width of diagrams
Better for EPUB output in particular - Make some diagrams wider when necessary - Remove ":align: center" when we have ":width: 100%" - Update the standards.md files to mention this (From yocto-docs rev: 848ba7bd8984cc3f4bf6b818259865011cde0476) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r--documentation/sdk-manual/extensible.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst
index c5970f74fa..6bb262273d 100644
--- a/documentation/sdk-manual/extensible.rst
+++ b/documentation/sdk-manual/extensible.rst
@@ -233,7 +233,7 @@ shows common development flows you would use with the ``devtool add``
233command: 233command:
234 234
235.. image:: figures/sdk-devtool-add-flow.png 235.. image:: figures/sdk-devtool-add-flow.png
236 :align: center 236 :width: 100%
237 237
2381. *Generating the New Recipe*: The top part of the flow shows three 2381. *Generating the New Recipe*: The top part of the flow shows three
239 scenarios by which you could use ``devtool add`` to generate a recipe 239 scenarios by which you could use ``devtool add`` to generate a recipe
@@ -401,7 +401,7 @@ diagram shows common development flows for the ``devtool modify``
401command: 401command:
402 402
403.. image:: figures/sdk-devtool-modify-flow.png 403.. image:: figures/sdk-devtool-modify-flow.png
404 :align: center 404 :width: 100%
405 405
4061. *Preparing to Modify the Code*: The top part of the flow shows three 4061. *Preparing to Modify the Code*: The top part of the flow shows three
407 scenarios by which you could use ``devtool modify`` to prepare to 407 scenarios by which you could use ``devtool modify`` to prepare to
@@ -620,7 +620,7 @@ The following diagram shows the common development flow used with the
620``devtool upgrade`` command: 620``devtool upgrade`` command:
621 621
622.. image:: figures/sdk-devtool-upgrade-flow.png 622.. image:: figures/sdk-devtool-upgrade-flow.png
623 :align: center 623 :width: 100%
624 624
6251. *Initiate the Upgrade*: The top part of the flow shows the typical 6251. *Initiate the Upgrade*: The top part of the flow shows the typical
626 scenario by which you use the ``devtool upgrade`` command. The 626 scenario by which you use the ``devtool upgrade`` command. The