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

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

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 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
« no previous file with comments | « third_party/gsutil/boto/docs/source/ref/s3.rst ('k') | third_party/gsutil/boto/docs/source/ref/sdb_db.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/boto/docs/source/ref/sdb.rst
diff --git a/third_party/gsutil/boto/docs/source/ref/sdb.rst b/third_party/gsutil/boto/docs/source/ref/sdb.rst
new file mode 100644
index 0000000000000000000000000000000000000000..28946f828155c36b277ee0ceb7e52640173fff4d
--- /dev/null
+++ b/third_party/gsutil/boto/docs/source/ref/sdb.rst
@@ -0,0 +1,45 @@
+.. ref-sdb
+
+=============
+SDB Reference
+=============
+
+In addition to what is seen below, boto includes an abstraction
+layer for SimpleDB that may be used:
+
+* :doc:`SimpleDB DB <sdb_db>` (Maintained, but little documentation)
+
+boto.sdb
+--------
+
+.. automodule:: boto.sdb
+ :members:
+ :undoc-members:
+
+boto.sdb.connection
+-------------------
+
+.. automodule:: boto.sdb.connection
+ :members:
+ :undoc-members:
+
+boto.sdb.domain
+---------------
+
+.. automodule:: boto.sdb.domain
+ :members:
+ :undoc-members:
+
+boto.sdb.item
+-------------
+
+.. automodule:: boto.sdb.item
+ :members:
+ :undoc-members:
+
+boto.sdb.queryresultset
+-----------------------
+
+.. automodule:: boto.sdb.queryresultset
+ :members:
+ :undoc-members:
« no previous file with comments | « third_party/gsutil/boto/docs/source/ref/s3.rst ('k') | third_party/gsutil/boto/docs/source/ref/sdb_db.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698