diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-22 21:10:26 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 16:03:01 +0200 |
commit | 159a5e78bdcabb1f87ee5536182a99a307ae0bac (patch) | |
tree | fa00d7d6b69282a49227a1c41736e32c0762381b /Documentation/index.rst | |
parent | docs: interconnect.rst: add it to the driver-api guide (diff) | |
download | linux-159a5e78bdcabb1f87ee5536182a99a307ae0bac.tar.xz linux-159a5e78bdcabb1f87ee5536182a99a307ae0bac.zip |
docs: add arch doc directories to the index
Now that several arch documents were converted to ReST,
add their indexes to Documentation/index.rst and remove the
:orphan: from them.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 864daf8805a4..a322c8721d13 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -117,7 +117,16 @@ implementation. :maxdepth: 2 sh/index + arm/index + arm64/index + ia64/index + m68k/index + riscv/index + s390/index + sh/index + sparc/index x86/index + xtensa/index Filesystem Documentation ------------------------ |