summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-22 06:35:50 +0300
committerSimon Glass <sjg@chromium.org>2021-08-01 18:05:24 +0300
commita980e7bbde5becf014a8cda7dd0c6fe9c1b234d9 (patch)
tree303d8118348e355ea09c730b37a57483c20a12cc /doc/develop
parent2d754cea4c18f0200ff14c038fe4d3f206b684d9 (diff)
downloadu-boot-a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9.tar.xz
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>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/index.rst9
1 files changed, 8 insertions, 1 deletions
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