diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 17:51:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 83ebbf63e93048a8d4168eb174cbd35f873fb11d (patch) | |
tree | daba22672142cc45de42c323ad3a8d60679558c7 /documentation/sdk-manual | |
parent | fda08f30b1b109c60800e6913a565c1984c1ab2f (diff) | |
download | poky-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/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/history.rst | 40 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-manual.rst | 36 |
2 files changed, 41 insertions, 35 deletions
diff --git a/documentation/sdk-manual/history.rst b/documentation/sdk-manual/history.rst new file mode 100644 index 0000000000..af027c97f8 --- /dev/null +++ b/documentation/sdk-manual/history.rst | |||
@@ -0,0 +1,40 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-2.0-UK | ||
2 | |||
3 | *********************** | ||
4 | Manual Revision History | ||
5 | *********************** | ||
6 | |||
7 | .. list-table:: | ||
8 | :widths: 10 15 40 | ||
9 | :header-rows: 1 | ||
10 | |||
11 | * - Revision | ||
12 | - Date | ||
13 | - Note | ||
14 | * - 2.1 | ||
15 | - April 2016 | ||
16 | - The initial document released with the Yocto Project 2.1 Release | ||
17 | * - 2.2 | ||
18 | - October 2016 | ||
19 | - Released with the Yocto Project 2.2 Release. | ||
20 | * - 2.3 | ||
21 | - May 2017 | ||
22 | - Released with the Yocto Project 2.3 Release. | ||
23 | * - 2.4 | ||
24 | - October 2017 | ||
25 | - Released with the Yocto Project 2.4 Release. | ||
26 | * - 2.5 | ||
27 | - May 2018 | ||
28 | - Released with the Yocto Project 2.5 Release. | ||
29 | * - 2.6 | ||
30 | - November 2018 | ||
31 | - Released with the Yocto Project 2.6 Release. | ||
32 | * - 2.7 | ||
33 | - May 2019 | ||
34 | - Released with the Yocto Project 2.7 Release. | ||
35 | * - 3.0 | ||
36 | - October 2019 | ||
37 | - Released with the Yocto Project 3.0 Release. | ||
38 | * - 3.1 | ||
39 | - April 2020 | ||
40 | - Released with the Yocto Project 3.1 Release. | ||
diff --git a/documentation/sdk-manual/sdk-manual.rst b/documentation/sdk-manual/sdk-manual.rst index f41ed2b67f..223db1cf73 100644 --- a/documentation/sdk-manual/sdk-manual.rst +++ b/documentation/sdk-manual/sdk-manual.rst | |||
@@ -6,41 +6,6 @@ Yocto Project Application Development and the Extensible Software Development Ki | |||
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 | * - 2.1 | ||
17 | - April 2016 | ||
18 | - The initial document released with the Yocto Project 2.1 Release | ||
19 | * - 2.2 | ||
20 | - October 2016 | ||
21 | - Released with the Yocto Project 2.2 Release. | ||
22 | * - 2.3 | ||
23 | - May 2017 | ||
24 | - Released with the Yocto Project 2.3 Release. | ||
25 | * - 2.4 | ||
26 | - October 2017 | ||
27 | - Released with the Yocto Project 2.4 Release. | ||
28 | * - 2.5 | ||
29 | - May 2018 | ||
30 | - Released with the Yocto Project 2.5 Release. | ||
31 | * - 2.6 | ||
32 | - November 2018 | ||
33 | - Released with the Yocto Project 2.6 Release. | ||
34 | * - 2.7 | ||
35 | - May 2019 | ||
36 | - Released with the Yocto Project 2.7 Release. | ||
37 | * - 3.0 | ||
38 | - October 2019 | ||
39 | - Released with the Yocto Project 3.0 Release. | ||
40 | * - 3.1 | ||
41 | - April 2020 | ||
42 | - Released with the Yocto Project 3.1 Release. | ||
43 | |||
44 | .. toctree:: | 9 | .. toctree:: |
45 | :caption: Table of Contents | 10 | :caption: Table of Contents |
46 | :numbered: | 11 | :numbered: |
@@ -52,3 +17,4 @@ Yocto Project Application Development and the Extensible Software Development Ki | |||
52 | sdk-appendix-obtain | 17 | sdk-appendix-obtain |
53 | sdk-appendix-customizing | 18 | sdk-appendix-customizing |
54 | sdk-appendix-customizing-standard | 19 | sdk-appendix-customizing-standard |
20 | history | ||