From fe9ef3b0db6d97f39d0d6ca9e576ee89bbbd585a Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Wed, 17 Jan 2024 14:22:00 +0100
Subject: [PATCH] updates doc software

---
 doc/source/source_rst/software/index.rst           |  2 +-
 .../software/{ => operations}/config.rst           |  0
 .../source_rst/software/operations/index.rst       | 14 ++++++++++++++
 .../software/{ => operations}/interfaces.rst       |  0
 .../software/{ => operations}/loggers.rst          |  0
 5 files changed, 15 insertions(+), 1 deletion(-)
 rename doc/source/source_rst/software/{ => operations}/config.rst (100%)
 create mode 100644 doc/source/source_rst/software/operations/index.rst
 rename doc/source/source_rst/software/{ => operations}/interfaces.rst (100%)
 rename doc/source/source_rst/software/{ => operations}/loggers.rst (100%)

diff --git a/doc/source/source_rst/software/index.rst b/doc/source/source_rst/software/index.rst
index 6b2eeb0c..039f1fb5 100644
--- a/doc/source/source_rst/software/index.rst
+++ b/doc/source/source_rst/software/index.rst
@@ -13,6 +13,6 @@ Contents:
 
    Software architecture <architecture>
    Getting started <installation>
-   Operation <operations>
+   Operation <operations/index>
    Monitoring <monitoring>
    API reference <api>
diff --git a/doc/source/source_rst/software/config.rst b/doc/source/source_rst/software/operations/config.rst
similarity index 100%
rename from doc/source/source_rst/software/config.rst
rename to doc/source/source_rst/software/operations/config.rst
diff --git a/doc/source/source_rst/software/operations/index.rst b/doc/source/source_rst/software/operations/index.rst
new file mode 100644
index 00000000..512f1353
--- /dev/null
+++ b/doc/source/source_rst/software/operations/index.rst
@@ -0,0 +1,14 @@
+Operation
+#########
+
+This section details describes how to operate an OhmPi instrument.
+
+Contents:
+.. toctree::
+   :maxdepth: 2
+
+   config
+   interfaces
+   loggers
+
+
diff --git a/doc/source/source_rst/software/interfaces.rst b/doc/source/source_rst/software/operations/interfaces.rst
similarity index 100%
rename from doc/source/source_rst/software/interfaces.rst
rename to doc/source/source_rst/software/operations/interfaces.rst
diff --git a/doc/source/source_rst/software/loggers.rst b/doc/source/source_rst/software/operations/loggers.rst
similarity index 100%
rename from doc/source/source_rst/software/loggers.rst
rename to doc/source/source_rst/software/operations/loggers.rst
-- 
GitLab