From e10f32f53b26cf165624ded25382fb216cebcaa2 Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Fri, 19 Jan 2024 12:42:11 +0100
Subject: [PATCH] updates software doc

---
 doc/source/source_rst/software/operations/config.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst
index 7b575d92..d874dece 100644
--- a/doc/source/source_rst/software/operations/config.rst
+++ b/doc/source/source_rst/software/operations/config.rst
@@ -84,9 +84,9 @@ The configuration is written in a python file structured in a series of dictiona
      - 'raspberry_pi' (string)
      - Defines a Raspberry Pi as controller.
 
-   * - :rspan:`5` 'pwr'
-     - :rspan:`2` 'model'
-     - :rspan:`2` Type of power unit.
+   * - :rspan:`4` 'pwr'
+     - :rspan:`1` 'model'
+     - :rspan:`1` Type of power unit.
      - 'pwr batt'
      - Defines an external battery as power unit.
 
@@ -98,9 +98,9 @@ The configuration is written in a python file structured in a series of dictiona
      - (float) e.g. 12.
      - Sets voltage to 12 V by default.
 
-   * - :rspan:`2` 'interface_name'
-     - :rspan:`2` interface used for communication with controller.
-     - :rspan:`2` 'modbus'
+   * - :rspan:`1` 'interface_name'
+     - :rspan:`1` interface used for communication with controller.
+     - :rspan:`1` 'modbus'
      - Sets a modubs connection
 
    * - 'none'
-- 
GitLab