This tool has nothing to do with testing. 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 <[email protected]> --- (no changes since v1) doc/develop/index.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 50b1de3bdff..9208668a2d4 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -30,7 +30,14 @@ Testing .. toctree:: :maxdepth: 1 - coccinelle testing py_testing tests_sandbox + +Refactoring +----------- + +.. toctree:: + :maxdepth: 1 + + coccinelle -- 2.30.1.766.gb4fecdf3b7-goog

