Browse Source

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>
Bin Meng 4 years ago
parent
commit
d838138657
2 changed files with 18 additions and 0 deletions
  1. 7 0
      doc/arch/index.rst
  2. 11 0
      doc/index.rst

+ 7 - 0
doc/arch/index.rst

@@ -0,0 +1,7 @@
+.. SPDX-License-Identifier: GPL-2.0+
+
+Architecture-specific doc
+=========================
+
+.. toctree::
+   :maxdepth: 2

+ 11 - 0
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
 ==================