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/test-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/test-manual')
-rw-r--r-- | documentation/test-manual/history.rst | 16 | ||||
-rw-r--r-- | documentation/test-manual/test-manual.rst | 13 |
2 files changed, 17 insertions, 12 deletions
diff --git a/documentation/test-manual/history.rst b/documentation/test-manual/history.rst new file mode 100644 index 0000000000..76d43091a5 --- /dev/null +++ b/documentation/test-manual/history.rst | |||
@@ -0,0 +1,16 @@ | |||
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 | * - 3.2 | ||
15 | - October 2020 | ||
16 | - The initial document released with the Yocto Project 3.2 Release | ||
diff --git a/documentation/test-manual/test-manual.rst b/documentation/test-manual/test-manual.rst index 981ab5e15a..32aee19a8b 100644 --- a/documentation/test-manual/test-manual.rst +++ b/documentation/test-manual/test-manual.rst | |||
@@ -6,17 +6,6 @@ Yocto Project Test Environment 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 | * - 3.2 | ||
17 | - October 2020 | ||
18 | - The initial document released with the Yocto Project 3.2 Release | ||
19 | |||
20 | .. toctree:: | 9 | .. toctree:: |
21 | :caption: Table of Contents | 10 | :caption: Table of Contents |
22 | :numbered: | 11 | :numbered: |
@@ -24,4 +13,4 @@ Yocto Project Test Environment Manual | |||
24 | test-manual-intro | 13 | test-manual-intro |
25 | test-manual-test-process | 14 | test-manual-test-process |
26 | test-manual-understand-autobuilder | 15 | test-manual-understand-autobuilder |
27 | 16 | history | |