python-boto3/docs/README.rst
2021-09-22 09:34:33 -07:00

17 lines
555 B
ReStructuredText

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