diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-26 17:56:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 8f04fc58240fed4f17ef46302530320d0673379b (patch) | |
tree | 2d1361d02d9bc968c98822e8ea42260dc22419ae /documentation/dev-manual | |
parent | 83ebbf63e93048a8d4168eb174cbd35f873fb11d (diff) | |
download | poky-8f04fc58240fed4f17ef46302530320d0673379b.tar.gz |
sphinx: manuals: Move boilerplate after toctree
The boilerplate looks better after the ToC, still not quite
right but the boilerplate can be improved from here.
(From yocto-docs rev: 5e81b9c90f6f45acf26ba146e280bc2659ac14e5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual.rst b/documentation/dev-manual/dev-manual.rst index 537db7e6d0..01a597c3ae 100644 --- a/documentation/dev-manual/dev-manual.rst +++ b/documentation/dev-manual/dev-manual.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Yocto Project Development Tasks Manual | 4 | Yocto Project Development Tasks Manual |
5 | ====================================== | 5 | ====================================== |
6 | 6 | ||
7 | .. include:: /boilerplate.rst | ||
8 | |||
9 | .. toctree:: | 7 | .. toctree:: |
10 | :caption: Table of Contents | 8 | :caption: Table of Contents |
11 | :numbered: | 9 | :numbered: |
@@ -15,3 +13,5 @@ Yocto Project Development Tasks Manual | |||
15 | dev-manual-common-tasks | 13 | dev-manual-common-tasks |
16 | dev-manual-qemu | 14 | dev-manual-qemu |
17 | history | 15 | history |
16 | |||
17 | .. include:: /boilerplate.rst | ||