Various docstring fixes.

- Use r""" \* """
- transform plugins note to ..warning
- ' -> ` for cross-reference
- fix some "more than one target found for cross-reference" warnings
This commit is contained in:
Jakub Warmuz
2015-05-28 15:17:55 +00:00
parent 9bc9abecbe
commit 2178315f8a
4 changed files with 27 additions and 24 deletions
+5 -5
View File
@@ -53,12 +53,12 @@ class AuthHandler(object):
"""Retrieve all authorizations for challenges.
:param set domains: Domains for authorization
:param bool best_effort: Whether or not all authorizations are required
(this is useful in renewal)
:param bool best_effort: Whether or not all authorizations are
required (this is useful in renewal)
:returns: tuple of lists of authorization resources. Takes the form of
(`completed`, `failed`)
rtype: tuple
:returns: tuple of lists of authorization resources. Takes the
form of (`completed`, `failed`)
:rtype: tuple
:raises AuthorizationError: If unable to retrieve all
authorizations