zephyr/samples
David B. Kinder 62a0cd246d doc: fix uses of back quotes in documentation
ReST defines interpreted text roles where text enclosed by single quotes
can be "intrepreted", for example :ref:`some name` becomes a link to
a label anywhere in the doc set named "some name", :c:func:`funcname()`
becomes a link to the API documentation for "funcname", and
:option:`CONFIG_NAME` becomes a link to, in our case, the documentation
for the generated Kconfig option.

This patch fixes uses of `some name` (without a role) by either adding
an explicit role, or changing to ``some name``, which indicates inline
code block formatting (most likely what was intended).

This is a precursor to changing the default behavior of interpreted
text to treat `some name` as :any:`some name` (as configured in
doc/conf.py), which would attempt to create a link to any available
definition of "some name".

We may not change this default role behavior, but it becomes an option
after the fixes in this patch.  In any case, this patch fixes incorrect
uses of single-quoted text (possibly introduced because GitHub's
markdown language uses single-quoted text for inline code formatting).

Jira: ZEP-2414

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2017-08-03 11:08:23 -04:00
..
application_development tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
basic tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
bluetooth Bluetooth: samples/mesh: Increase GATT TX buffer count 2017-08-03 13:10:30 +03:00
boards kernel: make K_.*_INITIALIZER private to kernel 2017-07-10 11:44:56 -07:00
cpp_synchronization tests: replace filters in testcase files 2017-06-28 09:51:40 -05:00
drivers samples: random: Add sentinel to check for buffer overflows 2017-07-07 07:27:39 -05:00
grove tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
hello_world samples: hello_world: remove min_ram requirement 2017-06-29 11:48:34 -04:00
mpu mpu_stack_guard_test: fix stack declaration 2017-07-26 05:53:14 -04:00
net doc: spelling fixes in docs 2017-08-02 15:14:13 -04:00
nfc/nfc_hello samples: nfc_hello: limit to uarts that support interrupts 2017-06-29 14:55:43 -04:00
philosophers tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
sensor tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
subsys doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
synchronization tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
testing tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst doc: add MPU samples to index 2017-06-20 10:40:16 -04:00