[U-Boot] [PATCH 19/50] doc: Add board specific info to Sphinx TOC tree

Bin Meng bmeng.cn at gmail.com
Thu Jul 18 07:34:04 UTC 2019


Add index.rst for board. More docs will be added later.

Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---

 doc/board/index.rst |  7 +++++++
 doc/index.rst       | 11 +++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 doc/board/index.rst

diff --git a/doc/board/index.rst b/doc/board/index.rst
new file mode 100644
index 0000000..b47f672
--- /dev/null
+++ b/doc/board/index.rst
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Board-specific doc
+==================
+
+.. toctree::
+   :maxdepth: 2
diff --git a/doc/index.rst b/doc/index.rst
index 6d42d94..9ae2e16 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -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
 ==================
 
-- 
2.7.4



More information about the U-Boot mailing list