Documentation/Source/eric6.install.html

branch
6_0_x
changeset 4244
f062334d45c9
parent 4089
b98cb6bb5079
child 4435
9f6555d3c3c0
child 4488
813c091f0457
diff -r 617a83ed2204 -r f062334d45c9 Documentation/Source/eric6.install.html
--- a/Documentation/Source/eric6.install.html	Fri May 01 11:27:32 2015 +0200
+++ b/Documentation/Source/eric6.install.html	Fri May 01 11:32:13 2015 +0200
@@ -91,6 +91,9 @@
 <td><a href="#main">main</a></td>
 <td>The main function of the script.</td>
 </tr><tr>
+<td><a href="#prepareInfoFile">prepareInfoFile</a></td>
+<td>Function to prepare an Info.py file when installing from source.</td>
+</tr><tr>
 <td><a href="#pyName">pyName</a></td>
 <td>Local function to create the Python source file name for the compiled .ui file.</td>
 </tr><tr>
@@ -376,6 +379,19 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="prepareInfoFile" ID="prepareInfoFile"></a>
+<h2>prepareInfoFile</h2>
+<b>prepareInfoFile</b>(<i>fileName</i>)
+<p>
+    Function to prepare an Info.py file when installing from source.
+</p><dl>
+<dt><i>fileName</i></dt>
+<dd>
+name of the Python file containing the info (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="pyName" ID="pyName"></a>
 <h2>pyName</h2>
 <b>pyName</b>(<i>py_dir, py_file</i>)

eric ide

mercurial