From ee3eed9b0156c322466c32b4f621456e262bdc60 Mon Sep 17 00:00:00 2001 From: Schefflera-Arboricola <1509aditi@gmail.com> Date: Wed, 12 Jun 2024 17:59:04 +0530 Subject: [PATCH] updated docstring --- _nx_parallel/update_get_info.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_nx_parallel/update_get_info.py b/_nx_parallel/update_get_info.py index 846ba0a..9634665 100644 --- a/_nx_parallel/update_get_info.py +++ b/_nx_parallel/update_get_info.py @@ -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")