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/bsp-guide | |
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/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp-guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp-guide.rst b/documentation/bsp-guide/bsp-guide.rst index dfd9acf776..beb36aa671 100644 --- a/documentation/bsp-guide/bsp-guide.rst +++ b/documentation/bsp-guide/bsp-guide.rst | |||
@@ -4,11 +4,11 @@ | |||
4 | Yocto Project Board Support Package Developer's Guide | 4 | Yocto Project Board Support Package Developer's Guide |
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: |
12 | 10 | ||
13 | bsp | 11 | bsp |
14 | history | 12 | history |
13 | |||
14 | .. include:: /boilerplate.rst | ||