summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2019-07-18 10:34:02 +0300
committerTom Rini <trini@konsulko.com>2019-07-24 17:07:24 +0300
commitd838138657f91c814132d66ae25430891b772fd6 (patch)
tree4a08b5768c405aa09dd6c6a3abdd01b496a9ee24
parenta077bae3723c58efee3b8c99ac5291aef505a37d (diff)
downloadu-boot-d838138657f91c814132d66ae25430891b772fd6.tar.xz
doc: Add architecture specific info to Sphinx TOC tree
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>
-rw-r--r--doc/arch/index.rst7
-rw-r--r--doc/index.rst11
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/arch/index.rst b/doc/arch/index.rst
new file mode 100644
index 0000000000..a03ee6b752
--- /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 bc2f06a9ba..6d42d9454d 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
==================