doc: Add architecture specific info to Sphinx TOC tree
authorBin Meng <bmeng.cn@gmail.com>
Thu, 18 Jul 2019 07:34:02 +0000 (00:34 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 24 Jul 2019 14:07:24 +0000 (10:07 -0400)
Add index.rst for architecture specific info. More docs will be
added later.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/arch/index.rst [new file with mode: 0644]
doc/index.rst

diff --git a/doc/arch/index.rst b/doc/arch/index.rst
new file mode 100644 (file)
index 0000000..a03ee6b
--- /dev/null
@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Architecture-specific doc
+=========================
+
+.. toctree::
+   :maxdepth: 2
index bc2f06a9ba5784be0d73bbf612cab18d0eabb92d..6d42d9454d5e619e35eeb0cc56c06bc2771072fb 100644 (file)
@@ -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
 ==================