zephyr/samples/boards
Gerard Marull-Paretas 459c3f918f doc: drop single quote references
Many documents relied on single quotes to create references, e.g.
`my_reference`. This is possible because `default_role = "any"` is
enabled in Sphinx conf.py. However, this method comes with its problems:

- It mixes all domains together, so it's not clear to what are you
  referencing: a document? a Kconfig option? a C function?...
- It creates inconsistencies: in some places explicit roles are used
  (e.g. :ref:`my_page`) while in some others not.
- _Conflictis_ with markdown. Single quotes are used for literals in
  Markdown, so people tend to use the same syntax in Sphinx, even though
  it has a different purpose.

Usages have been found using `git grep ' `[^`]*` ' -- **/*.rst`.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-12-10 16:43:34 -05:00
..
96b_argonkey samples: fix double promotion warnings 2021-11-24 17:14:25 -05:00
arc_secure_services cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
bbc_microbit Bluetooth: ATT: Fix typo in defines 2021-10-23 20:39:36 -04:00
esp32 doc: drop single quote references 2021-12-10 16:43:34 -05:00
google_kukui cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
intel_s1000_crb samples: fix double promotion warnings 2021-11-24 17:14:25 -05:00
mec15xxevb_assy6853 pm: state: PM_STATE_DT_ITEMS_LEN->DT_NUM_CPU_POWER_STATES 2021-12-04 12:33:57 -05:00
nrf device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
olimex_stm32_e407 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
pine64_pinetime cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
qemu_cortex_a53/reserved_memory reserved-memory: Fix layering violation 2021-09-28 14:01:36 -04:00
reel_board/mesh_badge drivers: sensor: Const sensor trigger data in trigger handler 2021-10-27 15:09:35 -04:00
sensortile_box sampes: shell: remove usage of CONFIG_USB_UART_CONSOLE 2021-11-18 14:29:18 +01:00
stm32 samples: stm32 power mngt enters low power 2021-11-29 18:19:46 -05:00
ti/cc13x2_cc26x2/system_off pm: Make pm_power_state_force multicore aware 2021-11-18 13:56:15 +01:00
up_squared/gpio_counter cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
boards.rst