From b6b165ecfc34a988255e0ab3e65f21b1dc067a12 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Tue, 12 Nov 2024 16:31:58 +0100 Subject: [PATCH] Update getting started guide --- doc/user_guide/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/getting_started.rst b/doc/user_guide/getting_started.rst index 2d1b373a8..e126d96b6 100644 --- a/doc/user_guide/getting_started.rst +++ b/doc/user_guide/getting_started.rst @@ -193,7 +193,7 @@ You are ready to use the toolbox. With *nox -l* you can list all available tasks - lint:code -> Runs the static code analyzer on the project - lint:typing -> Runs the type checker on the project - lint:security -> Runs the security linter on the project - - docs:multiversion -> Builds the project documentation + - docs:multiversion -> Builds the multiversion project documentation - docs:build -> Builds the project documentation - docs:open -> Opens the built project documentation - docs:clean -> Removes the documentations build folder