mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
doc: Add board specific info to Sphinx TOC tree
Add index.rst for board. More docs will be added later. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
5f2c16dab2
commit
428c3f5528
2 changed files with 18 additions and 0 deletions
7
doc/board/index.rst
Normal file
7
doc/board/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
Board-specific doc
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
|
@ -51,6 +51,17 @@ implementation.
|
|||
|
||||
arch/index
|
||||
|
||||
Board-specific doc
|
||||
------------------
|
||||
|
||||
These books provide details about board-specific information. They are
|
||||
organized in a vendor subdirectory.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
board/index
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in a new issue