Skip to content

Commit

Permalink
Cleaning up some Sphinx warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Taylor committed Jan 24, 2012
1 parent 3410f75 commit 0f04303
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ Additional Resources
ref/autoscale
cloudfront_tut
ref/cloudfront
simpledb_tut
ref/sdb
ref/sdb_db
dynamodb_tut
Expand Down
5 changes: 3 additions & 2 deletions docs/source/simpledb_tut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ To do so, the most straight forward way is the following::
>>> conn
SDBConnection:sdb.amazonaws.com
>>>

Bear in mind that if you have your credentials in boto config in your home
directory, the two keyword arguments in the call above are not needed. Also
important to note is that just as any other AWS service, SimpleDB is
region-specific and as such you might want to specify which region to connect
to, by default, it'll connect to the US-EAST-1 region.

Creating Domains
------------------
----------------
Arguably, once you have your connection established, you'll want to create one or more dmains.
Creating new domains is a fairly straight forward operation. To do so, you can proceed as follows::

Expand All @@ -40,7 +41,7 @@ Please note that SimpleDB, unlike its newest sibling DynamoDB, is truly and comp
Thus, there's no need specify domain keys or ranges.

Listing All Domains
------------------
-------------------
Unlike DynamoDB or other database systems, SimpleDB uses the concept of 'domains' instead of tables.
So, to list all your domains for your account in a region, you can simply do as follows::

Expand Down
2 changes: 1 addition & 1 deletion docs/source/sqs_tut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ with ``'another'``::
]

Getting a Queue (by name)
-----------------------
-------------------------
If you wish to explicitly retrieve an existing queue and the name of the queue is known,
you can retrieve the queue as follows::

Expand Down

0 comments on commit 0f04303

Please sign in to comment.