Skip to content

Files

Latest commit

704c665 · Jun 4, 2024

History

History
This branch is 823 commits behind boto/botocore:develop.

docs

Botocore Documentation

Documentation for botocore can be found here

Generating Documentation

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

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