doc: add labels to basic 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: I57d65a8888f78aa61d776f607a5db86bdb35726c Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
2bfff175ab
commit
b78ffc0e6b
|
@ -1,3 +1,5 @@
|
|||
.. _basic-sample:
|
||||
|
||||
Basic Samples
|
||||
#############
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _blink-led-sample:
|
||||
|
||||
PWM: Blink LED
|
||||
##############
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _blinky-sample:
|
||||
|
||||
Blinky Application
|
||||
##################
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _button-sample:
|
||||
|
||||
Button demo
|
||||
###########
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _disco-sample:
|
||||
|
||||
Disco demo
|
||||
##########
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _fade-led-sample:
|
||||
|
||||
PWM: Fade LED
|
||||
#############
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _rgb-led-sample:
|
||||
|
||||
PWM: RGB LED
|
||||
############
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _servo-motor-sample:
|
||||
|
||||
PWM: Servo motor
|
||||
################
|
||||
|
||||
|
|
Loading…
Reference in a new issue