File: README.md

package info (click to toggle)
aws-sdk-for-php 2.7.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 14,448 kB
  • ctags: 10,879
  • sloc: php: 157,235; python: 233; makefile: 184; xml: 28; sh: 5
file content (13 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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``