diff -r 2079ccbfa335 -r cbf6d88004ce eric6/Documentation/Source/install.html --- a/eric6/Documentation/Source/install.html Mon Sep 02 18:52:31 2019 +0200 +++ b/eric6/Documentation/Source/install.html Mon Sep 02 18:58:29 2019 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>PythonMarkers</td></tr><tr><td>PythonTextMarkers</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>includePythonVariant</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>pyqtOverride</td></tr><tr><td>pyqtVariant</td></tr><tr><td>sourceDir</td></tr> +<tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>sourceDir</td></tr> </table> <h3>Classes</h3> <table> @@ -91,9 +91,6 @@ <td><a href="#createWindowsShortcut">createWindowsShortcut</a></td> <td>Create Windows shortcut.</td> </tr><tr> -<td><a href="#determinePyQtVariant">determinePyQtVariant</a></td> -<td>Module function to determine the PyQt variant to be used.</td> -</tr><tr> <td><a href="#doDependancyChecks">doDependancyChecks</a></td> <td>Perform some dependency checks.</td> </tr><tr> @@ -216,7 +213,7 @@ <hr /><hr /> <a NAME="copyAppStreamFile" ID="copyAppStreamFile"></a> <h2>copyAppStreamFile</h2> -<b>copyAppStreamFile</b>(<i>src, dst, marker</i>) +<b>copyAppStreamFile</b>(<i>src, dst</i>) <p> Modify an appstream file and write it to its destination. </p><dl> @@ -226,16 +223,13 @@ </dd><dt><i>dst</i></dt> <dd> destination file name (string) -</dd><dt><i>marker</i></dt> -<dd> -marker to be used (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="copyDesktopFile" ID="copyDesktopFile"></a> <h2>copyDesktopFile</h2> -<b>copyDesktopFile</b>(<i>src, dst, marker</i>) +<b>copyDesktopFile</b>(<i>src, dst</i>) <p> Modify a desktop file and write it to its destination. </p><dl> @@ -245,9 +239,6 @@ </dd><dt><i>dst</i></dt> <dd> destination file name (string) -</dd><dt><i>marker</i></dt> -<dd> -marker to be used (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -397,14 +388,6 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="determinePyQtVariant" ID="determinePyQtVariant"></a> -<h2>determinePyQtVariant</h2> -<b>determinePyQtVariant</b>(<i></i>) -<p> - Module function to determine the PyQt variant to be used. -</p> -<div align="right"><a href="#top">Up</a></div> -<hr /><hr /> <a NAME="doDependancyChecks" ID="doDependancyChecks"></a> <h2>doDependancyChecks</h2> <b>doDependancyChecks</b>(<i></i>)