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/history.rst | |
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/history.rst')
-rw-r--r-- | documentation/test-manual/history.rst | 16 |
1 files changed, 16 insertions, 0 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 | ||