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/sdk-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/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/sdk-manual/sdk-manual.rst b/documentation/sdk-manual/sdk-manual.rst index 223db1cf73..0149ea4178 100644 --- a/documentation/sdk-manual/sdk-manual.rst +++ b/documentation/sdk-manual/sdk-manual.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Yocto Project Application Development and the Extensible Software Development Kit (eSDK) | 4 | Yocto Project Application Development and the Extensible Software Development Kit (eSDK) |
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: |
@@ -18,3 +16,5 @@ Yocto Project Application Development and the Extensible Software Development Ki | |||
18 | sdk-appendix-customizing | 16 | sdk-appendix-customizing |
19 | sdk-appendix-customizing-standard | 17 | sdk-appendix-customizing-standard |
20 | history | 18 | history |
19 | |||
20 | .. include:: /boilerplate.rst | ||