doc: gsg: remove unused numbered steps

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é <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-10-04 12:26:38 +02:00 committed by Fabio Baltieri
parent df156d7faf
commit ce15b5af0c

View File

@ -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
****************