--- a/Documentation/Source/eric5.eric5-pluginrepository.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.eric5-pluginrepository.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,9 +22,9 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.eric5-pluginrepository</h1> <p> -Eric5 Plugin Installer +Eric5 Plugin Installer </p><p> -This is the main Python script to install eric5 plugins from outside of the IDE. +This is the main Python script to install eric5 plugins from outside of the IDE. </p> <h3>Global Attributes</h3> <table> @@ -38,10 +38,10 @@ <table> <tr> <td><a href="#createMainWidget">createMainWidget</a></td> -<td>Function to create the main widget.</td> +<td>Function to create the main widget.</td> </tr><tr> <td><a href="#main">main</a></td> -<td>Main entry point into the application.</td> +<td>Main entry point into the application.</td> </tr> </table> <hr /><hr /> @@ -49,16 +49,16 @@ <h2>createMainWidget</h2> <b>createMainWidget</b>(<i>argv</i>) <p> - Function to create the main widget. + Function to create the main widget. </p><dl> <dt><i>argv</i></dt> <dd> -list of commandline parameters (list of strings) +list of commandline parameters (list of strings) </dd> </dl><dl> <dt>Returns:</dt> <dd> -reference to the main widget (QWidget) +reference to the main widget (QWidget) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -67,7 +67,7 @@ <h2>main</h2> <b>main</b>(<i></i>) <p> - Main entry point into the application. + Main entry point into the application. </p> <div align="right"><a href="#top">Up</a></div> <hr />