From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Thu, 4 Mar 2021 18:23:22 +0100 Subject: [PATCH v4 39/42] doc: Move coccinelle into its own section In-Reply-To: <20210304135118.643277-38-sjg@chromium.org> References: <20210304135118.643277-1-sjg@chromium.org> <20210304135118.643277-38-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04.03.21 14:51, Simon Glass wrote: > 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. Coccinelle makes static code analysis. This has nothing to do with refactoring. I saw it as static testing compared to the dynamic testing done for instance by pytest. You might put it into one chapter with our continuous integration. Best regards Heinrich > > Signed-off-by: Simon Glass > --- > > (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 >