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
+1 -1
View File
@@ -49,7 +49,7 @@ class IPluginFactory(zope.interface.Interface):
"""Inject argument parser options (flags).
1. Be nice and prepend all options and destinations with
`~.option_namespace` and `~.dest_namespace`.
`~.common.option_namespace` and `~common.dest_namespace`.
2. Inject options (flags) only. Positional arguments are not
allowed, as this would break the CLI.