Skip to content

Commit 2f94493

Browse files
authored
Remove class title underline from operator template (#1985)
Following changes made to fix problems in the API documentation.
1 parent b7f89f7 commit 2f94493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ansys/dpf/core/operators/operator.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
{{class_name}}
3-
{{class_name_underlining}}
3+
44
Autogenerated DPF operator classes.
55
"""
66

@@ -259,4 +259,4 @@ class Outputs{{capital_class_name}}(_Outputs):
259259
>>> result_{{name}} = op.outputs.{{name}}()
260260
""" # noqa: E501
261261
return self._{{name}}
262-
{{/multiple_types}}{{/output_pins}}
262+
{{/multiple_types}}{{/output_pins}}

0 commit comments

Comments
 (0)