src/eric7/Documentation/Source/eric7.UI.upgrader.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
--- a/src/eric7/Documentation/Source/eric7.UI.upgrader.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.UI.upgrader.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,7 +7,6 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.UI.upgrader</h1>
-
 <p>
 Script to upgrade the packages eric depends on.
 </p>
@@ -15,20 +14,20 @@
 This process must be performed while eric is closed. The script will upgrade
 the requested packages and will restart eric.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>_ericPackages</td></tr><tr><td>_pyqtPackages</td></tr>
+<tr><td>_ericPackages</td></tr>
+<tr><td>_pyqtPackages</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#doUpgrade">doUpgrade</a></td>
 <td>Function to upgrade the given packages via pip.</td>
@@ -42,15 +41,16 @@
 <td>Function to start eric with the given arguments.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="doUpgrade" ID="doUpgrade"></a>
 <h2>doUpgrade</h2>
 <b>doUpgrade</b>(<i>packages</i>)
-
 <p>
     Function to upgrade the given packages via pip.
 </p>
+
 <dl>
 
 <dt><i>packages</i> (list of str)</dt>
@@ -76,20 +76,20 @@
 <a NAME="main" ID="main"></a>
 <h2>main</h2>
 <b>main</b>(<i></i>)
-
 <p>
     Main entry point into the upgrader.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="startEric" ID="startEric"></a>
 <h2>startEric</h2>
 <b>startEric</b>(<i>args</i>)
-
 <p>
     Function to start eric with the given arguments.
 </p>
+
 <dl>
 
 <dt><i>args</i> (list of str)</dt>
@@ -99,4 +99,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial