From a2a62674bcb90b483cf6639639baa9591c1851e0 Mon Sep 17 00:00:00 2001 From: Kevin Stone Date: Wed, 7 Aug 2024 08:57:13 -0400 Subject: [PATCH] Fixed apidocs templates for config-only modules --- docs/_templates/module.rst | 2 +- docs/_templates/module_shallow.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}