From 7caa3ead8eb9c4c4c884483b9e5e2e0c410e0c3d Mon Sep 17 00:00:00 2001
From: s214735 <s214735@dtu.dk>
Date: Fri, 27 Dec 2024 12:08:28 +0100
Subject: [PATCH] fixed .md files

---
 docs/generate.md   |  4 ++--
 docs/models.md     |  2 +-
 docs/processing.md | 38 +++++++++++++++++++++++++-------------
 docs/utils.md      |  2 +-
 docs/viz.md        | 13 +++++++------
 5 files changed, 36 insertions(+), 23 deletions(-)

diff --git a/docs/generate.md b/docs/generate.md
index fef26fe5..fb74f1f8 100644
--- a/docs/generate.md
+++ b/docs/generate.md
@@ -5,5 +5,5 @@ The `qim3d` library provides a set of methods for generating volumes consisting
 ::: qim3d.generate
     options:
         members:
-            - blob
-            - collection
+            - noise_object
+            - noise_object_collection
diff --git a/docs/models.md b/docs/models.md
index 17d53675..5e058b8e 100644
--- a/docs/models.md
+++ b/docs/models.md
@@ -2,4 +2,4 @@
 
 The `qim3d` library aims to ease the creation of ML models for volumetric images
 
-::: qim3d.models.unet
\ No newline at end of file
+::: qim3d.ml.models._unet
\ No newline at end of file
diff --git a/docs/processing.md b/docs/processing.md
index 759c981c..3755e840 100644
--- a/docs/processing.md
+++ b/docs/processing.md
@@ -5,33 +5,45 @@ Here, we provide functionalities designed specifically for 3D image analysis and
 ::: qim3d.processing
     options:
         members:
-            - blob_detection
             - structure_tensor
             - local_thickness
-            - get_3d_cc
-            - gaussian
-            - median
-            - maximum
-            - minimum
-            - tophat
             - get_lines
             - segment_layers
-            - create_mesh
 
-::: qim3d.processing.Pipeline
+::: qim3d.mesh
     options:
         members:
-            - append
+            - from_volume
 
-::: qim3d.processing.operations
+::: qim3d.detection
+    options:
+        members:
+            - blobs
+
+::: qim3d.operations
     options:
         members:
             - remove_background
-            - watershed
             - fade_mask
             - overlay_rgb_images
 
-::: qim3d.processing.features
+::: qim3d.segmentation
+    options:
+      members:
+        - watershed
+        - get_3d_cc
+
+::: qim3d.filters
+    options:
+        members:
+            - gaussian
+            - median
+            - maximum
+            - minimum
+            - tophat
+            - Pipeline
+
+::: qim3d.features
     options:
         members:
             - area
diff --git a/docs/utils.md b/docs/utils.md
index ffb14315..3becb903 100644
--- a/docs/utils.md
+++ b/docs/utils.md
@@ -2,7 +2,7 @@
 
 A set of tools to ease managment of the system, with the common needs for large data in mind.
 
-::: qim3d.utils.system
+::: qim3d.utils
     options:
       members:
         - Memory
\ No newline at end of file
diff --git a/docs/viz.md b/docs/viz.md
index 8b6788b6..c5386089 100644
--- a/docs/viz.md
+++ b/docs/viz.md
@@ -5,21 +5,22 @@ The `qim3d` library aims to provide easy ways to explore and get insights from v
     options:
         members:
             - histogram
-            - slices
             - slicer
-            - orthogonal
-            - vol
+            - slices_grid
+            - slicer_orthogonal
+            - circles
             - chunks
             - itk_vtk
+            - volumetric
             - mesh
             - local_thickness
             - vectors
             - plot_cc
             - colormaps
-            - interactive_fade_mask
+            - fade_mask
             
 ::: qim3d.viz.colormaps
     options:
         members:
-            - objects
-            - qim
+            - segmentation
+            - qim
\ No newline at end of file
-- 
GitLab