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/profile-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/profile-manual')
-rw-r--r-- | documentation/profile-manual/profile-manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/profile-manual/profile-manual.rst b/documentation/profile-manual/profile-manual.rst index 31c734f472..f6de4108ca 100644 --- a/documentation/profile-manual/profile-manual.rst +++ b/documentation/profile-manual/profile-manual.rst | |||
@@ -4,8 +4,6 @@ | |||
4 | Yocto Project Profiling and Tracing Manual | 4 | Yocto Project Profiling and Tracing 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 Profiling and Tracing Manual | |||
15 | profile-manual-usage | 13 | profile-manual-usage |
16 | profile-manual-examples | 14 | profile-manual-examples |
17 | history | 15 | history |
16 | |||
17 | .. include:: /boilerplate.rst | ||