PyLint/Documentation/source/Plugin_Checker_PyLint.PyLint.PyLintConfigDialog.html

changeset 28
1dae294006e8
parent 22
68beeb22dade
child 60
971dd1b69f5b
--- a/PyLint/Documentation/source/Plugin_Checker_PyLint.PyLint.PyLintConfigDialog.html	Sun Oct 13 18:33:34 2013 +0200
+++ b/PyLint/Documentation/source/Plugin_Checker_PyLint.PyLint.PyLintConfigDialog.html	Thu Oct 24 18:56:00 2013 +0200
@@ -21,7 +21,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</h1>
 <p>
-Module implementing a dialog to configure the PyLint process
+Module implementing a dialog to configure the PyLint process.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -31,7 +31,7 @@
 <table>
 <tr>
 <td><a href="#PyLintConfigDialog">PyLintConfigDialog</a></td>
-<td>Class implementing a dialog to configure the PyLint process</td>
+<td>Class implementing a dialog to configure the PyLint process.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -42,7 +42,7 @@
 <a NAME="PyLintConfigDialog" ID="PyLintConfigDialog"></a>
 <h2>PyLintConfigDialog</h2>
 <p>
-    Class implementing a dialog to configure the PyLint process
+    Class implementing a dialog to configure the PyLint process.
 </p>
 <h3>Derived from</h3>
 QDialog, Ui_PyLintConfigDialog
@@ -137,12 +137,14 @@
 <h4>PyLintConfigDialog.__readStderr</h4>
 <b>__readStderr</b>(<i></i>)
 <p>
-        Private slot to handle the readyReadStandardError signal of the pylint process.
+        Private slot to handle the readyReadStandardError signal of the
+        pylint process.
 </p><a NAME="PyLintConfigDialog.__readStdout" ID="PyLintConfigDialog.__readStdout"></a>
 <h4>PyLintConfigDialog.__readStdout</h4>
 <b>__readStdout</b>(<i></i>)
 <p>
-        Private slot to handle the readyReadStandardOutput signal of the pylint process.
+        Private slot to handle the readyReadStandardOutput signal of the
+        pylint process.
 </p><a NAME="PyLintConfigDialog.accept" ID="PyLintConfigDialog.accept"></a>
 <h4>PyLintConfigDialog.accept</h4>
 <b>accept</b>(<i></i>)
@@ -162,13 +164,13 @@
         list can be passed back upon object generation to overwrite
         the default settings.
 </p><p>
-        <b>Note</b>: The arguments list contains the name of the pylint executable as
-        the first parameter.
+        <b>Note</b>: The arguments list contains the name of the pylint
+        executable as the first parameter.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-a tuple of the commandline parameters and non default parameters
-            (list of strings, dictionary)
+a tuple of the commandline parameters and non default
+            parameters (list of strings, dictionary)
 </dd>
 </dl><a NAME="PyLintConfigDialog.on_configButton_clicked" ID="PyLintConfigDialog.on_configButton_clicked"></a>
 <h4>PyLintConfigDialog.on_configButton_clicked</h4>

eric ide

mercurial