From 0f7c125a721e2e38c6542fb4c3fe603c35702b62 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Tue, 26 Mar 2019 10:11:18 +0100
Subject: [PATCH] [web] Move identifySubdomains docu to submeshes section.

---
 .../identifySubdomains/disc_with_hole_and_bondary.png           | 0
 .../identifySubdomains/index.pandoc                             | 2 +-
 .../identifySubdomains/new_quater_circle.vtu                    | 0
 .../identifySubdomains/quater_circle.vtu                        | 0
 .../tools/workflows/create-a-simple-parallel-model/index.pandoc | 2 +-
 5 files changed, 2 insertions(+), 2 deletions(-)
 rename web/content/docs/tools/{model-preparation => meshing-submeshes}/identifySubdomains/disc_with_hole_and_bondary.png (100%)
 rename web/content/docs/tools/{model-preparation => meshing-submeshes}/identifySubdomains/index.pandoc (98%)
 rename web/content/docs/tools/{model-preparation => meshing-submeshes}/identifySubdomains/new_quater_circle.vtu (100%)
 rename web/content/docs/tools/{model-preparation => meshing-submeshes}/identifySubdomains/quater_circle.vtu (100%)

diff --git a/web/content/docs/tools/model-preparation/identifySubdomains/disc_with_hole_and_bondary.png b/web/content/docs/tools/meshing-submeshes/identifySubdomains/disc_with_hole_and_bondary.png
similarity index 100%
rename from web/content/docs/tools/model-preparation/identifySubdomains/disc_with_hole_and_bondary.png
rename to web/content/docs/tools/meshing-submeshes/identifySubdomains/disc_with_hole_and_bondary.png
diff --git a/web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc b/web/content/docs/tools/meshing-submeshes/identifySubdomains/index.pandoc
similarity index 98%
rename from web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc
rename to web/content/docs/tools/meshing-submeshes/identifySubdomains/index.pandoc
index a1fd75b2b96..2aba8157136 100644
--- a/web/content/docs/tools/model-preparation/identifySubdomains/index.pandoc
+++ b/web/content/docs/tools/meshing-submeshes/identifySubdomains/index.pandoc
@@ -5,7 +5,7 @@ author = "Dmitri Naumov"
 
 [menu]
   [menu.tools]
-    parent = "model-preparation"
+    parent = "meshing-submeshes"
 +++
 
 ## General
diff --git a/web/content/docs/tools/model-preparation/identifySubdomains/new_quater_circle.vtu b/web/content/docs/tools/meshing-submeshes/identifySubdomains/new_quater_circle.vtu
similarity index 100%
rename from web/content/docs/tools/model-preparation/identifySubdomains/new_quater_circle.vtu
rename to web/content/docs/tools/meshing-submeshes/identifySubdomains/new_quater_circle.vtu
diff --git a/web/content/docs/tools/model-preparation/identifySubdomains/quater_circle.vtu b/web/content/docs/tools/meshing-submeshes/identifySubdomains/quater_circle.vtu
similarity index 100%
rename from web/content/docs/tools/model-preparation/identifySubdomains/quater_circle.vtu
rename to web/content/docs/tools/meshing-submeshes/identifySubdomains/quater_circle.vtu
diff --git a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
index 086641a6b85..3c744351ec8 100644
--- a/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
+++ b/web/content/docs/tools/workflows/create-a-simple-parallel-model/index.pandoc
@@ -54,7 +54,7 @@ are two possibilities to create such files:
    `bulk_element_ids` mappings.
  - If there is a boundary mesh (generated by gmsh or salome, or extracted in
    paraview, for example) use the [`identifySubdomains`
-   tool]({{<ref "../model-preparation/identifySubdomains">}}) to create or
+   tool]({{<ref "../meshing-submeshes/identifySubdomains">}}) to create or
    verify the needed `bulk_node_ids` and `bulk_element_ids` mappings.
 
 ## Partition the mesh
-- 
GitLab