Back to Boto3

Boto3 Documentation

docs/README.rst

1.43.4529 B
Original Source

Boto3 Documentation

Documentation for boto3 can be found `here <https://docs.aws.amazon.com/boto3/latest/>`_.

Generating Documentation

Note: Botocore's requirement-docs.txt <https://github.com/boto/botocore/blob/develop/requirements-docs.txt>_ must be installed prior to attempting the following steps.

Sphinx is used for documentation. You can generate HTML locally with the following:

.. code-block:: sh

$ pip install -r requirements-docs.txt
$ cd docs
$ make html