python-boto3/docs/source/index.rst

72 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2015-11-27 23:25:33 +01:00
.. 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
====================
2019-10-20 18:51:09 +02:00
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.
2015-11-27 23:25:33 +01:00
Quickstart
----------
.. toctree::
:maxdepth: 2
guide/quickstart
guide/sqs
2018-07-11 07:39:36 +02:00
guide/examples
2015-11-27 23:25:33 +01:00
2019-10-20 18:51:09 +02:00
User Guides
-----------
2015-11-27 23:25:33 +01:00
.. toctree::
2019-10-20 18:51:09 +02:00
:maxdepth: 3
2015-11-27 23:25:33 +01:00
guide/index
2020-05-06 10:06:12 +02:00
Security
--------
.. toctree::
:maxdepth: 2
guide/security
2015-11-27 23:25:33 +01:00
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`