Skip to content

Commit 199742c

Browse files
committed
add CryptoConfig to rendered docs
1 parent f787291 commit 199742c

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ API
77
:maxdepth: 2
88
:caption: Encryption Helpers
99

10+
lib/encrypted/config.rst
1011
lib/encrypted/helpers
1112
lib/encrypted/item
1213

doc/lib/encrypted/config.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Cryptographic Configuration
2+
---------------------------
3+
4+
.. automodule:: dynamodb_encryption_sdk.encrypted

src/dynamodb_encryption_sdk/encrypted/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232

3333
@attr.s(init=False)
3434
class CryptoConfig(object):
35-
"""Container for all configuration needed to encrypt or decrypt an item.
35+
"""Container for all configuration needed to encrypt or decrypt an item using the item
36+
encryptor functions in :py:mod:`dynamodb_encryption_sdk.encrypted.item`.
3637
3738
:param CryptographicMaterialsProvider materials_provider: Cryptographic materials provider
3839
to use

0 commit comments

Comments
 (0)