From: Simon Glass Date: Thu, 22 Jul 2021 03:35:50 +0000 (-0600) Subject: doc: Move coccinelle into its own section X-Git-Tag: v2021.10-rc2~24^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9;p=pandora-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 --- diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 0ae440845f4..d1488d764b6 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