We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987413e commit 1bfde80Copy full SHA for 1bfde80
src/ansys/dpf/core/documentation/operator_doc_template.j2
@@ -13,6 +13,8 @@ license: {{ scripting_info.license }}
13
{{ operator_description }}
14
{% if is_router %}
15
## Supported file types
16
+
17
+This operator supports the following keys ([file formats](../../index.md#overview-of-dpf)) for each listed namespace (plugin/solver):
18
{% for namespace, supported_files in supported_file_types.items() | sort %}
19
- {{ namespace }}: {{ supported_files }} {% endfor %}
20
{% endif %}
0 commit comments