diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupCfgUtilities.html --- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupCfgUtilities.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.SetupWizard.SetupCfgUtilities.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,22 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.WizardPlugins.SetupWizard.SetupCfgUtilities</h1> - <p> Module implementing some utility functions for setup.cfg creation. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#_bool2string">_bool2string</a></td> <td>Function to convert a bool value to a setup.cfg string.</td> @@ -46,15 +44,16 @@ <td>Function to convert a value to a setup.cfg string.</td> </tr> </table> + <hr /> <hr /> <a NAME="_bool2string" ID="_bool2string"></a> <h2>_bool2string</h2> <b>_bool2string</b>(<i>value</i>) - <p> Function to convert a bool value to a setup.cfg string. </p> + <dl> <dt><i>value</i> (bool)</dt> @@ -80,10 +79,10 @@ <a NAME="_dict2list" ID="_dict2list"></a> <h2>_dict2list</h2> <b>_dict2list</b>(<i>value</i>) - <p> Function to convert a dict value to a setup.cfg list string. </p> + <dl> <dt><i>value</i> (dict)</dt> @@ -109,10 +108,10 @@ <a NAME="_dict2string" ID="_dict2string"></a> <h2>_dict2string</h2> <b>_dict2string</b>(<i>value</i>) - <p> Function to convert a dict value to a setup.cfg string. </p> + <dl> <dt><i>value</i> (dict)</dt> @@ -138,10 +137,10 @@ <a NAME="_list2string" ID="_list2string"></a> <h2>_list2string</h2> <b>_list2string</b>(<i>value</i>) - <p> Function to convert a list value to a setup.cfg string. </p> + <dl> <dt><i>value</i> (list)</dt> @@ -167,10 +166,10 @@ <a NAME="toString" ID="toString"></a> <h2>toString</h2> <b>toString</b>(<i>value</i>) - <p> Function to convert a value to a setup.cfg string. </p> + <dl> <dt><i>value</i> (bool, list, set, tuple or dict)</dt> @@ -192,4 +191,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>