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/toaster-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/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/toaster-manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual.rst b/documentation/toaster-manual/toaster-manual.rst index 3bd671a835..e83bf8c139 100644 --- a/documentation/toaster-manual/toaster-manual.rst +++ b/documentation/toaster-manual/toaster-manual.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Toaster User Manual | 4 | Toaster User 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 @@ Toaster User Manual | |||
15 | toaster-manual-setup-and-use | 13 | toaster-manual-setup-and-use |
16 | toaster-manual-reference | 14 | toaster-manual-reference |
17 | history | 15 | history |
16 | |||
17 | .. include:: /boilerplate.rst | ||