From c5202f7f60eb0312fed3defebfc2824ad218dc9b Mon Sep 17 00:00:00 2001
From: Arnaud Watlet <arnaud.watlet@umons.ac.be>
Date: Thu, 11 Jan 2024 10:36:01 +0100
Subject: [PATCH] Updates software doc

---
 doc/source/index.rst                   | 2 +-
 doc/source/source_rst/software/api.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index 8ee894b5..b6a8fdce 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -36,8 +36,8 @@ Contents:
    source_rst/Ohmpi
    source_rst/hardware
    source_rst/software
-   source_rst/api
    source_rst/troubleshooting
+   source_rst/developments
    source_rst/gallery
    source_rst/developing_hardware_components
    source_rst/archived_version
diff --git a/doc/source/source_rst/software/api.rst b/doc/source/source_rst/software/api.rst
index 262bd87f..e20d1d52 100644
--- a/doc/source/source_rst/software/api.rst
+++ b/doc/source/source_rst/software/api.rst
@@ -5,8 +5,8 @@ API reference
    :maxdepth: 2
    :caption: Contents:
 
-.. automodule:: ohmpi.ohmpi.OhmPi
+.. automodule:: ohmpi.ohmpi
    :members:
 
-.. automodule:: ohmpi.hardware_system.OhmPiHardware
+.. automodule:: ohmpi.hardware_system
    :members:
-- 
GitLab