doc: sphinx-lint: fix bad usage of "default role"
Fixes bad usage of single backticks in lieu of double backticks for rendering inline literals, or simple '*' for italics. When appropriate, a better construct than double backticks has been selected (ex. :file:, :kconfig:option:, :c:func:, ...), or proper :ref: have been used if the original intention was to have a link. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
49bd80828d
commit
df294e34e1
127 changed files with 304 additions and 285 deletions
|
@ -8,7 +8,7 @@ Overview
|
|||
|
||||
In order to test the actual framework's failure cases, this test suite has to do something unique.
|
||||
There's a subdirectory to this test called 'core'. This project builds a sample as a
|
||||
:ref:`native_sim <native_sim>` or `:ref:unit_testing <ztest_unit_testing>`
|
||||
:ref:`native_sim <native_sim>` or :ref:`unit_testing <ztest_unit_testing>`
|
||||
binary which is expected to fail by calling one of the following:
|
||||
- ``ztest_test_fail()`` during either the ``after`` or ``teardown`` phase of the test suite
|
||||
- ``ztest_test_skip()`` during either the ``after`` or ``teardown`` phase of the test suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue