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

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


Add index.rst for architecture specific info. 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/arch/index.rst |  7 +++++++
 doc/index.rst      | 11 +++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 doc/arch/index.rst

diff --git a/doc/arch/index.rst b/doc/arch/index.rst
new file mode 100644
index 0000000..a03ee6b
--- /dev/null
+++ b/doc/arch/index.rst
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Architecture-specific doc
+=========================
+
+.. toctree::
+   :maxdepth: 2
diff --git a/doc/index.rst b/doc/index.rst
index bc2f06a..6d42d94 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -40,6 +40,17 @@ needed).
 
    api/index
 
+Architecture-specific doc
+-------------------------
+
+These books provide programming details about architecture-specific
+implementation.
+
+.. toctree::
+   :maxdepth: 2
+
+   arch/index
+
 Indices and tables
 ==================
 
-- 
2.7.4



More information about the U-Boot mailing list