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>
This commit is contained in:
Родитель
efe920466f
Коммит
4f1bb0386d
|
@ -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
|
|
|
@ -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
|
|
@ -99,7 +99,7 @@ Architecture-specific documentation
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
arch
|
arch/index
|
||||||
|
|
||||||
|
|
||||||
Other documentation
|
Other documentation
|
||||||
|
|
Загрузка…
Ссылка в новой задаче