Skip to content

Commit 1eacf68

Browse files
nikolaymarkpeek
authored andcommitted
Update README.rst
1 parent 446d717 commit 1eacf68

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
===========
2-
troposphere
2+
Troposphere
33
===========
44

55
.. image:: https://pypip.in/version/troposphere/badge.svg?text=version&style=flat
@@ -12,24 +12,24 @@ troposphere
1212
About
1313
=====
1414

15-
troposphere - library to create `AWS CloudFormation`_ descriptions
15+
Troposphere - library to create `AWS CloudFormation`_ descriptions
1616

17-
The troposphere library allows for easier creation of the AWS CloudFormation
17+
The Troposphere library allows for easier creation of the AWS CloudFormation
1818
JSON by writing Python code to describe the AWS resources. Troposphere also
19-
includes some basic support for `OpenStack resources`_ via heat.
19+
includes some basic support for `OpenStack resources`_ via Heat.
2020

2121
To facilitate catching CloudFormation or JSON errors early the library has
2222
property and type checking built into the classes.
2323

24-
Installation Instructions
25-
=========================
24+
Installation
25+
============
2626

27-
troposphere can be installed using the pip distribution system for python by
27+
Troposphere can be installed using the pip distribution system for Python by
2828
issuing::
2929

3030
$ pip install troposphere
3131

32-
To install troposphere with `awacs <https://github.com/cloudtools/awacs>`_
32+
To install Troposphere with `awacs <https://github.com/cloudtools/awacs>`_
3333
(recommended soft dependency)::
3434

3535
$ pip install troposphere[policy]
@@ -131,14 +131,14 @@ Currently supported AWS resource types
131131
- AWS::Elasticsearch
132132
- AWS::EMR
133133
- AWS::IAM
134-
- AWS::KINESIS
134+
- AWS::Kinesis
135135
- AWS::KinesisFirehose
136136
- AWS::KMS
137137
- AWS::Lambda
138138
- AWS::Logs
139-
- AWS::OPSWORKS
139+
- AWS::OpsWorks
140140
- AWS::RDS
141-
- AWS::REDSHIFT
141+
- AWS::Redshift
142142
- AWS::Route53
143143
- AWS::S3
144144
- AWS::SDB
@@ -250,11 +250,11 @@ Duplicating a single instance sample would look like this
250250
New DynamoDB module
251251
===================
252252

253-
The original dynamodb module did not use a consistent interface with the rest
254-
of troposphere, and so is being phased out. In order to prepare for this,
255-
you'll need to make a few changes to dynamodb resources. The biggest change
256-
is that many of the dynamodb properties are now treated like regular properties
257-
in troposphere rather than as helper functions. For a full example of the
253+
The original DynamoDB module did not use a consistent interface with the rest
254+
of Troposphere, and so is being phased out. In order to prepare for this,
255+
you'll need to make a few changes to DynamoDB resources. The biggest change
256+
is that many of the DynamoDB properties are now treated like regular properties
257+
in Troposphere rather than as helper functions. For a full example of the
258258
changes, you can check out this diff between the DynamoDB_Table example using
259259
the old and the new modules::
260260

@@ -291,15 +291,15 @@ the old and the new modules::
291291
Community
292292
=========
293293

294-
We have a google group, cloudtools-dev_, where you can ask questions and
295-
engage with the troposphere community. Issues & pull requests are always
294+
We have a Google Group, cloudtools-dev_, where you can ask questions and
295+
engage with the Troposphere community. Issues and pull requests are always
296296
welcome!
297297

298298
Licensing
299299
=========
300300

301301
Troposphere is licensed under the `BSD 2-Clause license`_.
302-
See `LICENSE`_ for the troposphere full license text.
302+
See `LICENSE`_ for the Troposphere full license text.
303303

304304

305305
.. _`AWS CloudFormation`: http://aws.amazon.com/cloudformation

0 commit comments

Comments
 (0)