diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-16 10:31:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:11 +0100 |
commit | 695420417f7cf51297dc23861ab60860eba48ca2 (patch) | |
tree | f6ac12b18a855fd0e359c76607fc6fc554d4422a /documentation | |
parent | 709bc5958285c65a361a8ec877c6a44727e3596a (diff) | |
download | poky-695420417f7cf51297dc23861ab60860eba48ca2.tar.gz |
documentation/poky-ref-manual: Converted ref-classes to chapter
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 10 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index a2c6899c77..d2225f8556 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -58,8 +58,8 @@ | |||
58 | This chapter provides an overview of the BitBake tool and its role within | 58 | This chapter provides an overview of the BitBake tool and its role within |
59 | the Yocto Project.</para></listitem> | 59 | the Yocto Project.</para></listitem> |
60 | <listitem><para><emphasis> | 60 | <listitem><para><emphasis> |
61 | <link linkend='ref-classes'>Reference: Classes</link>:</emphasis> | 61 | <link linkend='ref-classes'>Classes</link>:</emphasis> |
62 | This appendix describes the classes used in the Yocto Project.</para></listitem> | 62 | This chapter describes the classes used in the Yocto Project.</para></listitem> |
63 | <listitem><para><emphasis> | 63 | <listitem><para><emphasis> |
64 | <link linkend='ref-images'>Reference: Images</link>:</emphasis> | 64 | <link linkend='ref-images'>Reference: Images</link>:</emphasis> |
65 | This appendix describes the standard images that the Yocto Project supports. | 65 | This appendix describes the standard images that the Yocto Project supports. |
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index d1b919f9b3..c06e362cad 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml | |||
@@ -1,9 +1,9 @@ | |||
1 | <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" | 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" |
3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > | 3 | [<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > |
4 | 4 | ||
5 | <appendix id='ref-classes'> | 5 | <chapter id='ref-classes'> |
6 | <title>Reference: Classes</title> | 6 | <title>Classes</title> |
7 | 7 | ||
8 | <para> | 8 | <para> |
9 | Class files are used to abstract common functionality and share it amongst multiple | 9 | Class files are used to abstract common functionality and share it amongst multiple |
@@ -591,7 +591,7 @@ | |||
591 | <title>Other Classes</title> | 591 | <title>Other Classes</title> |
592 | 592 | ||
593 | <para> | 593 | <para> |
594 | Thus far, this appendix has discussed only the most useful and important | 594 | Thus far, this chapter has discussed only the most useful and important |
595 | classes. | 595 | classes. |
596 | However, other classes exist within the <filename>meta/classes</filename> directory | 596 | However, other classes exist within the <filename>meta/classes</filename> directory |
597 | in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. | 597 | in the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. |
@@ -669,7 +669,7 @@ | |||
669 | --> | 669 | --> |
670 | 670 | ||
671 | 671 | ||
672 | </appendix> | 672 | </chapter> |
673 | <!-- | 673 | <!-- |
674 | vim: expandtab tw=80 ts=4 | 674 | vim: expandtab tw=80 ts=4 |
675 | --> | 675 | --> |
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index 2cd6ad3685..aef1c2792d 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml | |||
@@ -129,7 +129,7 @@ | |||
129 | between metadata files. | 129 | between metadata files. |
130 | An example is the Autotools class, which contains | 130 | An example is the Autotools class, which contains |
131 | common settings for any application that Autotools uses. | 131 | common settings for any application that Autotools uses. |
132 | The "<link linkend='ref-classes'>Reference: Classes</link>" appendix provides details | 132 | The "<link linkend='ref-classes'>Reference: Classes</link>" chapter provides details |
133 | about common classes and how to use them. | 133 | about common classes and how to use them. |
134 | </para> | 134 | </para> |
135 | </section> | 135 | </section> |