Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 5, 2024
1 parent 4a4fd22 commit 912b6a6
Show file tree
Hide file tree
Showing 47 changed files with 13,999 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: dd997feca9246d9432c476552bc17ff8
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added docs/.nojekyll
Empty file.
6 changes: 6 additions & 0 deletions docs/_sources/api/auth.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
awscrt.auth
===========

.. automodule:: awscrt.auth
:members:
:exclude-members: AwsCredentialsProviderBase
5 changes: 5 additions & 0 deletions docs/_sources/api/common.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.common
=============

.. automodule:: awscrt.common
:members:
5 changes: 5 additions & 0 deletions docs/_sources/api/crypto.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.crypto
=============

.. automodule:: awscrt.crypto
:members:
9 changes: 9 additions & 0 deletions docs/_sources/api/eventstream.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
awscrt.eventstream
==================

.. automodule:: awscrt.eventstream
:members:

.. automodule:: awscrt.eventstream.rpc
:members:

5 changes: 5 additions & 0 deletions docs/_sources/api/exceptions.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.exceptions
=================

.. automodule:: awscrt.exceptions
:members:
7 changes: 7 additions & 0 deletions docs/_sources/api/http.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
awscrt.http
===========

.. automodule:: awscrt.http
:members:
:inherited-members:
:exclude-members: HttpConnectionBase, HttpStreamBase, HttpMessageBase
5 changes: 5 additions & 0 deletions docs/_sources/api/io.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.io
=========

.. automodule:: awscrt.io
:members:
6 changes: 6 additions & 0 deletions docs/_sources/api/mqtt.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
awscrt.mqtt
===========

.. automodule:: awscrt.mqtt
:members:
:exclude-members: reconnect
5 changes: 5 additions & 0 deletions docs/_sources/api/mqtt5.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.mqtt5
============

.. automodule:: awscrt.mqtt5
:members:
5 changes: 5 additions & 0 deletions docs/_sources/api/s3.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.s3
=========

.. automodule:: awscrt.s3
:members:
5 changes: 5 additions & 0 deletions docs/_sources/api/websocket.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
awscrt.websocket
================

.. automodule:: awscrt.websocket
:members:
30 changes: 30 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Welcome to awscrt's documentation!
==================================
Python bindings for the AWS Common Runtime.

GitHub: https://github.com/awslabs/aws-crt-python

PyPI: https://pypi.org/project/awscrt/

API Reference
-------------
.. toctree::
:maxdepth: 2

api/auth
api/common
api/crypto
api/exceptions
api/eventstream
api/http
api/io
api/mqtt
api/mqtt5
api/s3
api/websocket

Indices and tables
==================

* :ref:`genindex`
* :ref:`search`
Binary file added docs/_static/background_b01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 912b6a6

Please sign in to comment.