python-boto3/docs
2022-12-12 09:00:59 -08:00
..
source New upstream version 1.26.27+dfsg 2022-12-12 09:00:59 -08:00
make.bat Imported Upstream version 1.2.2 2015-11-27 16:25:33 -06:00
Makefile Imported Upstream version 1.2.2 2015-11-27 16:25:33 -06:00
README.rst New upstream version 1.18.45 2021-09-22 09:34:33 -07:00

Boto3 Documentation
~~~~~~~~~~~~~~~~~~~
Documentation for boto3 can be found `here <https://boto3.amazonaws.com/v1/documentation/api/latest/index.html>`_.

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