Skip to content

Latest commit

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

Boto3 Documentation

Documentation for boto3 can be foundhere.

Generating Documentation

Note: Botocore'srequirement-docs.txtmust be installed prior to attempting the following steps.

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

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