From 2f94493392625bc37c6cb0f134659da8b3e26157 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:30:35 +0100 Subject: [PATCH] Remove class title underline from operator template (#1985) Following changes made to fix problems in the API documentation. --- src/ansys/dpf/core/operators/operator.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/dpf/core/operators/operator.mustache b/src/ansys/dpf/core/operators/operator.mustache index 85802bbcc9..e0532a108d 100644 --- a/src/ansys/dpf/core/operators/operator.mustache +++ b/src/ansys/dpf/core/operators/operator.mustache @@ -1,6 +1,6 @@ """ {{class_name}} -{{class_name_underlining}} + Autogenerated DPF operator classes. """ @@ -259,4 +259,4 @@ class Outputs{{capital_class_name}}(_Outputs): >>> result_{{name}} = op.outputs.{{name}}() """ # noqa: E501 return self._{{name}} - {{/multiple_types}}{{/output_pins}} \ No newline at end of file + {{/multiple_types}}{{/output_pins}}