From c87198746885f5697de6747f87d8ebcc28dccb88 Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Fri, 19 Jan 2024 14:57:52 +0100 Subject: [PATCH] updates software doc --- doc/source/source_rst/software/operations/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst index ca80a4d6..e8f690b1 100644 --- a/doc/source/source_rst/software/operations/config.rst +++ b/doc/source/source_rst/software/operations/config.rst @@ -118,7 +118,7 @@ The configuration is written in a python file structured in a series of dictiona +----------+----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | mux | boards | | Dictionary containing all MUX boards of the | | | | | | | system and the associated specific | | | - | | | | configuration. | mux_id | Dictionary (see table_mux_config_) | + | | | | configuration. | mux_id | Dictionary (see table_mux_config_) | | +----------------+--------------------------------------------------+------------------+-----------------------------------------------------------------+ | | default | | Dictionary containing configuration applicable | | | | | | | to all MUX boards of the systems | default_dict | Dictionary (see table_mux_config_) | -- GitLab