zephyr/samples/net
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
..
capture cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
civetweb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
cloud samples: fix double promotion warnings 2021-11-24 17:14:25 -05:00
common
dhcpv4_client cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
dns_resolve cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
dsa doc: drop single quote references 2021-12-10 16:43:34 -05:00
eth_native_posix cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
gptp boards: frdm_k64f: Solve conflict between UART3 and enet 2021-11-30 11:08:15 -06:00
gsm_modem samples: net: gsm_modem: Fix gsm_ppp.h path 2021-12-08 10:06:55 -05:00
ipv4_autoconf cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lldp cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
lwm2m_client net: lwm2m: Supported Protocol to pull firmware update must be optional 2021-11-26 10:26:32 -05:00
mdns_responder cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mqtt_publisher kernel: mem_domain: init function to return error values 2021-11-22 12:45:22 -05:00
openthread/coprocessor samples: openthread: fix build fail for tlsr9518adk80d board 2021-09-03 09:58:52 -04:00
promiscuous_mode cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
sockets samples: net: sockets: echo server/client add 6locan to yaml 2021-12-06 08:15:14 -05:00
stats cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
syslog_net cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
telnet samples: net: telnet: Enable command handling by default 2021-11-11 19:23:20 -05:00
virtual cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
vlan cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
wifi cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
wpan_serial drivers: ieee802154: remove ieee802154_radio_handle_ack() stub 2021-09-21 18:28:25 -04:00
wpanusb usb: rework to use macro STRUCT_SECTION_FOREACH 2021-12-10 07:22:15 -06:00
zperf net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
net.rst