Fix various RST warnings (#34084)

* Fix various RST warnings

* shorter lines
This commit is contained in:
John R Barker
2017-12-20 15:20:05 +00:00
committed by GitHub
parent 20174f1c47
commit c50da48049
5 changed files with 20 additions and 23 deletions

View File

@@ -24,14 +24,11 @@ extends_documentation_fragment:
- aws
- ec2
description:
- Create and manage AWS Datapipelines. Creation is not idempotent in AWS,
so the uniqueId is created by hashing the options (minus objects) given to the datapipeline.
The pipeline definition must be in the format given here
- Create and manage AWS Datapipelines. Creation is not idempotent in AWS, so the I(uniqueId) is created by hashing the options (minus objects)
given to the datapipeline.
- The pipeline definition must be in the format given here
U(http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_PutPipelineDefinition.html#API_PutPipelineDefinition_RequestSyntax).
Also operations will wait for a configurable amount
of time to ensure the pipeline is in the requested state.
- Also operations will wait for a configurable amount of time to ensure the pipeline is in the requested state.
options:
name:
description:

View File

@@ -26,7 +26,6 @@ DOCUMENTATION = """
ini:
- section: lookup_redis
key: host
port:
port:
description: port on which Redis is listening on
default: 6379A