doc: fix double backticks in sphinx roles
fixed a few improperly formatted sphinx roles causing dead references. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
e7b6a08d8f
commit
40d3ffa603
|
@ -62,7 +62,7 @@ hardware features:
|
|||
Other hardware features have not been enabled yet for this board.
|
||||
|
||||
The default configuration can be found in
|
||||
:zephyr_file:`boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57_defconfig``
|
||||
:zephyr_file:`boards/renesas/rcar_h3ulcb/rcar_h3ulcb_r8a77951_a57_defconfig`
|
||||
|
||||
Programming and Debugging
|
||||
*************************
|
||||
|
|
|
@ -119,7 +119,7 @@ features:
|
|||
Other hardware features are not yet supported on this Zephyr port.
|
||||
|
||||
The default configuration can be found in the defconfig files:
|
||||
:zephyr_file:`boards/st/nucleo_h723zg/nucleo_h723zg_defconfig``
|
||||
:zephyr_file:`boards/st/nucleo_h723zg/nucleo_h723zg_defconfig`
|
||||
|
||||
For more details please refer to `STM32 Nucleo-144 board User Manual`_.
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ Setting a new SIRK
|
|||
------------------
|
||||
|
||||
This command can modify the currently used SIRK. To get the new RSI to advertise on air,
|
||||
:code:`bt adv-data`` or :code:`bt advertise` must be called again to set the new advertising data.
|
||||
:code:`bt adv-data` or :code:`bt advertise` must be called again to set the new advertising data.
|
||||
If :code:`CONFIG_BT_CSIP_SET_MEMBER_NOTIFIABLE` is enabled, this will also notify connected
|
||||
clients.
|
||||
|
||||
|
|
|
@ -169,7 +169,7 @@ Setting a new SIRK
|
|||
------------------
|
||||
|
||||
This command can modify the currently used SIRK. To get the new RSI to advertise on air,
|
||||
:code:`bt adv-data`` or :code:`bt advertise` must be called again to set the new advertising data.
|
||||
:code:`bt adv-data` or :code:`bt advertise` must be called again to set the new advertising data.
|
||||
If :code:`CONFIG_BT_CSIP_SET_MEMBER_NOTIFIABLE` is enabled, this will also notify connected
|
||||
clients.
|
||||
|
||||
|
|
|
@ -170,7 +170,7 @@ The current minimum required version for the main dependencies are:
|
|||
#. `Install chocolatey`_.
|
||||
|
||||
#. Open a ``cmd.exe`` terminal window as **Administrator**. To do so, press the Windows key,
|
||||
type ``cmd.exe``, right-click the :guilabel:`Command Prompt`` search result, and choose
|
||||
type ``cmd.exe``, right-click the :guilabel:`Command Prompt` search result, and choose
|
||||
:guilabel:`Run as Administrator`.
|
||||
|
||||
#. Disable global confirmation to avoid having to confirm the
|
||||
|
|
Loading…
Reference in a new issue