]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual: Converted ref-classes to chapter
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 16 Jul 2012 17:31:19 +0000 (10:31 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:54:11 +0000 (10:54 +0100)
As part of moving the reference manual to a real reference manual I
am removing the "appendix" classification and having everthing be
a chapter.  I changed the "ref-classes" appendix to a chapter and
made sure any references in the doc set use the proper term now
(chapter).

(From yocto-docs rev: 54991c7fb0a2d3a894249f8a253b1a974cf2e571)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/introduction.xml
documentation/poky-ref-manual/ref-classes.xml
documentation/poky-ref-manual/technical-details.xml

index a2c6899c77dad0648dbc9744c5c77cb1e8bb32aa..d2225f85561eca539f7446d6956732e2607d1d65 100644 (file)
@@ -58,8 +58,8 @@
                 This chapter provides an overview of the BitBake tool and its role within 
                 the Yocto Project.</para></listitem>
             <listitem><para><emphasis>
-                <link linkend='ref-classes'>Reference: Classes</link>:</emphasis> 
-                This appendix describes the classes used in the Yocto Project.</para></listitem>
+                <link linkend='ref-classes'>Classes</link>:</emphasis> 
+                This chapter describes the classes used in the Yocto Project.</para></listitem>
             <listitem><para><emphasis>
                 <link linkend='ref-images'>Reference: Images</link>:</emphasis> 
                 This appendix describes the standard images that the Yocto Project supports.
index d1b919f9b38f6785254275bb729f01c178eb34a2..c06e362cad1fd12dc4682a5dc7a9f9596c86127f 100644 (file)
@@ -1,9 +1,9 @@
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
 [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
 
-<appendix id='ref-classes'>
-<title>Reference: Classes</title>
+<chapter id='ref-classes'>
+<title>Classes</title>
 
 <para>
     Class files are used to abstract common functionality and share it amongst multiple 
     <title>Other Classes</title>
 
     <para>
-        Thus far, this appendix has discussed only the most useful and important 
+        Thus far, this chapter has discussed only the most useful and important 
         classes.
         However, other classes exist within the <filename>meta/classes</filename> directory 
         in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
 -->
 
 
-</appendix>
+</chapter>
 <!-- 
 vim: expandtab tw=80 ts=4 
 -->
index 2cd6ad36854180db89d5b1cddd4723e1268f1e51..aef1c2792d40dade8ec8e6824ac555679b3ecab9 100644 (file)
             between metadata files. 
             An example is the Autotools class, which contains
             common settings for any application that Autotools uses.
-            The "<link linkend='ref-classes'>Reference: Classes</link>" appendix provides details
+            The "<link linkend='ref-classes'>Reference: Classes</link>" chapter provides details
             about common classes and how to use them.
         </para>
     </section>