File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc/manual/source/utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ Tools Utility
7
7
8
8
The ``diffpy.utils.tools `` module provides tool functions for use with diffpy apps.
9
9
10
- 1. ``get_user_info ``: This function is designed for managing and tracking username and email information.
10
+ 1) ``get_user_info ``: This function is designed for managing and tracking username and email information.
11
11
12
12
Developers can use this function to simplify the process of loading, merging, and saving information consistently and easily.
13
13
Additionally, it saves the effort of re-entering information, and allows overriding current information by
14
14
passing parameters.
15
15
16
- 2. ``get_package_info ``: This function loads package name and version information into a dictionary.
16
+ 2) ``get_package_info ``: This function loads package name and version information into a dictionary.
17
17
It updates the package information under the key "package_info" in the format {"package_name": "version_number"},
18
18
resulting in an entry in the passed metadata dictionary that looks like
19
19
``{"package_info": {"package1": "version_number1", "package2": "version_number2"} `` if the function is called more than
You can’t perform that action at this time.
0 commit comments