zephyr/doc/getting_started
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
..
img Doc: Getting Started: Image fix for PDF generation 2021-07-14 10:49:22 +03:00
index.rst doc: Update for Zephyr SDK 0.13.2 2021-11-25 06:58:45 -05:00
installation_linux.rst doc: drop single quote references 2021-12-10 16:43:34 -05:00
installation_mac.rst
installation_win.rst
toolchain_3rd_party_x_compilers.rst doc: updated occurrences of GNU ARM Embedded to GNU Arm Embedded 2021-10-14 12:56:35 +02:00
toolchain_custom_cmake.rst toolchain: doc: Custom toolchain doc updated for other.h requirement 2021-08-26 09:28:19 -04:00
toolchain_host.rst
toolchain_other_x_compilers.rst