From 6bfba99f9e631f18dd8d543133ff85b251c79c35 Mon Sep 17 00:00:00 2001
From: SuperChamp234 <beingzainsv@gmail.com>
Date: Mon, 14 Oct 2024 17:06:24 +0530
Subject: [PATCH] Refactor Beaglebone Industrial Comms Cape documentation:
 update headings, remove EEPROM section, and correct links

---
 boards/capes/comms.rst | 31 +++----------------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/boards/capes/comms.rst b/boards/capes/comms.rst
index 0c59cd14..4e980045 100644
--- a/boards/capes/comms.rst
+++ b/boards/capes/comms.rst
@@ -1,7 +1,7 @@
 .. _industrial-comms-cape:
 
 Beaglebone Industrial Comms Cape
-#####################
+################################
 
 For industrial communication applications. Provides an array of communication protocols including one RS485, one CAN, 
 two analog 4–20 mA current loops, and two 3A 50V interfaces allowing the control of high current loads.
@@ -24,8 +24,6 @@ Electrical Specifications
 - **CAN**: `SN65HVD230 datasheet <https://www.ti.com/product/SN65HVD230>`_
 - **2x 4-20mA current loop inputs**
 - **2x 3A 50V sinks for high-current loads**
-- **I2C EEPROM**
-
 
 Mechanical Specifications
 *************************
@@ -42,29 +40,6 @@ Mechanical Specifications
    * - RoHS Compliant
      - Yes
 
-
-EEPROM
-******
-
-.. list-table::
-   :header-rows: 1
-
-   * - Feature
-     - Specification
-   * - EEPROM Support
-     - Yes
-   * - Board Name
-     - Industrial Comms Cape
-   * - Version
-     - A2
-   * - Manufacturer
-     - BeagleBoard.org
-   * - Part Number
-     - BBORG_COMMS
-   * - Pins Used
-     - (Not specified)
-
-
 Documentation
 *************
 
@@ -78,7 +53,7 @@ Documentation
    * - System Reference Manual
      - Not yet
    * - Schematics
-     - PDF, EAGLECape
+     - PDF, EAGLE
    * - PCB Files
      - PDF, EAGLE
    * - Gerber Files
@@ -101,7 +76,7 @@ Test Code
    config-pin p9.24 can
    config-pin p9.26 can
    # and then you can use something like 
-   # https://gist.github.com/jadonk/90d3462c8569d11fa3f7caf14f4769f1,
+   # https://openbeagle.org/-/snippets/15 ,
    # but replace can0 with can1
 
    # For the 4-20mA loop, the ADC overlay should already be loaded and you can
-- 
GitLab