Sun, 13 Oct 2013 18:09:10 +0200
Shortened lines to adhere to the 79 character limit.
diff -r 551bd94613ac -r a27bb7a06650 Documentation/source/index-Plugin_Apis.html --- a/Documentation/source/index-Plugin_Apis.html Sun Sep 29 16:03:40 2013 +0200 +++ b/Documentation/source/index-Plugin_Apis.html Sun Oct 13 18:09:10 2013 +0200 @@ -20,7 +20,9 @@ </head> <body> <h1>Plugin_Apis</h1> - +<p> +Package implementing the APIs plugin providing extra API files. +</p> <h3>Modules</h3>
diff -r 551bd94613ac -r a27bb7a06650 Documentation/source/index.html --- a/Documentation/source/index.html Sun Sep 29 16:03:40 2013 +0200 +++ b/Documentation/source/index.html Sun Oct 13 18:09:10 2013 +0200 @@ -26,7 +26,7 @@ <table> <tr> <td><a href="index-Plugin_Apis.html">Plugin_Apis</a></td> -<td></td> +<td>Package implementing the APIs plugin providing extra API files.</td> </tr> </table>
diff -r 551bd94613ac -r a27bb7a06650 PluginApis.py --- a/PluginApis.py Sun Sep 29 16:03:40 2013 +0200 +++ b/PluginApis.py Sun Oct 13 18:09:10 2013 +0200 @@ -23,8 +23,8 @@ className = "PluginApis" packageName = "APIs" shortDescription = "API files for auto-completion and call tips." -longDescription = """This plug-in provides API files for auto-completion and""" \ - """ call tips that are often missing from distribution packages.""" +longDescription = """This plug-in provides API files for auto-completion""" \ + """ and call tips that are often missing from distribution packages.""" needsRestart = False pyqtApi = 2 # End-of-Header
diff -r 551bd94613ac -r a27bb7a06650 __init__.py --- a/__init__.py Sun Sep 29 16:03:40 2013 +0200 +++ b/__init__.py Sun Oct 13 18:09:10 2013 +0200 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2013 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the APIs plugin providing extra API files. +"""