From: Carlos Bilbao Date: Thu, 24 Nov 2022 17:02:40 +0000 (-0600) Subject: docs: Create translations/sp_SP/process/, move submitting-patches.rst X-Git-Tag: v6.2-rc1~165^2~10 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a0454bb599be7e933688eaa5f47ca2740786398f;p=users%2Fhch%2Fmisc.git docs: Create translations/sp_SP/process/, move submitting-patches.rst The organization of the Spanish translations should be consistent with the rest of kernel documentation. Create directory process/ and move submitting-patches.rst there. Update indexes accordingly. Signed-off-by: Carlos Bilbao Link: https://lore.kernel.org/r/20221124170242.1892751-5-carlos.bilbao@amd.com Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/translations/sp_SP/index.rst b/Documentation/translations/sp_SP/index.rst index e20dd6e875e7..791cbef75902 100644 --- a/Documentation/translations/sp_SP/index.rst +++ b/Documentation/translations/sp_SP/index.rst @@ -1,4 +1,3 @@ -.. _sp_linux_doc: ===================== Traducción al español @@ -78,4 +77,4 @@ Traducciones al español :maxdepth: 1 howto - submitting-patches + process/index diff --git a/Documentation/translations/sp_SP/process/index.rst b/Documentation/translations/sp_SP/process/index.rst new file mode 100644 index 000000000000..ecdf6fa9df0c --- /dev/null +++ b/Documentation/translations/sp_SP/process/index.rst @@ -0,0 +1,13 @@ +.. raw:: latex + + \renewcommand\thesection* + \renewcommand\thesubsection* + +.. include:: ../disclaimer-sp.rst + +.. _sp_process_index: + +.. toctree:: + :maxdepth: 1 + + submitting-patches diff --git a/Documentation/translations/sp_SP/submitting-patches.rst b/Documentation/translations/sp_SP/process/submitting-patches.rst similarity index 99% rename from Documentation/translations/sp_SP/submitting-patches.rst rename to Documentation/translations/sp_SP/process/submitting-patches.rst index 5473bce87360..bf95ceb5e865 100644 --- a/Documentation/translations/sp_SP/submitting-patches.rst +++ b/Documentation/translations/sp_SP/process/submitting-patches.rst @@ -1,4 +1,4 @@ -.. include:: ./disclaimer-sp.rst +.. include:: ../disclaimer-sp.rst :Original: :ref:`Documentation/process/submitting-patches.rst ` :Translator: Carlos Bilbao