From: Bin Meng Date: Thu, 18 Jul 2019 07:34:02 +0000 (-0700) Subject: doc: Add architecture specific info to Sphinx TOC tree X-Git-Tag: v2019.10-rc1~16^2~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d838138657f91c814132d66ae25430891b772fd6;p=oweals%2Fu-boot.git 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 Reviewed-by: Heinrich Schuchardt --- 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 ==================