Skip to content

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Schefflera-Arboricola committed Jun 12, 2024
1 parent 13be970 commit ee3eed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _nx_parallel/update_get_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@


def get_funcs_info():
"""Return a dictionary with information about all the functions."""
"""Return a dictionary with function names as keys and function's details as values.
The function's details include the URL to the function in the source code, the parallel
computation description, and the additional parameters description."""
funcs = {}

nx_parallel_dir = os.path.join(os.getcwd(), "nx_parallel")
Expand Down

0 comments on commit ee3eed9

Please sign in to comment.