zephyr/samples/subsys
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
..
console samples: Fix filtering on UART_CONSOLE 2017-06-29 07:07:31 -04:00
debug doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
ipc/ipm_mailbox samples: ipm_mailbox: fix build error 2017-08-02 11:15:25 -04:00
logging/logger-hook tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
shell/shell samples: Fix filtering on UART_CONSOLE 2017-06-29 07:07:31 -04:00
usb doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00