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
77
88The ``diffpy.utils.tools `` module provides tool functions for use with diffpy apps.
99
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.
1111
1212 Developers can use this function to simplify the process of loading, merging, and saving information consistently and easily.
1313 Additionally, it saves the effort of re-entering information, and allows overriding current information by
1414 passing parameters.
1515
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.
1717 It updates the package information under the key "package_info" in the format {"package_name": "version_number"},
1818 resulting in an entry in the passed metadata dictionary that looks like
1919 ``{"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