Skip to content

Commit

Permalink
Remove class title underline from operator template
Browse files Browse the repository at this point in the history
Following changes made to fix problems in the API documentation.
  • Loading branch information
PProfizi authored Jan 2, 2025
1 parent b7f89f7 commit a051694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ansys/dpf/core/operators/operator.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
{{class_name}}
{{class_name_underlining}}

Autogenerated DPF operator classes.
"""

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

0 comments on commit a051694

Please sign in to comment.