Fix missed docstring updates from 2015.2 -> 2015.5

This commit is contained in:
Erik Johnson 2015-05-06 12:07:04 -05:00 committed by Colton Myers
parent a7447ac681
commit cc673b4a71
8 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@
'''
Connection module for Amazon DynamoDB
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
:configuration: This module accepts explicit DynamoDB credentials but can also
utilize IAM roles assigned to the instance trough Instance Profiles.

View file

@ -4428,7 +4428,7 @@ def normpath(path):
'''
Returns Normalize path, eliminating double slashes, etc.
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
This can be useful at the CLI but is frequently useful when scripting.
@ -4449,7 +4449,7 @@ def basename(path):
'''
Returns the final component of a pathname
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
This can be useful at the CLI but is frequently useful when scripting.
@ -4470,7 +4470,7 @@ def dirname(path):
'''
Returns the directory component of a pathname
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
This can be useful at the CLI but is frequently useful when scripting.

View file

@ -3,7 +3,7 @@
Module for making various web calls. Primarily designed for webhooks and the
like, but also useful for basic http testing.
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
'''
from __future__ import absolute_import

View file

@ -2,7 +2,7 @@
'''
Module for interop with the Splunk API
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
:depends: - splunk-sdk python module
:configuration: Configure this module by specifying the name of a configuration

View file

@ -3,7 +3,7 @@
Module for making various web calls. Primarily designed for webhooks and the
like, but also useful for basic http testing.
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
'''
from __future__ import absolute_import
# Import Python libs

View file

@ -3,7 +3,7 @@
Manage DynamoDB Tables
=================
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
Create and destroy DynamoDB tables. Be aware that this interacts with Amazon's
services, and so may incur charges.

View file

@ -1567,7 +1567,7 @@ def uptodate(name, refresh=False, **kwargs):
kwargs
Any keyword arguments to pass through to ``pkg.upgrade``.
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
'''
ret = {'name': name,
'changes': {},

View file

@ -2,7 +2,7 @@
'''
Splunk Search State Module
.. versionadded:: 2015.2
.. versionadded:: 2015.5.0
This state is used to ensure presence of splunk searches.