From 7f688329acf04909c83fc2cc6db15d4f67ccd8d3 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Tue, 6 Sep 2022 12:41:56 -0400
Subject: [PATCH] cookbook: remove introduction headers

* All of the subsequent headers are at the wrong level. Fix by simply
  removing the first header which is superfluous anyway.
---
 books/beaglebone-cookbook/01basics/basics.rst     | 3 ---
 books/beaglebone-cookbook/02sensors/sensors.rst   | 3 ---
 books/beaglebone-cookbook/03displays/displays.rst | 3 ---
 books/beaglebone-cookbook/04motors/motors.rst     | 3 ---
 books/beaglebone-cookbook/05tips/tips.rst         | 3 ---
 books/beaglebone-cookbook/06iot/iot.rst           | 3 ---
 books/beaglebone-cookbook/07kernel/kernel.rst     | 3 ---
 books/beaglebone-cookbook/08realtime/realtime.rst | 3 ---
 books/beaglebone-cookbook/09capes/capes.rst       | 3 ---
 books/beaglebone-cookbook/10parts/parts.rst       | 3 ---
 10 files changed, 30 deletions(-)

diff --git a/books/beaglebone-cookbook/01basics/basics.rst b/books/beaglebone-cookbook/01basics/basics.rst
index e60dcd0a..8ff3dddc 100644
--- a/books/beaglebone-cookbook/01basics/basics.rst
+++ b/books/beaglebone-cookbook/01basics/basics.rst
@@ -3,9 +3,6 @@
 Basics
 #######
 
-Introduction
-*************
-
 When you buy BeagleBone Black, pretty much everything you need to get going comes with it. 
 You can just plug it into the USB of a host computer, and it works. The goal of this 
 chapter is to show what you can do with your Bone, right out of the box. It has enough 
diff --git a/books/beaglebone-cookbook/02sensors/sensors.rst b/books/beaglebone-cookbook/02sensors/sensors.rst
index 6a80812e..9ddb94d7 100644
--- a/books/beaglebone-cookbook/02sensors/sensors.rst
+++ b/books/beaglebone-cookbook/02sensors/sensors.rst
@@ -3,9 +3,6 @@
 Sensors
 ########
 
-Introduction
-*************
-
 In this chapter, you will learn how to sense the physical world with BeagleBone Black. 
 Various types of electronic sensors, such as cameras and microphones, can be connected 
 to the Bone using one or more interfaces provided by the standard USB 2.0 host port, 
diff --git a/books/beaglebone-cookbook/03displays/displays.rst b/books/beaglebone-cookbook/03displays/displays.rst
index a4d56809..2ce70cef 100644
--- a/books/beaglebone-cookbook/03displays/displays.rst
+++ b/books/beaglebone-cookbook/03displays/displays.rst
@@ -3,9 +3,6 @@
 Displays and Other Outputs
 ###########################
 
-Introduction
-*************
-
 In this chapter, you will learn how to control physical hardware via 
 BeagleBone Black's general-purpose input/output (GPIO) pins. The Bone has 
 65 GPIO pins that are brought out on two 46-pin headers, called 
diff --git a/books/beaglebone-cookbook/04motors/motors.rst b/books/beaglebone-cookbook/04motors/motors.rst
index eff2f3e0..481a684f 100644
--- a/books/beaglebone-cookbook/04motors/motors.rst
+++ b/books/beaglebone-cookbook/04motors/motors.rst
@@ -3,9 +3,6 @@
 Motors
 ########
 
-Introduction
-**************
-
 One of the many fun things about embedded computers is that you can move physical things with motors.
 But there are so many different kinds of motors (``servo``, ``stepper``, ``DC``), so how do you select the right one?
 
diff --git a/books/beaglebone-cookbook/05tips/tips.rst b/books/beaglebone-cookbook/05tips/tips.rst
index a78e2dcf..1e3e0b27 100644
--- a/books/beaglebone-cookbook/05tips/tips.rst
+++ b/books/beaglebone-cookbook/05tips/tips.rst
@@ -3,9 +3,6 @@
 Beyond the Basics
 ##################
 
-Introduction
-*************
-
 In :ref:`beaglebone-cookbook-basics`, you learned how to set up BeagleBone Black, and 
 :ref:`beaglebone-cookbook-sensors`, :ref:`beaglebone-cookbook-displays`, 
 and :ref:`beaglebone-cookbook-motors` showed how to 
diff --git a/books/beaglebone-cookbook/06iot/iot.rst b/books/beaglebone-cookbook/06iot/iot.rst
index 8c1f61e4..4886a0e8 100644
--- a/books/beaglebone-cookbook/06iot/iot.rst
+++ b/books/beaglebone-cookbook/06iot/iot.rst
@@ -3,9 +3,6 @@
 Internet of Things
 ####################
 
-Introduction
-*************
-
 You can easily connect BeagleBone Black to the Internet via a wire (:ref:`networking_wired`), wirelessly 
 (:ref:`networking_wireless`), or through the USB to a host and then to the Internet (:ref:`networking_usb`). 
 Either way, it opens up a world of possibilities for the "Internet of Things" (IoT). 
diff --git a/books/beaglebone-cookbook/07kernel/kernel.rst b/books/beaglebone-cookbook/07kernel/kernel.rst
index 88cf1e10..c18a91ef 100644
--- a/books/beaglebone-cookbook/07kernel/kernel.rst
+++ b/books/beaglebone-cookbook/07kernel/kernel.rst
@@ -3,9 +3,6 @@
 The Kernel
 ###########
 
-Introduction
-*************
-
 The kernel is the heart of the Linux operating system. It's the software that takes the 
 low-level requests, such as reading or writing files, or reading and writing general-purpose 
 input/output (GPIO) pins, and maps them to the hardware. When you install a new version of the 
diff --git a/books/beaglebone-cookbook/08realtime/realtime.rst b/books/beaglebone-cookbook/08realtime/realtime.rst
index 4f894ee4..79fe98b2 100644
--- a/books/beaglebone-cookbook/08realtime/realtime.rst
+++ b/books/beaglebone-cookbook/08realtime/realtime.rst
@@ -3,9 +3,6 @@
 Real-Time I/O
 ###############
 
-Introduction
-*************
-
 Sometimes, when BeagleBone Black interacts with the physical world, it needs to respond in a timely manner. 
 For example, your robot has just detected that one of the driving motors needs to turn a bit faster. 
 Systems that can respond quickly to a real event are known as ``real-time`` systems. There are two broad 
diff --git a/books/beaglebone-cookbook/09capes/capes.rst b/books/beaglebone-cookbook/09capes/capes.rst
index 0285e96f..d4ce5f73 100644
--- a/books/beaglebone-cookbook/09capes/capes.rst
+++ b/books/beaglebone-cookbook/09capes/capes.rst
@@ -3,9 +3,6 @@
 Capes
 #####
 
-Introduction
-**************
-
 Previous chapters of this book show a variety of ways to interface BeagleBone Black 
 to the physical world by using a breadboard and wiring to the +P8+ and +P9+ headers. 
 This is a great approach because it's easy to modify your circuit to debug it or try 
diff --git a/books/beaglebone-cookbook/10parts/parts.rst b/books/beaglebone-cookbook/10parts/parts.rst
index 18e1f84c..a952cf1d 100644
--- a/books/beaglebone-cookbook/10parts/parts.rst
+++ b/books/beaglebone-cookbook/10parts/parts.rst
@@ -3,9 +3,6 @@
 Parts and Suppliers
 ####################
 
-Parts
-******
-
 The following tables list where you can find the parts used in this book. 
 We have listed only one or two sources here, but you can often find a given part in many places.
 
-- 
GitLab