Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: create a top-level arch/ directory

As the first step in bringing some order to our architecture-specific
documentation, create a top-level arch/ directory and move arch.rst as its
index.rst file.

There is no change in the rendered docs at this point.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>

+29 -29
-28
Documentation/arch.rst
··· 1 - .. SPDX-License-Identifier: GPL-2.0 2 - 3 - CPU Architectures 4 - ================= 5 - 6 - These books provide programming details about architecture-specific 7 - implementation. 8 - 9 - .. toctree:: 10 - :maxdepth: 2 11 - 12 - arc/index 13 - arm/index 14 - arm64/index 15 - ia64/index 16 - loongarch/index 17 - m68k/index 18 - mips/index 19 - nios2/index 20 - openrisc/index 21 - parisc/index 22 - powerpc/index 23 - riscv/index 24 - s390/index 25 - sh/index 26 - sparc/index 27 - x86/index 28 - xtensa/index
+28
Documentation/arch/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + CPU Architectures 4 + ================= 5 + 6 + These books provide programming details about architecture-specific 7 + implementation. 8 + 9 + .. toctree:: 10 + :maxdepth: 2 11 + 12 + ../arc/index 13 + ../arm/index 14 + ../arm64/index 15 + ../ia64/index 16 + ../loongarch/index 17 + ../m68k/index 18 + ../mips/index 19 + ../nios2/index 20 + ../openrisc/index 21 + ../parisc/index 22 + ../powerpc/index 23 + ../riscv/index 24 + ../s390/index 25 + ../sh/index 26 + ../sparc/index 27 + ../x86/index 28 + ../xtensa/index
+1 -1
Documentation/index.rst
··· 99 99 .. toctree:: 100 100 :maxdepth: 2 101 101 102 - arch 102 + arch/index 103 103 104 104 105 105 Other documentation