From ce15b5af0cf91bdcf8e73ed4aa2ebca3a71a76da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 4 Oct 2023 12:26:38 +0200 Subject: [PATCH] doc: gsg: remove unused numbered steps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There used to be a dedicated style to number headings in a .rst document but there is currently no actual stylesheet for it, and the added value is somewhat limited: dropping the associated directive from the GSG. Signed-off-by: Benjamin Cabé --- doc/develop/getting_started/index.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/develop/getting_started/index.rst b/doc/develop/getting_started/index.rst index 38320e541f6..59f41a503d6 100644 --- a/doc/develop/getting_started/index.rst +++ b/doc/develop/getting_started/index.rst @@ -13,8 +13,6 @@ Follow this guide to: .. _host_setup: -.. rst-class:: numbered-step - Select and Update OS ******************** @@ -46,8 +44,6 @@ Click the operating system you are using. .. _install-required-tools: -.. rst-class:: numbered-step - Install dependencies ******************** @@ -178,8 +174,6 @@ The current minimum required version for the main dependencies are: .. _install_py_requirements: .. _gs_python_deps: -.. rst-class:: numbered-step - Get Zephyr and install Python dependencies ****************************************** @@ -476,8 +470,6 @@ additional Python dependencies. pip3 install -r %HOMEPATH%\zephyrproject\zephyr\scripts\requirements.txt -.. rst-class:: numbered-step - Install Zephyr SDK ****************** @@ -643,8 +635,6 @@ that are used to emulate, flash and debug Zephyr applications. .. _getting_started_run_sample: -.. rst-class:: numbered-step - Build the Blinky Sample *********************** @@ -688,8 +678,6 @@ users. Users may also use the ``-p auto`` option, which will use heuristics to determine if a pristine build is required, such as when building another sample. -.. rst-class:: numbered-step - Flash the Sample ****************