summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-26 17:51:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commit83ebbf63e93048a8d4168eb174cbd35f873fb11d (patch)
treedaba22672142cc45de42c323ad3a8d60679558c7 /documentation/dev-manual
parentfda08f30b1b109c60800e6913a565c1984c1ab2f (diff)
downloadpoky-83ebbf63e93048a8d4168eb174cbd35f873fb11d.tar.gz
sphinx: history: Move revision history to its own section
The revision history tables look better in their own section, move them. (From yocto-docs rev: 27bf0f69b6dc04cea97a023ef52bec2b213d074f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual.rst63
-rw-r--r--documentation/dev-manual/history.rst67
2 files changed, 68 insertions, 62 deletions
diff --git a/documentation/dev-manual/dev-manual.rst b/documentation/dev-manual/dev-manual.rst
index 473aa49c6b..537db7e6d0 100644
--- a/documentation/dev-manual/dev-manual.rst
+++ b/documentation/dev-manual/dev-manual.rst
@@ -6,68 +6,6 @@ Yocto Project Development Tasks Manual
6 6
7.. include:: /boilerplate.rst 7.. include:: /boilerplate.rst
8 8
9.. list-table::
10 :widths: 10 15 40
11 :header-rows: 1
12
13 * - Revision
14 - Date
15 - Note
16 * - 1.1
17 - October 2011
18 - The initial document released with the Yocto Project 1.1 Release
19 * - 1.2
20 - April 2012
21 - Released with the Yocto Project 1.2 Release.
22 * - 1.3
23 - October 2012
24 - Released with the Yocto Project 1.3 Release.
25 * - 1.4
26 - April 2013
27 - Released with the Yocto Project 1.4 Release.
28 * - 1.5
29 - October 2013
30 - Released with the Yocto Project 1.5 Release.
31 * - 1.6
32 - April 2014
33 - Released with the Yocto Project 1.6 Release.
34 * - 1.7
35 - October 2014
36 - Released with the Yocto Project 1.7 Release.
37 * - 1.8
38 - April 2015
39 - Released with the Yocto Project 1.8 Release.
40 * - 2.0
41 - October 2015
42 - Released with the Yocto Project 2.0 Release.
43 * - 2.1
44 - April 2016
45 - Released with the Yocto Project 2.1 Release.
46 * - 2.2
47 - October 2016
48 - Released with the Yocto Project 2.2 Release.
49 * - 2.3
50 - May 2017
51 - Released with the Yocto Project 2.3 Release.
52 * - 2.4
53 - October 2017
54 - Released with the Yocto Project 2.4 Release.
55 * - 2.5
56 - May 2018
57 - Released with the Yocto Project 2.5 Release.
58 * - 2.6
59 - November 2018
60 - Released with the Yocto Project 2.6 Release.
61 * - 2.7
62 - May 2019
63 - Released with the Yocto Project 2.7 Release.
64 * - 3.0
65 - October 2019
66 - Released with the Yocto Project 3.0 Release.
67 * - 3.1
68 - April 2020
69 - Released with the Yocto Project 3.1 Release.
70
71.. toctree:: 9.. toctree::
72 :caption: Table of Contents 10 :caption: Table of Contents
73 :numbered: 11 :numbered:
@@ -76,3 +14,4 @@ Yocto Project Development Tasks Manual
76 dev-manual-start 14 dev-manual-start
77 dev-manual-common-tasks 15 dev-manual-common-tasks
78 dev-manual-qemu 16 dev-manual-qemu
17 history
diff --git a/documentation/dev-manual/history.rst b/documentation/dev-manual/history.rst
new file mode 100644
index 0000000000..8b149a6ef5
--- /dev/null
+++ b/documentation/dev-manual/history.rst
@@ -0,0 +1,67 @@
1.. SPDX-License-Identifier: CC-BY-2.0-UK
2
3***********************
4Manual Revision History
5***********************
6
7.. list-table::
8 :widths: 10 15 40
9 :header-rows: 1
10
11 * - Revision
12 - Date
13 - Note
14 * - 1.1
15 - October 2011
16 - The initial document released with the Yocto Project 1.1 Release
17 * - 1.2
18 - April 2012
19 - Released with the Yocto Project 1.2 Release.
20 * - 1.3
21 - October 2012
22 - Released with the Yocto Project 1.3 Release.
23 * - 1.4
24 - April 2013
25 - Released with the Yocto Project 1.4 Release.
26 * - 1.5
27 - October 2013
28 - Released with the Yocto Project 1.5 Release.
29 * - 1.6
30 - April 2014
31 - Released with the Yocto Project 1.6 Release.
32 * - 1.7
33 - October 2014
34 - Released with the Yocto Project 1.7 Release.
35 * - 1.8
36 - April 2015
37 - Released with the Yocto Project 1.8 Release.
38 * - 2.0
39 - October 2015
40 - Released with the Yocto Project 2.0 Release.
41 * - 2.1
42 - April 2016
43 - Released with the Yocto Project 2.1 Release.
44 * - 2.2
45 - October 2016
46 - Released with the Yocto Project 2.2 Release.
47 * - 2.3
48 - May 2017
49 - Released with the Yocto Project 2.3 Release.
50 * - 2.4
51 - October 2017
52 - Released with the Yocto Project 2.4 Release.
53 * - 2.5
54 - May 2018
55 - Released with the Yocto Project 2.5 Release.
56 * - 2.6
57 - November 2018
58 - Released with the Yocto Project 2.6 Release.
59 * - 2.7
60 - May 2019
61 - Released with the Yocto Project 2.7 Release.
62 * - 3.0
63 - October 2019
64 - Released with the Yocto Project 3.0 Release.
65 * - 3.1
66 - April 2020
67 - Released with the Yocto Project 3.1 Release.