diff --git a/docs/_templates/module.rst b/docs/_templates/module.rst index b69bf2b..9a41afb 100644 --- a/docs/_templates/module.rst +++ b/docs/_templates/module.rst @@ -60,7 +60,7 @@ :template: module.rst :recursive: {% for item in modules %} -{% if not item in ("obsidian.acquisition.aq_config", "obsidian.surrogates.surrogate_config", "obsidian.analysis") %} +{% if not item in ("aq_config", "surrogate_config", "obj_config") %} {{ item }} {%- endif %} {%- endfor %} diff --git a/docs/_templates/module_shallow.rst b/docs/_templates/module_shallow.rst index 0cd0065..acfaae0 100644 --- a/docs/_templates/module_shallow.rst +++ b/docs/_templates/module_shallow.rst @@ -58,7 +58,7 @@ :template: module_shallow.rst :recursive: {% for item in modules %} -{% if not item in ("obsidian.acquisition.aq_config", "obsidian.surrogates.surrogate_config", "obsidian.analysis") %} +{% if not item in ("aq_config", "surrogate_config", "obj_config") %} {{ item }} {%- endif %} {%- endfor %}