summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-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/toaster-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/toaster-manual')
-rw-r--r--documentation/toaster-manual/history.rst46
-rw-r--r--documentation/toaster-manual/toaster-manual.rst42
2 files changed, 47 insertions, 41 deletions
diff --git a/documentation/toaster-manual/history.rst b/documentation/toaster-manual/history.rst
new file mode 100644
index 0000000000..027b343d00
--- /dev/null
+++ b/documentation/toaster-manual/history.rst
@@ -0,0 +1,46 @@
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.8
15 - April 2015
16 - The initial document released with the Yocto Project 1.8 Release
17 * - 2.0
18 - October 2015
19 - Released with the Yocto Project 2.0 Release.
20 * - 2.1
21 - April 2016
22 - Released with the Yocto Project 2.1 Release.
23 * - 2.2
24 - October 2016
25 - Released with the Yocto Project 2.2 Release.
26 * - 2.3
27 - May 2017
28 - Released with the Yocto Project 2.3 Release.
29 * - 2.4
30 - October 2017
31 - Released with the Yocto Project 2.4 Release.
32 * - 2.5
33 - May 2018
34 - Released with the Yocto Project 2.5 Release.
35 * - 2.6
36 - November 2018
37 - Released with the Yocto Project 2.6 Release.
38 * - 2.7
39 - May 2019
40 - Released with the Yocto Project 2.7 Release.
41 * - 3.0
42 - October 2019
43 - Released with the Yocto Project 3.0 Release.
44 * - 3.1
45 - April 2020
46 - Released with the Yocto Project 3.1 Release.
diff --git a/documentation/toaster-manual/toaster-manual.rst b/documentation/toaster-manual/toaster-manual.rst
index bee101d637..3bd671a835 100644
--- a/documentation/toaster-manual/toaster-manual.rst
+++ b/documentation/toaster-manual/toaster-manual.rst
@@ -6,47 +6,6 @@ Toaster User 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.8
17 - April 2015
18 - The initial document released with the Yocto Project 1.8 Release
19 * - 2.0
20 - October 2015
21 - Released with the Yocto Project 2.0 Release.
22 * - 2.1
23 - April 2016
24 - Released with the Yocto Project 2.1 Release.
25 * - 2.2
26 - October 2016
27 - Released with the Yocto Project 2.2 Release.
28 * - 2.3
29 - May 2017
30 - Released with the Yocto Project 2.3 Release.
31 * - 2.4
32 - October 2017
33 - Released with the Yocto Project 2.4 Release.
34 * - 2.5
35 - May 2018
36 - Released with the Yocto Project 2.5 Release.
37 * - 2.6
38 - November 2018
39 - Released with the Yocto Project 2.6 Release.
40 * - 2.7
41 - May 2019
42 - Released with the Yocto Project 2.7 Release.
43 * - 3.0
44 - October 2019
45 - Released with the Yocto Project 3.0 Release.
46 * - 3.1
47 - April 2020
48 - Released with the Yocto Project 3.1 Release.
49
50.. toctree:: 9.. toctree::
51 :caption: Table of Contents 10 :caption: Table of Contents
52 :numbered: 11 :numbered:
@@ -55,3 +14,4 @@ Toaster User Manual
55 toaster-manual-start 14 toaster-manual-start
56 toaster-manual-setup-and-use 15 toaster-manual-setup-and-use
57 toaster-manual-reference 16 toaster-manual-reference
17 history