Skip to content

Commit 1bfde80

Browse files
authored
Add explanation for the supported file types
1 parent 987413e commit 1bfde80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ansys/dpf/core/documentation/operator_doc_template.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ license: {{ scripting_info.license }}
1313
{{ operator_description }}
1414
{% if is_router %}
1515
## Supported file types
16+
17+
This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
1618
{% for namespace, supported_files in supported_file_types.items() | sort %}
1719
- {{ namespace }}: {{ supported_files }} {% endfor %}
1820
{% endif %}

0 commit comments

Comments
 (0)