diff options
| author | Bin Meng <[email protected]> | 2019-07-18 00:34:02 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-07-24 10:07:24 -0400 |
| commit | d838138657f91c814132d66ae25430891b772fd6 (patch) | |
| tree | 4a08b5768c405aa09dd6c6a3abdd01b496a9ee24 | |
| 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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | doc/arch/index.rst | 7 | ||||
| -rw-r--r-- | doc/index.rst | 11 |
2 files changed, 18 insertions, 0 deletions
diff --git a/doc/arch/index.rst b/doc/arch/index.rst new file mode 100644 index 00000000000..a03ee6b752d --- /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 bc2f06a9ba5..6d42d9454d5 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 ================== |
