From: Simon Glass <sjg@chromium.org>
Date: Thu, 22 Jul 2021 03:35:50 +0000 (-0600)
Subject: doc: Move coccinelle into its own section
X-Git-Tag: v2025.01-rc5-pxa1908~1768^2~7
X-Git-Url: http://git.dujemihanovic.xyz/img/static//%22brlog.php?a=commitdiff_plain;h=a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9;p=u-boot.git

doc: Move coccinelle into its own section

This tool has nothing to do with testing. It is for refactoring code
automatically using a 'semantic patch' tool.

Create a new section for 'refactoring' and move it into there. It is
likely that other topics may fall under the same heading, such as
using moveconfig and search/replace tools.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

diff --git a/doc/develop/index.rst b/doc/develop/index.rst
index 0ae440845f..d1488d764b 100644
--- a/doc/develop/index.rst
+++ b/doc/develop/index.rst
@@ -42,7 +42,14 @@ Testing
    :maxdepth: 1
 
    testing
-   coccinelle
    py_testing
    tests_writing
    tests_sandbox
+
+Refactoring
+-----------
+
+.. toctree::
+   :maxdepth: 1
+
+   coccinelle