From d904366a36ee8ab95b899de1d1c982f39f4609a5 Mon Sep 17 00:00:00 2001
From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr>
Date: Wed, 25 Sep 2024 22:58:45 +0200
Subject: [PATCH] Fix tab

---
 packages.rst | 72 ++++++++++++++++++++++++++--------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

diff --git a/packages.rst b/packages.rst
index 433fab30..6a04885a 100644
--- a/packages.rst
+++ b/packages.rst
@@ -20,9 +20,9 @@ Commons libs used to develop applications and gateways.
     ==========================================================================================================================================  ============================================================
     Package                                                                                                                                     Description
     ==========================================================================================================================================  ============================================================
-    `xaal.lib <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/lib>`_                        core xAAL lib
-    `xaal.monitor <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/monitor>`_                lib used to monitor the all devices
-    `xaal.schemas <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/schemas>`_                devices skeletons generated from schemas
+    `xaal.lib <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/lib>`_                                                        core xAAL lib
+    `xaal.monitor <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/monitor>`_                                                lib used to monitor the all devices
+    `xaal.schemas <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/libs/schemas>`_                                                devices skeletons generated from schemas
     ==========================================================================================================================================  ============================================================
 
 Apps
@@ -35,12 +35,12 @@ General purpose applications: command line, dashboard and geeks stuff.
     ==========================================================================================================================================  ============================================================
     Package                                                                                                                                     Description
     ==========================================================================================================================================  ============================================================
-    `xaal.tools <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/tools>`_                    xAAL command line tools
-    `xaal.legacytools <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/legacytools>`_        same as xaal.tools but using the old lib (easy to read)
-    `xaal.dashboard <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/dashboard>`_            simple SocketIO xAAL dashboard
-    `xaal.rest <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/rest>`_                      REST webserver
-    `xaal.fuse <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/fuse>`_                      xAAL FUSE filesystem
-    `xaal.conky <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/conky>`_                    simple conky integration script
+    `xaal.tools <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/tools>`_                                                    xAAL command line tools
+    `xaal.legacytools <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/legacytools>`_                                        same as xaal.tools but using the old lib (easy to read)
+    `xaal.dashboard <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/dashboard>`_                                            simple SocketIO xAAL dashboard
+    `xaal.rest <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/rest>`_                                                      REST webserver
+    `xaal.fuse <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/fuse>`_                                                      xAAL FUSE filesystem
+    `xaal.conky <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/apps/conky>`_                                                    simple conky integration script
     ==========================================================================================================================================  ============================================================
 
 Core
@@ -53,7 +53,7 @@ xAAL bus core devices.
     ==========================================================================================================================================  ============================================================
     Package                                                                                                                                     Description
     ==========================================================================================================================================  ============================================================
-    `xaal.metadb <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/core/metadb>`_                  xAAL Metadata server
+    `xaal.metadb <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/core/metadb>`_                                                  xAAL Metadata server
     ==========================================================================================================================================  ============================================================
 
 Tests
@@ -66,8 +66,8 @@ Fakes devices used to test the xAAL bus and automations.
     ==========================================================================================================================================  ============================================================
     Package                                                                                                                                     Description
     ==========================================================================================================================================  ============================================================
-    `xaal.dummy <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/tests/dummy>`_           command line fake lamps, bots
-    `xaal.fakeinput <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/tests/fakeinput>`_   web based fake contacts/switches/buttons
+    `xaal.dummy <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/tests/dummy>`_                                           command line fake lamps, bots
+    `xaal.fakeinput <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/tests/fakeinput>`_                                   web based fake contacts/switches/buttons
     ==========================================================================================================================================  ============================================================
 
 
@@ -81,8 +81,8 @@ xAAL devices than can receive notifications.
     ===================================================================================================================================================  ============================================================
     Package                                                                                                                                              Description
     ===================================================================================================================================================  ============================================================
-    `xaal.gtknotify <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/notifications/gtk-notify>`_   Gtk notification script
-    `xaal.pushbullet <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/notifications/pushbullet>`_  Phone (pushbullet) notification
+    `xaal.gtknotify <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/notifications/gtk-notify>`_                                   Gtk notification script
+    `xaal.pushbullet <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/notifications/pushbullet>`_                                  Phone (pushbullet) notification
     ===================================================================================================================================================  ============================================================
 
 
@@ -96,20 +96,20 @@ xAAL gateways for common protcols.
     =============================================================================================================================================  ============================================================
     Package                                                                                                                                        Description
     =============================================================================================================================================  ============================================================
-    `xaal.zwave <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/ZWave>`_          ZWave gateway
-    `xaal.knx <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/KNX>`_              KNX gateway
-    `xaal.homekit <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/HomeKit>`_      HomeKit gateway
-    `xaal.esphome <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/ESPHome>`_      ESPHome gateway
-    `xaal.aqara <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Aqara>`_          Aqara (Xiaomi) gateway
-    `xaal.tuya <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Tuya>`_            Tuya gateway
-    `xaal.yeelight <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Yeelight>`_    Yeelight gateway
-    `xaal.meross <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Meross>`_        Meross gateway
-    `xaal.sensfloor <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/SensFloor>`_  SensFloor gateway
-    `xaal.edisio <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Edisio>`_        Edisio gateway
-    `xaal.netatmo <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Netatmo>`_      Netatmo gateway
-    `xaal.ipx800 <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/IPX-800>`_       IPX-800 gateway
-    `xaal.bugone <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/bugOne>`_        bugOne gateway
-    `xaal.hq433 <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/HQ433>`_          Arduino serial gateway (example)
+    `xaal.zwave <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/ZWave>`_                                          ZWave gateway
+    `xaal.knx <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/KNX>`_                                              KNX gateway
+    `xaal.homekit <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/HomeKit>`_                                      HomeKit gateway
+    `xaal.esphome <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/ESPHome>`_                                      ESPHome gateway
+    `xaal.aqara <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Aqara>`_                                          Aqara (Xiaomi) gateway
+    `xaal.tuya <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Tuya>`_                                            Tuya gateway
+    `xaal.yeelight <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Yeelight>`_                                    Yeelight gateway
+    `xaal.meross <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Meross>`_                                        Meross gateway
+    `xaal.sensfloor <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/SensFloor>`_                                  SensFloor gateway
+    `xaal.edisio <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Edisio>`_                                        Edisio gateway
+    `xaal.netatmo <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/Netatmo>`_                                      Netatmo gateway
+    `xaal.ipx800 <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/IPX-800>`_                                       IPX-800 gateway
+    `xaal.bugone <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/bugOne>`_                                        bugOne gateway
+    `xaal.hq433 <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/protocols/HQ433>`_                                          Arduino serial gateway (example)
     =============================================================================================================================================  ============================================================
 
 
@@ -123,9 +123,9 @@ Some examples and test devices
     ============================================================================================================================================  ============================================================
     Package                                                                                                                                       Description
     ============================================================================================================================================  ============================================================
-    `xaal.owm <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/weather/OpenWeatherMap>`_    OpenWeatherMap device (temperature / humidity / wind)
-    `xaal.lmsensors <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/sensors/lm_sensors>`_  LM sensors gateway
-    `xaal.htu21d <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/sensors/HTU21D>`_         HTU21D (temperature / humidity sensor) I2C example
+    `xaal.owm <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/weather/OpenWeatherMap>`_                                    OpenWeatherMap device (temperature / humidity / wind)
+    `xaal.lmsensors <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/sensors/lm_sensors>`_                                  LM sensors gateway
+    `xaal.htu21d <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/sensors/HTU21D>`_                                         HTU21D (temperature / humidity sensor) I2C example
     ============================================================================================================================================  ============================================================
 
 
@@ -139,9 +139,9 @@ xAAL devices used to log data.
     ============================================================================================================================================  ============================================================
     Package                                                                                                                                       Description
     ============================================================================================================================================  ============================================================
-    `xaal.warp10 <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/warp10>`_         Push data into a warp10 DB.
-    `xaal.mqtt <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/mqtt>`_             Push data into a mqtt server
-    `xaal.influxdb <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/influxdb>`_     Push data into a influxdb server (unmaintained)
+    `xaal.warp10 <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/warp10>`_                                         Push data into a warp10 DB.
+    `xaal.mqtt <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/mqtt>`_                                             Push data into a mqtt server
+    `xaal.influxdb <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/loggers/influxdb>`_                                     Push data into a influxdb server (unmaintained)
     ============================================================================================================================================  ============================================================
 
 
@@ -155,7 +155,7 @@ xAAL devices emulated in another protocol.
     ==========================================================================================================================================  ============================================================
     Package                                                                                                                                     Description
     ==========================================================================================================================================  ============================================================
-    `xaal.fauxmo <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/emulations/Fauxmo>`_    Belkin WeMo emulation layer for xAAL (Alexa compliant)
+    `xaal.fauxmo <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/emulations/Fauxmo>`_                                    Belkin WeMo emulation layer for xAAL (Alexa compliant)
     ==========================================================================================================================================  ============================================================
 
 
@@ -169,7 +169,7 @@ Support for voice assitants.
     ==========================================================================================================================================  ============================================================
     Package                                                                                                                                     Description
     ==========================================================================================================================================  ============================================================
-    `xaal.alexa <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/assistants/Alexa>`_      Amazon Alexa support (Alexa TTS only right now)
+    `xaal.alexa <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/main/devices/assistants/Alexa>`_                                      Amazon Alexa support (Alexa TTS only right now)
     ==========================================================================================================================================  ============================================================
 
 
-- 
GitLab