diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 17:18:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 27e80a5e00e67f7d39af87653eec9b0fcca285c1 (patch) | |
tree | ec82e41950017c011d3c38579ab9cf2cd1155ff9 /documentation | |
parent | 998db0b05867647da0f505f4efb77e7f72871d78 (diff) | |
download | poky-27e80a5e00e67f7d39af87653eec9b0fcca285c1.tar.gz |
sphinx: boilerplate.rst: Drop versions notes as we have better navigation now
Now we have better navigation with sphinx, and alert text about old
versions, we can drop the top two bullts. The remaining bits can just
become text.
(From yocto-docs rev: bb963c8c906644148182a1fc441c676f13cdf6ce)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/boilerplate.rst | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/documentation/boilerplate.rst b/documentation/boilerplate.rst index a885f0eb10..78157abec1 100644 --- a/documentation/boilerplate.rst +++ b/documentation/boilerplate.rst | |||
@@ -10,25 +10,8 @@ terms of the `Creative Commons Attribution-Share Alike 2.0 UK: England & Wales | |||
10 | <http://creativecommons.org/licenses/by-sa/2.0/uk/>`_ as published by Creative | 10 | <http://creativecommons.org/licenses/by-sa/2.0/uk/>`_ as published by Creative |
11 | Commons. | 11 | Commons. |
12 | 12 | ||
13 | .. note:: | 13 | To report any inaccuracies or problems with this (or any other Yocto Project) |
14 | 14 | manual, or to send additions or changes, please send email/patches to the Yocto | |
15 | * This version of this *manual* is for the |YOCTO_DOC_VERSION| release of the | 15 | Project documentation mailing list at ``docs@lists.yoctoproject.org`` or |
16 | Yocto Project. To be sure you have the latest version of the manual for this | 16 | log into the freenode ``#yocto`` channel. |
17 | release, go to the :yocto_home:`Yocto Project documentation page </docs>` and | ||
18 | select the manual from that site. Manuals from the site are more up-to-date | ||
19 | than manuals derived from the Yocto Project released TAR files. | ||
20 | |||
21 | * If you located this manual through a web search, the version of the manual | ||
22 | might not be the one you want (e.g. the search might have returned a manual | ||
23 | much older than the Yocto Project version with which you are working). You | ||
24 | can see all Yocto Project major releases by visiting the | ||
25 | :yocto_wiki:`Releases</wiki/Releases>` page. If you need a version of this | ||
26 | manual for a different Yocto Project release, visit the :yocto_home:`Yocto | ||
27 | Project documentation page</docs>` and select the manual set by using the | ||
28 | "ACTIVE RELEASES DOCUMENTATION" or "DOCUMENTS ARCHIVE" pull-down menus. | ||
29 | |||
30 | * To report any inaccuracies or problems with this (or any other Yocto | ||
31 | Project) manual, send an email to the Yocto Project documentation mailing | ||
32 | list at ``docs@lists.yoctoproject.org`` or log into the freenode ``#yocto`` | ||
33 | channel. | ||
34 | 17 | ||