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: .. code-block:: sh $ pip install -r requirements-docs.txt $ cd docs $ make html