diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-10-06 14:17:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 22:01:24 +0100 |
commit | 9c70174e5c5e91d159db704a154896ec5a1035f6 (patch) | |
tree | a52389b0ba4ba41858f74266fd15a2121c58b255 /documentation/overview-manual/development-environment.rst | |
parent | 858a9af30f6fba9e04765c7101438126b0e24fa7 (diff) | |
download | poky-9c70174e5c5e91d159db704a154896ec5a1035f6.tar.gz |
overview-manual: SVG diagram for the git workflow
Set in full-width mode to make it ready in PDF
and EPUB outputs.
(From yocto-docs rev: 394c7c26c6591153670c67740d9a64f54725321b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Quentin Schulz <foss@0leil.net>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index ab155dc3b0..d719ba69eb 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -286,8 +286,8 @@ develop, test, and submit changes to "contrib" areas for the maintainer | |||
286 | to examine. The maintainer then chooses which changes are going to | 286 | to examine. The maintainer then chooses which changes are going to |
287 | become a permanent part of the project. | 287 | become a permanent part of the project. |
288 | 288 | ||
289 | .. image:: figures/git-workflow.png | 289 | .. image:: svg/git-workflow.* |
290 | :align: center | 290 | :width: 100% |
291 | 291 | ||
292 | While each development environment is unique, there are some best | 292 | While each development environment is unique, there are some best |
293 | practices or methods that help development run smoothly. The following | 293 | practices or methods that help development run smoothly. The following |