samples: fully migrate basic samples to the new Sphinx extension

- Updated basic samples READMEs to use the new zephyr:code-sample::
  directive. Dropped "-sample" suffix that's not required anymore now
  that samples have their own namespace.
- Updated all references to the samples to use the :zephyr:code-sample:
  role. Checked and updated the wording of said references to account
  for the fact that samples should not have "... sample" in their name
  anymore.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-05 23:58:56 +02:00 committed by Carles Cufí
commit 59e4c5aed0
131 changed files with 214 additions and 209 deletions

View file

@ -25,8 +25,8 @@ Requirements
************
* Two boards with Bluetooth Low Energy support
* Two boards with a push button connected via a GPIO pin, see :zephyr:code-sample:`button-sample`
for more details
* Two boards with a push button connected via a GPIO pin, see the :zephyr:code-sample:`button`
sample for more details
Building and Running
********************