Skip to content

Commit

Permalink
More documentation tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed May 1, 2013
1 parent e0f099f commit 14a1115
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ Release Notes

.. toctree::
:titlesonly:
:glob:

releasenotes/*
releasenotes/v2.9.2
releasenotes/v2.9.1


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releasenotes/v2.9.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Features
u'case-...'

The :ref:`Support Tutorial <support_tut>` has more information on how to use
the new API. (SHA: <insert_here>)
the new API. (SHA: 8c0451)


Bugfixes
Expand Down
7 changes: 5 additions & 2 deletions docs/source/support_tut.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ At this point the variable ``conn`` will point to a ``SupportConnection``
object. In this example, the AWS access key and AWS secret key are passed in to
the method explicitly. Alternatively, you can set the environment variables:

AWS_ACCESS_KEY_ID - Your AWS Access Key ID \
AWS_SECRET_ACCESS_KEY - Your AWS Secret Access Key
**AWS_ACCESS_KEY_ID**
Your AWS Access Key ID

**AWS_SECRET_ACCESS_KEY**
Your AWS Secret Access Key

and then call the constructor without any arguments, like this:

Expand Down

0 comments on commit 14a1115

Please sign in to comment.