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/arch/index.rst | |
parent | a077bae3723c58efee3b8c99ac5291aef505a37d (diff) | |
download | u-boot-d838138657f91c814132d66ae25430891b772fd6.tar.gz u-boot-d838138657f91c814132d66ae25430891b772fd6.tar.xz u-boot-d838138657f91c814132d66ae25430891b772fd6.zip |
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/arch/index.rst')
-rw-r--r-- | doc/arch/index.rst | 7 |
1 files changed, 7 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 |