Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: third_party/gsutil/boto/docs/source/ref/dynamodb.rst

Issue 12042069: Scripts to download files from google storage based on sha1 sums (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Review fixes, updated gsutil Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gsutil/boto/docs/source/ref/dynamodb.rst
diff --git a/third_party/gsutil/boto/docs/source/ref/dynamodb.rst b/third_party/gsutil/boto/docs/source/ref/dynamodb.rst
new file mode 100644
index 0000000000000000000000000000000000000000..00a1375690c385ae05c6279bab6f22dc792c977d
--- /dev/null
+++ b/third_party/gsutil/boto/docs/source/ref/dynamodb.rst
@@ -0,0 +1,61 @@
+.. ref-dynamodb
+
+========
+DynamoDB
+========
+
+boto.dynamodb
+-------------
+
+.. automodule:: boto.dynamodb
+ :members:
+ :undoc-members:
+
+boto.dynamodb.layer1
+--------------------
+
+.. automodule:: boto.dynamodb.layer1
+ :members:
+ :undoc-members:
+
+boto.dynamodb.layer2
+--------------------
+
+.. automodule:: boto.dynamodb.layer2
+ :members:
+ :undoc-members:
+
+boto.dynamodb.table
+-------------------
+
+.. automodule:: boto.dynamodb.table
+ :members:
+ :undoc-members:
+
+boto.dynamodb.schema
+--------------------
+
+.. automodule:: boto.dynamodb.schema
+ :members:
+ :undoc-members:
+
+boto.dynamodb.item
+------------------
+
+.. automodule:: boto.dynamodb.item
+ :members:
+ :undoc-members:
+
+boto.dynamodb.batch
+-------------------
+
+.. automodule:: boto.dynamodb.batch
+ :members:
+ :undoc-members:
+
+boto.dynamodb.types
+-------------------
+
+.. automodule:: boto.dynamodb.types
+ :members:
+ :undoc-members:

Powered by Google App Engine
This is Rietveld 408576698