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 found here.

Generating Documentation

Note: Botocore's requirement-docs.txt must 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
$ cd docs
$ make html