.. Boto3 documentation master file, created by
   sphinx-quickstart on Wed Sep  3 11:11:30 2014.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Boto 3 Documentation
====================
Boto is the Amazon Web Services (AWS) SDK for Python, which allows Python
developers to write software that makes use of Amazon services like S3 and
EC2. Boto provides an easy to use, object-oriented API as well as low-level
direct service access.


Quickstart
----------

.. toctree::
   :maxdepth: 2

   guide/quickstart
   guide/sqs

User Guide
----------

.. toctree::

   guide/index



API Reference
-------------

Services
~~~~~~~~

.. toctree::
   :maxdepth: 3

   reference/services/index

Core
~~~~

.. toctree::
   :maxdepth: 3

   reference/core/index

Customizations
~~~~~~~~~~~~~~

.. toctree::
   :maxdepth: 3

   reference/customizations/index

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
