From 89619971f206b83349daf94dae49bd846c14ab1a Mon Sep 17 00:00:00 2001
From: "Mark A. Yoder" <Mark.A.Yoder@Rose-Hulman.edu>
Date: Fri, 20 Sep 2024 16:55:50 -0400
Subject: [PATCH] Added figure captions

---
 books/beaglebone-cookbook/11misc/misc.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/books/beaglebone-cookbook/11misc/misc.rst b/books/beaglebone-cookbook/11misc/misc.rst
index 6789d802..a68d67ef 100644
--- a/books/beaglebone-cookbook/11misc/misc.rst
+++ b/books/beaglebone-cookbook/11misc/misc.rst
@@ -439,18 +439,24 @@ The first line in the table is **mainline**.  Click on the **browse** link on th
     :align: center
     :alt: http://kernel.org 
 
+    The Linux Kernel Archives, kernel.org
+
 Here you will see the top level of the Linux sourse tree for the *mainline* version of the kernel.
 
 .. figure:: figures/kernel.org.drivers.png
     :align: center
     :alt: http://kernel.org drivers
 
+    The Linux Kernel Archives, drivers
+
 Click on **drivers** and then **iio**. Finally, since tmp114 is a temperture sensor, click on **temperature**.
 
 .. figure:: figures/kernel.org.tmp117.png
     :align: center
     :alt: http://kernel.org tmp117
 
+    The Linux Kernel Archives, tmp117 driver
+
 Here you see all the source code for the iio temperature drivers for the mainline version of the kernel. 
 We've seen tmp006 and tmp007 as before, tmp117 is new. Maybe it will work.  Click on **tmp117.c** to see the code.
 Looks like it also works for the tmp116 too.  
@@ -459,6 +465,8 @@ Looks like it also works for the tmp116 too.
     :align: center
     :alt: http://kernel.org plain
 
+    The Linux Kernel Archives, plain button
+
 Let's try convering it to work with the tmp114.
 
 A quick way to copy the code to the bone is to right-click on the **plain** link and select *Copy link address*.
-- 
GitLab