From 771ad3f4b8599e74d8fb6635dca95b728b9ebca7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Laurent=20P=C3=A9tr=C3=A9?= <laurent.petre@cern.ch>
Date: Tue, 1 Feb 2022 16:06:59 +0100
Subject: [PATCH] Fix TCDS page formatting

---
 docs/expert/operations/tcds.md | 39 +++++++---------------------------
 1 file changed, 8 insertions(+), 31 deletions(-)

diff --git a/docs/expert/operations/tcds.md b/docs/expert/operations/tcds.md
index 93ab1e4..04d1954 100644
--- a/docs/expert/operations/tcds.md
+++ b/docs/expert/operations/tcds.md
@@ -1,35 +1,12 @@
 # TCDS
 
-The trigger control and distribution system (TCDS) is responsible for
-delivering the LHC clock to all subsystems, transporting the TTS states
-between subsystems and the central DAQ infrastructure, distributing
-trigger decisions (L1As), and sending TTC B-channel commands (B-Gos).
+The trigger control and distribution system (TCDS) is responsible for delivering the LHC clock to all subsystems, transporting the TTS states between subsystems and the central DAQ infrastructure, distributing trigger decisions (L1As), and sending TTC B-channel commands (B-Gos).
 
-The [TCDS](https://twiki.cern.ch/twiki/bin/view/CMS/TCDS) system is
-composed of a number of components, all working together.
+The [TCDS](https://twiki.cern.ch/twiki/bin/view/CMS/TCDS) system is composed of a number of components, all working together.
 
-  -----------------------------------------------------------------------
-  Component name    HW component  SW component          Notes
-  ----------------- ------------- --------------------- -----------------
-  Partition         PI            PIController          
-  interface                                             
-
-  Integrated TTCci  iCI           iCIController         FW block inside
-                                                        the physical LPM
-
-  Local partition   LPM (iPM)     LPMController         
-  manager                                               
-
-  Central partition CPM           CPMController         Not controlled by
-  manager                                               GEMs
-  -----------------------------------------------------------------------
-
-::: contents
-TCDS appliations
-:::
-
-## PIController
-
-## LPMController
-
-## iCIController
+| Component name            | HW component | SW component  | Notes                            |
+|---------------------------|--------------|---------------|----------------------------------|
+| Central partition manager | CPM          | CPMController | Not controlled by GEMs           |
+| Local partition manager   | LPM (iPM)    | LPMController |                                  |
+| Integrated TTCci          | iCI          | iCIController | FW block inside the physical LPM |
+| Partition interface       | PI           | PIController  |                                  |
-- 
GitLab