Re: [PATCH] docs: move mips under arch

From: Jonathan Corbet
Date: Mon Jul 31 2023 - 12:38:22 EST


Costa Shulyupin <costa.shul@xxxxxxxxxx> writes:

> and fix all in-tree references.
>
> Architecture-specific documentation is being moved into Documentation/arch/
> as a way of cleaning up the top-level documentation directory and making
> the docs hierarchy more closely match the source hierarchy.
>
> Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
> ---
> Documentation/arch/index.rst | 2 +-
> Documentation/{ => arch}/mips/booting.rst | 0
> Documentation/{ => arch}/mips/features.rst | 0
> Documentation/{ => arch}/mips/index.rst | 0
> Documentation/{ => arch}/mips/ingenic-tcu.rst | 0
> Documentation/devicetree/bindings/timer/ingenic,tcu.yaml | 2 +-
> Documentation/translations/zh_CN/arch/index.rst | 2 +-
> Documentation/translations/zh_CN/{ => arch}/mips/booting.rst | 4 ++--
> Documentation/translations/zh_CN/{ => arch}/mips/features.rst | 4 ++--
> Documentation/translations/zh_CN/{ => arch}/mips/index.rst | 4 ++--
> .../translations/zh_CN/{ => arch}/mips/ingenic-tcu.rst | 4 ++--
> MAINTAINERS | 2 +-
> 12 files changed, 12 insertions(+), 12 deletions(-)
> rename Documentation/{ => arch}/mips/booting.rst (100%)
> rename Documentation/{ => arch}/mips/features.rst (100%)
> rename Documentation/{ => arch}/mips/index.rst (100%)
> rename Documentation/{ => arch}/mips/ingenic-tcu.rst (100%)
> rename Documentation/translations/zh_CN/{ => arch}/mips/booting.rst (92%)
> rename Documentation/translations/zh_CN/{ => arch}/mips/features.rst (65%)
> rename Documentation/translations/zh_CN/{ => arch}/mips/index.rst (79%)
> rename Documentation/translations/zh_CN/{ => arch}/mips/ingenic-tcu.rst (97%)

Applied, thanks.

jon