diff options
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r-- | documentation/overview-manual/history.rst | 28 | ||||
-rw-r--r-- | documentation/overview-manual/overview-manual.rst | 24 |
2 files changed, 29 insertions, 23 deletions
diff --git a/documentation/overview-manual/history.rst b/documentation/overview-manual/history.rst new file mode 100644 index 0000000000..0273d28b90 --- /dev/null +++ b/documentation/overview-manual/history.rst | |||
@@ -0,0 +1,28 @@ | |||
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.5 | ||
15 | - May 2018 | ||
16 | - The initial document released with the Yocto Project 2.5 Release | ||
17 | * - 2.6 | ||
18 | - November 2018 | ||
19 | - Released with the Yocto Project 2.6 Release. | ||
20 | * - 2.7 | ||
21 | - May 2019 | ||
22 | - Released with the Yocto Project 2.7 Release. | ||
23 | * - 3.0 | ||
24 | - October 2019 | ||
25 | - Released with the Yocto Project 3.0 Release. | ||
26 | * - 3.1 | ||
27 | - April 2020 | ||
28 | - Released with the Yocto Project 3.1 Release. | ||
diff --git a/documentation/overview-manual/overview-manual.rst b/documentation/overview-manual/overview-manual.rst index a584838521..57138bcced 100644 --- a/documentation/overview-manual/overview-manual.rst +++ b/documentation/overview-manual/overview-manual.rst | |||
@@ -6,29 +6,6 @@ Yocto Project Overview and Concepts 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 | * - 2.5 | ||
17 | - May 2018 | ||
18 | - The initial document released with the Yocto Project 2.5 Release | ||
19 | * - 2.6 | ||
20 | - November 2018 | ||
21 | - Released with the Yocto Project 2.6 Release. | ||
22 | * - 2.7 | ||
23 | - May 2019 | ||
24 | - Released with the Yocto Project 2.7 Release. | ||
25 | * - 3.0 | ||
26 | - October 2019 | ||
27 | - Released with the Yocto Project 3.0 Release. | ||
28 | * - 3.1 | ||
29 | - April 2020 | ||
30 | - Released with the Yocto Project 3.1 Release. | ||
31 | |||
32 | .. toctree:: | 9 | .. toctree:: |
33 | :caption: Table of Contents | 10 | :caption: Table of Contents |
34 | :numbered: | 11 | :numbered: |
@@ -37,3 +14,4 @@ Yocto Project Overview and Concepts Manual | |||
37 | overview-manual-yp-intro | 14 | overview-manual-yp-intro |
38 | overview-manual-development-environment | 15 | overview-manual-development-environment |
39 | overview-manual-concepts | 16 | overview-manual-concepts |
17 | history | ||