diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-16 11:12:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:54:12 +0100 |
commit | 1a39c85cebfe9e4ccbaba1bb9b8242baac7d46ef (patch) | |
tree | 6ec7fe4c317c99942af4f538f3bbbc5703bb0105 | |
parent | 0f4d220773afd89fc482da0ff19d9a7dabac1ab6 (diff) | |
download | poky-1a39c85cebfe9e4ccbaba1bb9b8242baac7d46ef.tar.gz |
documentation: Converted FAQ appendix to a 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 "faq" appendix to a chapter and
made sure any references in the doc set use the proper term now
(chapter).
(From yocto-docs rev: 6e090132823e3b121d00d9116b0693c922156b32)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/faq.xml | 6 | ||||
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 4 | ||||
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index d619056355..a95203f221 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml | |||
@@ -1,8 +1,8 @@ | |||
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='faq'> | 5 | <chapter id='faq'> |
6 | <title>FAQ</title> | 6 | <title>FAQ</title> |
7 | <qandaset> | 7 | <qandaset> |
8 | <qandaentry> | 8 | <qandaentry> |
@@ -620,7 +620,7 @@ | |||
620 | 620 | ||
621 | 621 | ||
622 | </qandaset> | 622 | </qandaset> |
623 | </appendix> | 623 | </chapter> |
624 | <!-- | 624 | <!-- |
625 | vim: expandtab tw=80 ts=4 | 625 | vim: expandtab tw=80 ts=4 |
626 | --> | 626 | --> |
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 55889ac4ee..efcb159c3d 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml | |||
@@ -78,8 +78,8 @@ | |||
78 | <link linkend='ref-varlocality'>Variable Context</link>:</emphasis> | 78 | <link linkend='ref-varlocality'>Variable Context</link>:</emphasis> |
79 | This chapter provides variable locality or context.</para></listitem> | 79 | This chapter provides variable locality or context.</para></listitem> |
80 | <listitem><para><emphasis> | 80 | <listitem><para><emphasis> |
81 | <link linkend='faq'>Reference: FAQ</link>:</emphasis> | 81 | <link linkend='faq'>FAQ</link>:</emphasis> |
82 | This appendix provides answers for commonly asked questions in the Yocto Project | 82 | This chapter provides answers for commonly asked questions in the Yocto Project |
83 | development environment.</para></listitem> | 83 | development environment.</para></listitem> |
84 | <listitem><para><emphasis> | 84 | <listitem><para><emphasis> |
85 | <link linkend='resources'>Reference: Contributing to the Yocto Project</link>:</emphasis> | 85 | <link linkend='resources'>Reference: Contributing to the Yocto Project</link>:</emphasis> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index c01d5a6236..42ee48b68b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -56,7 +56,7 @@ | |||
56 | <listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers. | 56 | <listitem><para><emphasis>FAQs:</emphasis> Lists commonly asked Yocto Project questions and answers. |
57 | You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on | 57 | You can find two FAQs: <ulink url='&YOCTO_WIKI_URL;/wiki/FAQ'>Yocto Project FAQ</ulink> on |
58 | a wiki, and the | 58 | a wiki, and the |
59 | <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> appendix in | 59 | <ulink url='&YOCTO_DOCS_REF_URL;#faq'>FAQ</ulink> chapter in |
60 | the Yocto Project Reference Manual. | 60 | the Yocto Project Reference Manual. |
61 | </para></listitem> | 61 | </para></listitem> |
62 | <listitem><para><emphasis>Developer Screencast:</emphasis> The | 62 | <listitem><para><emphasis>Developer Screencast:</emphasis> The |