diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2019-07-18 00:34:02 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-24 10:07:24 -0400 |
commit | d838138657f91c814132d66ae25430891b772fd6 (patch) | |
tree | 4a08b5768c405aa09dd6c6a3abdd01b496a9ee24 /doc/index.rst | |
parent | a077bae3723c58efee3b8c99ac5291aef505a37d (diff) |
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>
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
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 ================== |