diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-21 21:35:50 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-08-01 09:05:24 -0600 |
commit | a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9 (patch) | |
tree | 303d8118348e355ea09c730b37a57483c20a12cc | |
parent | 2d754cea4c18f0200ff14c038fe4d3f206b684d9 (diff) | |
download | u-boot-a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9.zip u-boot-a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9.tar.gz u-boot-a980e7bbde5becf014a8cda7dd0c6fe9c1b234d9.tar.bz2 |
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>
-rw-r--r-- | doc/develop/index.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 0ae4408..d1488d7 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 |