AWS SDK for PHP
===============

Documentation for the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php).

Building the documentation
--------------------------

The documentation is written in [reStructuredText](http://docutils.sourceforge.net/rst.html) and can be built using
[Sphinx](http://sphinx.pocoo.org/).

1. pip install -r requirements.txt
2. Make the HTML documentation: ``make html``
