diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-02-03 17:14:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:59 +0000 |
commit | 481c1788bcf4a37a7eb9a6ce4d0fe00d6df29827 (patch) | |
tree | cb9e1cb9d42c5a08b57df0d68cf868a83b3262ee /documentation/mega-manual | |
parent | 0c4e31cef1f5c3fa1500fb377a83965475a3ae79 (diff) | |
download | poky-481c1788bcf4a37a7eb9a6ce4d0fe00d6df29827.tar.gz |
mega-manual: Edits to fix titling
The way the mega-manual used 'xinclude' to suck in the other
YP manuals was to suck in the root XML file. The problem with
this was that the root XML file for each subsequent book would
include front-matter information. The front-matter information
included an .authorgroup style, which caused the new mega-manual
title displayed at the very top to be also re-displayed with
a subsequent manual's title. These changes altered the strategy
for using 'xinclude' to pull in the various YP manuals. Rather
than pull in the root XML file for a given manual, individual
chapters are pulled in that comprise a given manual. A slight
side-effect is that chapter numbering is sequential from top to
bottom in the mega-manual, which I suppose is better as it is
being presented as an entire manual anyway.
(From yocto-docs rev: 61cc9f2f92900894ef09ff13e1e92ebe30a17be3)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual')
-rw-r--r-- | documentation/mega-manual/mega-manual.xml | 141 |
1 files changed, 123 insertions, 18 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 2035bed3f3..11f36d1dc5 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -68,48 +68,153 @@ | |||
68 | 68 | ||
69 | </bookinfo> | 69 | </bookinfo> |
70 | 70 | ||
71 | <!-- Includes yocto-project-qs --> | ||
72 | |||
71 | <xi:include | 73 | <xi:include |
72 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> | 74 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../yocto-project-qs/yocto-project-qs.xml"/> |
73 | 75 | ||
74 | <para><imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /></para> | 76 | <!-- Includes dev-manual title image and then dev-manual chapters --> |
77 | |||
78 | <para> | ||
79 | <imagedata fileref="figures/dev-title.png" width="100%" align="left" scalefit="1" /> | ||
80 | </para> | ||
75 | 81 | ||
76 | <xi:include | 82 | <xi:include |
77 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual.xml"/> | 83 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-intro.xml"/> |
84 | <xi:include | ||
85 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-start.xml"/> | ||
86 | <xi:include | ||
87 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-newbie.xml"/> | ||
88 | <xi:include | ||
89 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-model.xml"/> | ||
90 | <xi:include | ||
91 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-common-tasks.xml"/> | ||
92 | <xi:include | ||
93 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../dev-manual/dev-manual-qemu.xml"/> | ||
78 | 94 | ||
79 | <para><imagedata fileref="figures/adt-title.png" width="100%" align="left" scalefit="1" /></para> | 95 | <!-- Includes adt-manual title image and then adt-manual chapters --> |
80 | 96 | ||
97 | <para> | ||
98 | <imagedata fileref="figures/adt-title.png" width="100%" align="left" scalefit="1" /> | ||
99 | </para> | ||
100 | |||
101 | <xi:include | ||
102 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual-intro.xml"/> | ||
103 | <xi:include | ||
104 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-intro.xml"/> | ||
105 | <xi:include | ||
106 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-prepare.xml"/> | ||
81 | <xi:include | 107 | <xi:include |
82 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-manual.xml"/> | 108 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-package.xml"/> |
109 | <xi:include | ||
110 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../adt-manual/adt-command.xml"/> | ||
111 | |||
112 | <!-- Includes bsp-guide title image and then bsp-guide chapters --> | ||
83 | 113 | ||
84 | <para><imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /></para> | 114 | <para> |
115 | <imagedata fileref="figures/bsp-title.png" width="100%" align="left" scalefit="1" /> | ||
116 | </para> | ||
85 | 117 | ||
86 | <xi:include | 118 | <xi:include |
87 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp-guide.xml"/> | 119 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../bsp-guide/bsp.xml"/> |
120 | |||
121 | <!-- Includes kernel-dev title image and then kernel-dev chapters --> | ||
88 | 122 | ||
89 | <para><imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" /></para> | 123 | <para> |
124 | <imagedata fileref="figures/kernel-dev-title.png" width="100%" align="left" scalefit="1" /> | ||
125 | </para> | ||
90 | 126 | ||
91 | <xi:include | 127 | <xi:include |
92 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev.xml"/> | 128 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-intro.xml"/> |
129 | <xi:include | ||
130 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-common.xml"/> | ||
131 | <xi:include | ||
132 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-advanced.xml"/> | ||
133 | <xi:include | ||
134 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-concepts-appx.xml"/> | ||
135 | <xi:include | ||
136 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../kernel-dev/kernel-dev-maint-appx.xml"/> | ||
93 | 137 | ||
94 | <para><imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" /></para> | 138 | <!-- Includes profile-manual title image and then profile-manual chapters --> |
95 | 139 | ||
140 | <para> | ||
141 | <imagedata fileref="figures/profile-title.png" width="100%" align="left" scalefit="1" /> | ||
142 | </para> | ||
143 | |||
144 | <xi:include | ||
145 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-intro.xml"/> | ||
146 | <xi:include | ||
147 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-arch.xml"/> | ||
96 | <xi:include | 148 | <xi:include |
97 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual.xml"/> | 149 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-usage.xml"/> |
150 | <xi:include | ||
151 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../profile-manual/profile-manual-examples.xml"/> | ||
152 | |||
153 | <!-- Includes ref-manual title image and then ref-manual chapters --> | ||
98 | 154 | ||
99 | <para><imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /></para> | 155 | <para> |
156 | <imagedata fileref="figures/poky-title.png" width="100%" align="left" scalefit="1" /> | ||
157 | </para> | ||
100 | 158 | ||
101 | <xi:include | 159 | <xi:include |
102 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-manual.xml"/> | 160 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/introduction.xml"/> |
103 | 161 | ||
104 | <para><imagedata fileref="figures/toaster-title.png" width="100%" align="left" scalefit="1" /></para> | 162 | <xi:include |
163 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> | ||
105 | 164 | ||
106 | <xi:include | 165 | <xi:include |
107 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual.xml"/> | 166 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/closer-look.xml"/> |
108 | 167 | ||
109 | <!-- <index id='index'> | 168 | <xi:include |
110 | <title>Index</title> | 169 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/> |
111 | </index> | 170 | |
112 | --> | 171 | <xi:include |
172 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/migration.xml"/> | ||
173 | |||
174 | <xi:include | ||
175 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-structure.xml"/> | ||
176 | |||
177 | <xi:include | ||
178 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-classes.xml"/> | ||
179 | |||
180 | <xi:include | ||
181 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-tasks.xml"/> | ||
182 | |||
183 | <xi:include | ||
184 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-qa-checks.xml"/> | ||
185 | |||
186 | <xi:include | ||
187 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-images.xml"/> | ||
188 | |||
189 | <xi:include | ||
190 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-features.xml"/> | ||
191 | |||
192 | <xi:include | ||
193 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-variables.xml"/> | ||
194 | |||
195 | <xi:include | ||
196 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-varlocality.xml"/> | ||
197 | |||
198 | <xi:include | ||
199 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/faq.xml"/> | ||
200 | |||
201 | <xi:include | ||
202 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/resources.xml"/> | ||
203 | |||
204 | <!-- Includes toaster-manual title image and then toaster-manual chapters --> | ||
205 | |||
206 | <para> | ||
207 | <imagedata fileref="figures/toaster-title.png" width="100%" align="left" scalefit="1" /> | ||
208 | </para> | ||
209 | |||
210 | <xi:include | ||
211 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-intro.xml"/> | ||
212 | |||
213 | <xi:include | ||
214 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-start.xml"/> | ||
215 | |||
216 | <xi:include | ||
217 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../toaster-manual/toaster-manual-setup-and-use.xml"/> | ||
113 | 218 | ||
114 | </book> | 219 | </book> |
115 | 220 | ||