python-boto3/docs/source/index.rst
2019-10-20 19:51:09 +03:00

64 lines
1 KiB
ReStructuredText

.. 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. It enables Python
developers to create, configure, and manage AWS services, such as EC2
and S3. Boto provides an easy to use, object-oriented API, as well as
low-level access to AWS services.
Quickstart
----------
.. toctree::
:maxdepth: 2
guide/quickstart
guide/sqs
guide/examples
User Guides
-----------
.. toctree::
:maxdepth: 3
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`