src/eric7/Documentation/Source/eric7.eric7_post_install.html

branch
eric7
changeset 10479
856476537696
parent 10417
c6011e501282
--- a/src/eric7/Documentation/Source/eric7.eric7_post_install.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.eric7_post_install.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.eric7_post_install</h1>
-
 <p>
 Module implementing the post install logic for 'pip install'.
 </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="#copyDesktopFile">copyDesktopFile</a></td>
 <td>Modify a desktop file and write it to its destination.</td>
@@ -62,15 +60,16 @@
 <td>Function to generate the name of the Start Menu top entry.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a>
 <h2>copyDesktopFile</h2>
 <b>copyDesktopFile</b>(<i>src, dstPath, dstFile, scriptsdir</i>)
-
 <p>
     Modify a desktop file and write it to its destination.
 </p>
+
 <dl>
 
 <dt><i>src</i> (str)</dt>
@@ -96,20 +95,20 @@
 <a NAME="copyLinuxMetaData" ID="copyLinuxMetaData"></a>
 <h2>copyLinuxMetaData</h2>
 <b>copyLinuxMetaData</b>(<i></i>)
-
 <p>
     Function to copy the meta data files.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="copyMetaFile" ID="copyMetaFile"></a>
 <h2>copyMetaFile</h2>
 <b>copyMetaFile</b>(<i>srcname, dstpath, dstname</i>)
-
 <p>
     Function to copy a file to its destination.
 </p>
+
 <dl>
 
 <dt><i>srcname</i> (str)</dt>
@@ -131,20 +130,20 @@
 <a NAME="createWindowsLinks" ID="createWindowsLinks"></a>
 <h2>createWindowsLinks</h2>
 <b>createWindowsLinks</b>(<i></i>)
-
 <p>
     Create Desktop and Start Menu links.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="createWindowsShortcut" ID="createWindowsShortcut"></a>
 <h2>createWindowsShortcut</h2>
 <b>createWindowsShortcut</b>(<i>linkPath, targetPath, iconPath</i>)
-
 <p>
     Create Windows shortcut.
 </p>
+
 <dl>
 
 <dt><i>linkPath</i> (str)</dt>
@@ -166,10 +165,10 @@
 <a NAME="getWinregEntry" ID="getWinregEntry"></a>
 <h2>getWinregEntry</h2>
 <b>getWinregEntry</b>(<i>name, path</i>)
-
 <p>
     Function to get an entry from the Windows Registry.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -199,20 +198,20 @@
 <a NAME="main" ID="main"></a>
 <h2>main</h2>
 <b>main</b>(<i></i>)
-
 <p>
     Main script orchestrating the platform dependent post installation tasks.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="windowsDesktopEntries" ID="windowsDesktopEntries"></a>
 <h2>windowsDesktopEntries</h2>
 <b>windowsDesktopEntries</b>(<i></i>)
-
 <p>
     Function to generate data for the Windows Desktop links.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -232,10 +231,10 @@
 <a NAME="windowsProgramsEntry" ID="windowsProgramsEntry"></a>
 <h2>windowsProgramsEntry</h2>
 <b>windowsProgramsEntry</b>(<i></i>)
-
 <p>
     Function to generate the name of the Start Menu top entry.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -250,4 +249,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