Skip to content

Commit 95c8c71

Browse files
searching doc build error
1 parent bc78f34 commit 95c8c71

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ansys/dpf/core/data_sources.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -338,18 +338,6 @@ def add_file_path_for_specified_result(
338338
contained in the data sources. For example, a solve using two different solvers
339339
could generate two different sets of files.
340340
341-
Parameters
342-
----------
343-
filepath
344-
Path of the file.
345-
key
346-
Extension of the file, which is used as a key for choosing the correct
347-
plugin when a result is requested by an operator. The default is ``""``,
348-
in which case the key is found directly.
349-
result_key
350-
Extension of the results file that the specified file path belongs to.
351-
The default is ``""``, in which case the key is found directly.
352-
353341
"""
354342
# The filename needs to be a fully qualified file name
355343
if not os.path.dirname(filepath):

0 commit comments

Comments
 (0)