From cbda65326aa08d91c5f805c18b4acf8c7cdd7c28 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Thu, 8 Feb 2018 21:19:51 +0100 Subject: [PATCH] [doc] CMake: Remove obs. expansion table entries. Linking from processes/process/*/fracture model to the material/fracture_model. Rename --- scripts/doc/linked-xml-file.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/doc/linked-xml-file.py b/scripts/doc/linked-xml-file.py index 616f66304e3..b0ebc07e6ca 100755 --- a/scripts/doc/linked-xml-file.py +++ b/scripts/doc/linked-xml-file.py @@ -38,8 +38,6 @@ outdir = os.path.join(docauxdir, "dox", "CTestProjectFiles") # "prj__processes__process": "process", # See the expansion table in the append-xml-tags.py too. tag_path_expansion_table = { - "prj__processes__process__constitutive_relation" : "material__solid__constitutive_relation", - "prj__processes__process__material_property" : "material", "material__porous_medium__porous_medium" : "material__porous_medium", } -- GitLab