diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-28 09:20:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-12 00:28:13 +0100 |
commit | ba6887404aa400bbed125dce3614399e42438f26 (patch) | |
tree | 2b7c61c2ae8e21f8a3df38f139bbe2f8d5020612 /documentation/mega-manual | |
parent | ed25d7df9cc755cfcbf24e3a83f129ad8e1575e9 (diff) | |
download | poky-ba6887404aa400bbed125dce3614399e42438f26.tar.gz |
documentation: Re-write of dev-manual setup chapter
Fixes [YOCTO #11630]
The chapter on setting up YP has been completely re-written to
move towards a "how-to" manual. This involved touching every
aspect of the chapter. All subsections now have procedures
surrounding set up stuff. There are some development sections that
still need fleshed out.
Many, many links and references in other chapters were affected.
These have been fixed.
A couple style-sheet (*.css) files were also updated to support the
"writernotes" style, which renders paragraph text in red.
(From yocto-docs rev: c4c2a6cf575ce5c783b1cc84d9f7e961aebef49c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 | 2 | ||||
-rw-r--r-- | documentation/mega-manual/mega-style.css | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/documentation/mega-manual/mega-manual.xml b/documentation/mega-manual/mega-manual.xml index 1e9c50c2c1..a6fdce5e6c 100644 --- a/documentation/mega-manual/mega-manual.xml +++ b/documentation/mega-manual/mega-manual.xml | |||
@@ -214,7 +214,7 @@ | |||
214 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> | 214 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/usingpoky.xml"/> |
215 | 215 | ||
216 | <xi:include | 216 | <xi:include |
217 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/closer-look.xml"/> | 217 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/ref-development-environment.xml"/> |
218 | 218 | ||
219 | <xi:include | 219 | <xi:include |
220 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/> | 220 | xmlns:xi="http://www.w3.org/2003/XInclude" href="../ref-manual/technical-details.xml"/> |
diff --git a/documentation/mega-manual/mega-style.css b/documentation/mega-manual/mega-style.css index df71a20a02..cd71eb6425 100644 --- a/documentation/mega-manual/mega-style.css +++ b/documentation/mega-manual/mega-style.css | |||
@@ -731,6 +731,11 @@ div.navfooter { | |||
731 | } | 731 | } |
732 | 732 | ||
733 | 733 | ||
734 | .writernotes { | ||
735 | color: red; | ||
736 | } | ||
737 | |||
738 | |||
734 | /*********** / | 739 | /*********** / |
735 | / graphics / | 740 | / graphics / |
736 | / ***********/ | 741 | / ***********/ |