]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
docs: Create translations/sp_SP/process/, move submitting-patches.rst
authorCarlos Bilbao <carlos.bilbao@amd.com>
Thu, 24 Nov 2022 17:02:40 +0000 (11:02 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 28 Nov 2022 15:54:45 +0000 (08:54 -0700)
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 <carlos.bilbao@amd.com>
Link: https://lore.kernel.org/r/20221124170242.1892751-5-carlos.bilbao@amd.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/translations/sp_SP/index.rst
Documentation/translations/sp_SP/process/index.rst [new file with mode: 0644]
Documentation/translations/sp_SP/process/submitting-patches.rst [moved from Documentation/translations/sp_SP/submitting-patches.rst with 99% similarity]

index e20dd6e875e77fd93413b88cad0da2aed5616ca2..791cbef75902042f38c34994b4101e905888f324 100644 (file)
@@ -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 (file)
index 0000000..ecdf6fa
--- /dev/null
@@ -0,0 +1,13 @@
+.. raw:: latex
+
+       \renewcommand\thesection*
+       \renewcommand\thesubsection*
+
+.. include:: ../disclaimer-sp.rst
+
+.. _sp_process_index:
+
+.. toctree::
+   :maxdepth: 1
+
+   submitting-patches
similarity index 99%
rename from Documentation/translations/sp_SP/submitting-patches.rst
rename to Documentation/translations/sp_SP/process/submitting-patches.rst
index 5473bce87360d210be0fa47a691b0453f5a33b99..bf95ceb5e865a15372cd73d080d78a94b17d03f6 100644 (file)
@@ -1,4 +1,4 @@
-.. include:: ./disclaimer-sp.rst
+.. include:: ../disclaimer-sp.rst
 
 :Original: :ref:`Documentation/process/submitting-patches.rst <submittingpatches>`
 :Translator: Carlos Bilbao <carlos.bilbao@amd.com>