From 2bfff175ab87d7f1ca9028131d9ee68cc312d3bc Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Tue, 4 Apr 2017 12:06:31 -0700 Subject: [PATCH] doc: add labels to bluetooth sample docs Docs need a label at the top so we can use :ref:`labelname` to create a link to that doc from other docs. Change-Id: Ide66f75ca8fac0d5f65fbfc50dc9d130cf45b392 Signed-off-by: David B. Kinder --- samples/bluetooth/beacon/README.rst | 2 ++ samples/bluetooth/eddystone/README.rst | 2 ++ samples/bluetooth/hci_uart/README.rst | 2 ++ samples/bluetooth/hci_usb/README.rst | 2 ++ samples/bluetooth/ipsp/README.rst | 2 ++ samples/bluetooth/scan_adv/README.rst | 2 ++ 6 files changed, 12 insertions(+) diff --git a/samples/bluetooth/beacon/README.rst b/samples/bluetooth/beacon/README.rst index 438c338312f..a60d25e9c71 100644 --- a/samples/bluetooth/beacon/README.rst +++ b/samples/bluetooth/beacon/README.rst @@ -1,3 +1,5 @@ +.. _bluetooth-beacon-sample: + Bluetooth: Beacon ################# diff --git a/samples/bluetooth/eddystone/README.rst b/samples/bluetooth/eddystone/README.rst index cf4716457ea..bb728ecfdd3 100644 --- a/samples/bluetooth/eddystone/README.rst +++ b/samples/bluetooth/eddystone/README.rst @@ -1,3 +1,5 @@ +.. _bluetooth-eddystone-sample: + Bluetooth: Eddystone #################### diff --git a/samples/bluetooth/hci_uart/README.rst b/samples/bluetooth/hci_uart/README.rst index 930d950ca1f..b9d79bc2b57 100644 --- a/samples/bluetooth/hci_uart/README.rst +++ b/samples/bluetooth/hci_uart/README.rst @@ -1,3 +1,5 @@ +.. _bluetooth-hci-uart-sample: + Bluetooth: HCI UART #################### diff --git a/samples/bluetooth/hci_usb/README.rst b/samples/bluetooth/hci_usb/README.rst index 10007a75738..758e400ff5f 100644 --- a/samples/bluetooth/hci_usb/README.rst +++ b/samples/bluetooth/hci_usb/README.rst @@ -1,3 +1,5 @@ +.. _bluetooth-hci-usb-sample: + Bluetooth: HCI USB ################## diff --git a/samples/bluetooth/ipsp/README.rst b/samples/bluetooth/ipsp/README.rst index d29aff88f1e..47c79337f33 100644 --- a/samples/bluetooth/ipsp/README.rst +++ b/samples/bluetooth/ipsp/README.rst @@ -1,3 +1,5 @@ +.. _bluetooth-ipsp-sample: + Bluetooth: IPSP Sample ###################### diff --git a/samples/bluetooth/scan_adv/README.rst b/samples/bluetooth/scan_adv/README.rst index 04a8cc1663b..5d954103fda 100644 --- a/samples/bluetooth/scan_adv/README.rst +++ b/samples/bluetooth/scan_adv/README.rst @@ -1,3 +1,5 @@ +.. _bluetooth-scan-adv-sample: + Bluetooth: Scan & Advertise ###########################