Skip to content

Commit c2a16f0

Browse files
committed
update doc
1 parent 71dd9fa commit c2a16f0

File tree

18 files changed

+604
-0
lines changed

18 files changed

+604
-0
lines changed

docs/source/02-Client-Side-Encryption/index.ipynb

+516
Large diffs are not rendered by default.

docs/source/pynamodb_mate/__init__.rst

+2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ sub packages and modules
1212

1313
attributes <attributes/__init__>
1414
patterns <patterns/__init__>
15+
api <api>
1516
cipher <cipher>
1617
compat <compat>
1718
helpers <helpers>
1819
models <models>
20+
type_hint <type_hint>
1921

docs/source/pynamodb_mate/api.rst

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.api
5+
:members:

docs/source/pynamodb_mate/attributes/__init__.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sub packages and modules
1010
.. toctree::
1111
:maxdepth: 1
1212

13+
api <api>
1314
compressed <compressed>
1415
encrypted <encrypted>
1516
s3backed <s3backed>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.attributes.api
5+
:members:

docs/source/pynamodb_mate/patterns/__init__.rst

+3
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@ sub packages and modules
1111
:maxdepth: 1
1212

1313
cache <cache/__init__>
14+
large_attribute <large_attribute/__init__>
15+
relationship <relationship/__init__>
1416
status_tracker <status_tracker/__init__>
17+
api <api>
1518

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.patterns.api
5+
:members:

docs/source/pynamodb_mate/patterns/cache/__init__.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sub packages and modules
1212

1313
backend <backend/__init__>
1414
abstract <abstract>
15+
api <api>
1516
multi_layer <multi_layer>
1617
utils <utils>
1718

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.patterns.cache.api
5+
:members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
large_attribute
2+
===============
3+
4+
.. automodule:: pynamodb_mate.patterns.large_attribute
5+
:members:
6+
7+
sub packages and modules
8+
------------------------
9+
10+
.. toctree::
11+
:maxdepth: 1
12+
13+
api <api>
14+
impl <impl>
15+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.patterns.large_attribute.api
5+
:members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
impl
2+
====
3+
4+
.. automodule:: pynamodb_mate.patterns.large_attribute.impl
5+
:members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
relationship
2+
============
3+
4+
.. automodule:: pynamodb_mate.patterns.relationship
5+
:members:
6+
7+
sub packages and modules
8+
------------------------
9+
10+
.. toctree::
11+
:maxdepth: 1
12+
13+
api <api>
14+
impl <impl>
15+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.patterns.relationship.api
5+
:members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
impl
2+
====
3+
4+
.. automodule:: pynamodb_mate.patterns.relationship.impl
5+
:members:

docs/source/pynamodb_mate/patterns/status_tracker/__init__.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ sub packages and modules
1010
.. toctree::
1111
:maxdepth: 1
1212

13+
api <api>
1314
impl <impl>
1415

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
api
2+
===
3+
4+
.. automodule:: pynamodb_mate.patterns.status_tracker.api
5+
:members:
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
type_hint
2+
=========
3+
4+
.. automodule:: pynamodb_mate.type_hint
5+
:members:

0 commit comments

Comments
 (0)