Rewrap after errors rename, doc fixes.

This commit is contained in:
Jakub Warmuz
2015-06-22 22:43:42 +00:00
parent cfa7e28106
commit 57f67c4109
24 changed files with 109 additions and 158 deletions
+4 -4
View File
@@ -68,10 +68,10 @@ class IPlugin(zope.interface.Interface):
Finish up any additional initialization.
:raises letsencrypt.errors.MisconfigurationError:
when full initialization cannot be completed. Plugin will be
displayed on a list of available plugins.
:raises letsencrypt.errors.NoInstallationError:
:raises .MisconfigurationError:
when full initialization cannot be completed. Plugin will
be displayed on a list of available plugins.
:raises .NoInstallationError:
when the necessary programs/files cannot be located. Plugin
will NOT be displayed on a list of available plugins.