diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2021-03-12 18:28:03 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-15 22:35:35 +0300 |
commit | 3eca1cfbc1e854aafd1672d408c4b8fc602a20e3 (patch) | |
tree | 724bc167a0c7a0418b5ddfcdb98ab2bc24919fa8 /Documentation | |
parent | 0860b72d535f869e26252df66d4f634e1655f84a (diff) | |
download | linux-3eca1cfbc1e854aafd1672d408c4b8fc602a20e3.tar.xz |
docs: Group arch-specific documentation under "CPU Architectures"
To declutter the top-level table of contents (the side bar), this
patch reduces the architecture-specfic documentation to one top-level
item, "CPU Architectures".
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20210312152804.2110703-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arch.rst | 26 | ||||
-rw-r--r-- | Documentation/index.rst | 20 |
2 files changed, 28 insertions, 18 deletions
diff --git a/Documentation/arch.rst b/Documentation/arch.rst new file mode 100644 index 000000000000..f10bd32a5972 --- /dev/null +++ b/Documentation/arch.rst @@ -0,0 +1,26 @@ +.. SPDX-License-Identifier: GPL-2.0 + +CPU Architectures +================= + +These books provide programming details about architecture-specific +implementation. + +.. toctree:: + :maxdepth: 2 + + arm/index + arm64/index + ia64/index + m68k/index + mips/index + nios2/index + openrisc/index + parisc/index + powerpc/index + riscv/index + s390/index + sh/index + sparc/index + x86/index + xtensa/index diff --git a/Documentation/index.rst b/Documentation/index.rst index 31f2adc8542d..54ce34fd6fbd 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -149,27 +149,11 @@ Architecture-agnostic documentation Architecture-specific documentation ----------------------------------- -These books provide programming details about architecture-specific -implementation. - .. toctree:: :maxdepth: 2 - arm/index - arm64/index - ia64/index - m68k/index - mips/index - nios2/index - openrisc/index - parisc/index - powerpc/index - riscv/index - s390/index - sh/index - sparc/index - x86/index - xtensa/index + arch + Other documentation ------------------- |