diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-12-16 13:52:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 22:36:14 +0000 |
commit | 5c7acf0a816d8b71762d0f727a9ec578db1c043b (patch) | |
tree | e223de1dafc9d2c61db676c30a7f567a2d802f1b /documentation | |
parent | c57655603373f72b6c6ca10cd488b85a2c188ca2 (diff) | |
download | poky-5c7acf0a816d8b71762d0f727a9ec578db1c043b.tar.gz |
yocto-project-qs: Removed redundant code to display title image.
Creation of a PDF version of the YP Quick Start is not supported.
The <mediaobject></mediaobject> code appears in the manual for
that purpose only. It is ignored during HTML generation. Thus,
I have removed it from the file. The image is actually displayed
through the <authorgroup> definition, which is located in the
CSS stylesheet.
(From yocto-docs rev: 322ae6450dfac9b2054b33334898a078fdd20902)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 1e2f3670f4..07c571951d 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -7,14 +7,6 @@ | |||
7 | xmlns="http://docbook.org/ns/docbook" | 7 | xmlns="http://docbook.org/ns/docbook" |
8 | > | 8 | > |
9 | <bookinfo> | 9 | <bookinfo> |
10 | <mediaobject> | ||
11 | <imageobject> | ||
12 | <imagedata fileref='figures/yocto-project-qs-title.png' | ||
13 | format='SVG' | ||
14 | align='left' scalefit='1' width='100%'/> | ||
15 | </imageobject> | ||
16 | </mediaobject> | ||
17 | |||
18 | <title> | 10 | <title> |
19 | Yocto Project Quick Start | 11 | Yocto Project Quick Start |
20 | </title> | 12 | </title> |