From: Jonathan Corbet Date: Tue, 14 Mar 2023 22:39:37 +0000 (-0600) Subject: docs: create a top-level arch/ directory X-Git-Tag: v6.6.7~2889^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f1bb0386dfc0bda78ddad0e4fb3cd519b2886ab;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/Documentation/arch.rst b/Documentation/arch.rst deleted file mode 100644 index 41a66a8..0000000 --- a/Documentation/arch.rst +++ /dev/null @@ -1,28 +0,0 @@ -.. SPDX-License-Identifier: GPL-2.0 - -CPU Architectures -================= - -These books provide programming details about architecture-specific -implementation. - -.. toctree:: - :maxdepth: 2 - - arc/index - arm/index - arm64/index - ia64/index - loongarch/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/arch/index.rst b/Documentation/arch/index.rst new file mode 100644 index 0000000..5f494e0 --- /dev/null +++ b/Documentation/arch/index.rst @@ -0,0 +1,28 @@ +.. SPDX-License-Identifier: GPL-2.0 + +CPU Architectures +================= + +These books provide programming details about architecture-specific +implementation. + +.. toctree:: + :maxdepth: 2 + + ../arc/index + ../arm/index + ../arm64/index + ../ia64/index + ../loongarch/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 76d1a3e..9dfdc82 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -99,7 +99,7 @@ Architecture-specific documentation .. toctree:: :maxdepth: 2 - arch + arch/index Other documentation