diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-04 11:22:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-10 12:52:35 +0100 |
commit | 14c7cd24a579c00e18ad20e367e479389107da26 (patch) | |
tree | 68136bd52e8cc63ed742b8a50a27059595b56a38 /documentation/overview-manual/development-environment.rst | |
parent | 6a92d985e55f3947e988b71792bb298ed232b7ad (diff) | |
download | poky-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/overview-manual/development-environment.rst')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index e171d7aaa3..f1001e0bd3 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -176,7 +176,7 @@ development: | |||
176 | repositories for each of these areas. | 176 | repositories for each of these areas. |
177 | 177 | ||
178 | .. image:: figures/source-repos.png | 178 | .. image:: figures/source-repos.png |
179 | :align: center | 179 | :width: 100% |
180 | 180 | ||
181 | For steps on how to view and access these upstream Git repositories, | 181 | For steps on how to view and access these upstream Git repositories, |
182 | see the ":ref:`dev-manual/start:accessing source repositories`" | 182 | see the ":ref:`dev-manual/start:accessing source repositories`" |
@@ -191,6 +191,7 @@ development: | |||
191 | 191 | ||
192 | .. image:: figures/index-downloads.png | 192 | .. image:: figures/index-downloads.png |
193 | :align: center | 193 | :align: center |
194 | :width: 50% | ||
194 | 195 | ||
195 | For steps on how to view and access these files, see the | 196 | For steps on how to view and access these files, see the |
196 | ":ref:`dev-manual/start:accessing index of releases`" | 197 | ":ref:`dev-manual/start:accessing index of releases`" |
@@ -205,7 +206,7 @@ development: | |||
205 | :yocto_dl:`Index of /releases: </releases>` area. | 206 | :yocto_dl:`Index of /releases: </releases>` area. |
206 | 207 | ||
207 | .. image:: figures/yp-download.png | 208 | .. image:: figures/yp-download.png |
208 | :align: center | 209 | :width: 100% |
209 | 210 | ||
210 | For steps on how to use the "DOWNLOADS" page, see the | 211 | For steps on how to use the "DOWNLOADS" page, see the |
211 | ":ref:`dev-manual/start:using the downloads page`" | 212 | ":ref:`dev-manual/start:using the downloads page`" |