diff --git a/ifex/templates/D-Bus/AST.tpl b/output_filters/templates/D-Bus/AST.tpl similarity index 100% rename from ifex/templates/D-Bus/AST.tpl rename to output_filters/templates/D-Bus/AST.tpl diff --git a/ifex/templates/D-Bus/Argument.tpl b/output_filters/templates/D-Bus/Argument.tpl similarity index 100% rename from ifex/templates/D-Bus/Argument.tpl rename to output_filters/templates/D-Bus/Argument.tpl diff --git a/ifex/templates/D-Bus/Enumeration.tpl b/output_filters/templates/D-Bus/Enumeration.tpl similarity index 100% rename from ifex/templates/D-Bus/Enumeration.tpl rename to output_filters/templates/D-Bus/Enumeration.tpl diff --git a/ifex/templates/D-Bus/Error.tpl b/output_filters/templates/D-Bus/Error.tpl similarity index 100% rename from ifex/templates/D-Bus/Error.tpl rename to output_filters/templates/D-Bus/Error.tpl diff --git a/ifex/templates/D-Bus/Event.tpl b/output_filters/templates/D-Bus/Event.tpl similarity index 100% rename from ifex/templates/D-Bus/Event.tpl rename to output_filters/templates/D-Bus/Event.tpl diff --git a/ifex/templates/D-Bus/Include.tpl b/output_filters/templates/D-Bus/Include.tpl similarity index 100% rename from ifex/templates/D-Bus/Include.tpl rename to output_filters/templates/D-Bus/Include.tpl diff --git a/ifex/templates/D-Bus/Interface.tpl b/output_filters/templates/D-Bus/Interface.tpl similarity index 100% rename from ifex/templates/D-Bus/Interface.tpl rename to output_filters/templates/D-Bus/Interface.tpl diff --git a/ifex/templates/D-Bus/Member.tpl b/output_filters/templates/D-Bus/Member.tpl similarity index 100% rename from ifex/templates/D-Bus/Member.tpl rename to output_filters/templates/D-Bus/Member.tpl diff --git a/ifex/templates/D-Bus/Method.tpl b/output_filters/templates/D-Bus/Method.tpl similarity index 100% rename from ifex/templates/D-Bus/Method.tpl rename to output_filters/templates/D-Bus/Method.tpl diff --git a/ifex/templates/D-Bus/Namespace.tpl b/output_filters/templates/D-Bus/Namespace.tpl similarity index 100% rename from ifex/templates/D-Bus/Namespace.tpl rename to output_filters/templates/D-Bus/Namespace.tpl diff --git a/ifex/templates/D-Bus/Option.tpl b/output_filters/templates/D-Bus/Option.tpl similarity index 100% rename from ifex/templates/D-Bus/Option.tpl rename to output_filters/templates/D-Bus/Option.tpl diff --git a/ifex/templates/D-Bus/Property.tpl b/output_filters/templates/D-Bus/Property.tpl similarity index 100% rename from ifex/templates/D-Bus/Property.tpl rename to output_filters/templates/D-Bus/Property.tpl diff --git a/ifex/templates/D-Bus/Struct.tpl b/output_filters/templates/D-Bus/Struct.tpl similarity index 100% rename from ifex/templates/D-Bus/Struct.tpl rename to output_filters/templates/D-Bus/Struct.tpl diff --git a/ifex/templates/D-Bus/Typedef.tpl b/output_filters/templates/D-Bus/Typedef.tpl similarity index 100% rename from ifex/templates/D-Bus/Typedef.tpl rename to output_filters/templates/D-Bus/Typedef.tpl diff --git a/ifex/templates/JinjaTemplateEnv.py b/output_filters/templates/JinjaTemplateEnv.py similarity index 97% rename from ifex/templates/JinjaTemplateEnv.py rename to output_filters/templates/JinjaTemplateEnv.py index 88b12d58..49943319 100644 --- a/ifex/templates/JinjaTemplateEnv.py +++ b/output_filters/templates/JinjaTemplateEnv.py @@ -4,7 +4,7 @@ import os import jinja2 from typing import Dict, Any -from ifex.templates import TemplateDir +from output_filters.templates import TemplateDir class JinjaTemplateEnv: diff --git a/ifex/templates/TemplateDir.py b/output_filters/templates/TemplateDir.py similarity index 100% rename from ifex/templates/TemplateDir.py rename to output_filters/templates/TemplateDir.py diff --git a/ifex/templates/__init__.py b/output_filters/templates/__init__.py similarity index 100% rename from ifex/templates/__init__.py rename to output_filters/templates/__init__.py diff --git a/ifex/templates/dtdl/AST_dtdl.tpl b/output_filters/templates/dtdl/AST_dtdl.tpl similarity index 100% rename from ifex/templates/dtdl/AST_dtdl.tpl rename to output_filters/templates/dtdl/AST_dtdl.tpl diff --git a/ifex/templates/dtdl/dtdl.md b/output_filters/templates/dtdl/dtdl.md similarity index 100% rename from ifex/templates/dtdl/dtdl.md rename to output_filters/templates/dtdl/dtdl.md diff --git a/ifex/templates/protobuf/AST_protobuf.tpl b/output_filters/templates/protobuf/AST_protobuf.tpl similarity index 100% rename from ifex/templates/protobuf/AST_protobuf.tpl rename to output_filters/templates/protobuf/AST_protobuf.tpl diff --git a/ifex/templates/protobuf/protobuf.md b/output_filters/templates/protobuf/protobuf.md similarity index 100% rename from ifex/templates/protobuf/protobuf.md rename to output_filters/templates/protobuf/protobuf.md diff --git a/ifex/templates/sds-bamm/AST_sds-bamm-aspect-model.tpl b/output_filters/templates/sds-bamm/AST_sds-bamm-aspect-model.tpl similarity index 100% rename from ifex/templates/sds-bamm/AST_sds-bamm-aspect-model.tpl rename to output_filters/templates/sds-bamm/AST_sds-bamm-aspect-model.tpl diff --git a/ifex/templates/sds-bamm/sds-bamm-aspect-model.md b/output_filters/templates/sds-bamm/sds-bamm-aspect-model.md similarity index 100% rename from ifex/templates/sds-bamm/sds-bamm-aspect-model.md rename to output_filters/templates/sds-bamm/sds-bamm-aspect-model.md diff --git a/ifex/templates/sds-bamm/sds-bamm-macros.tpl b/output_filters/templates/sds-bamm/sds-bamm-macros.tpl similarity index 100% rename from ifex/templates/sds-bamm/sds-bamm-macros.tpl rename to output_filters/templates/sds-bamm/sds-bamm-macros.tpl diff --git a/ifex/templates/simple/AST-simple_doc.tpl b/output_filters/templates/simple/AST-simple_doc.tpl similarity index 100% rename from ifex/templates/simple/AST-simple_doc.tpl rename to output_filters/templates/simple/AST-simple_doc.tpl diff --git a/ifex/templates/simple/Argument-simple_doc.html b/output_filters/templates/simple/Argument-simple_doc.html similarity index 100% rename from ifex/templates/simple/Argument-simple_doc.html rename to output_filters/templates/simple/Argument-simple_doc.html diff --git a/ifex/templates/simple/Error-simple_doc.html b/output_filters/templates/simple/Error-simple_doc.html similarity index 100% rename from ifex/templates/simple/Error-simple_doc.html rename to output_filters/templates/simple/Error-simple_doc.html diff --git a/ifex/templates/simple/Member-simple_doc.html b/output_filters/templates/simple/Member-simple_doc.html similarity index 100% rename from ifex/templates/simple/Member-simple_doc.html rename to output_filters/templates/simple/Member-simple_doc.html diff --git a/ifex/templates/simple/Namespace-simple_doc.html b/output_filters/templates/simple/Namespace-simple_doc.html similarity index 100% rename from ifex/templates/simple/Namespace-simple_doc.html rename to output_filters/templates/simple/Namespace-simple_doc.html diff --git a/ifex/templates/simple/Service-simple_doc.html b/output_filters/templates/simple/Service-simple_doc.html similarity index 100% rename from ifex/templates/simple/Service-simple_doc.html rename to output_filters/templates/simple/Service-simple_doc.html diff --git a/ifex/templates/simple/simple_overview.tpl b/output_filters/templates/simple/simple_overview.tpl similarity index 100% rename from ifex/templates/simple/simple_overview.tpl rename to output_filters/templates/simple/simple_overview.tpl