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

Unified Diff: third_party/gsutil/boto/docs/source/index.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
Index: third_party/gsutil/boto/docs/source/index.rst
diff --git a/third_party/gsutil/boto/docs/source/index.rst b/third_party/gsutil/boto/docs/source/index.rst
new file mode 100644
index 0000000000000000000000000000000000000000..141be7608b18e2ac93cd3e699651cee5627eb764
--- /dev/null
+++ b/third_party/gsutil/boto/docs/source/index.rst
@@ -0,0 +1,132 @@
+.. _index:
+
+===============================================
+boto: A Python interface to Amazon Web Services
+===============================================
+
+An integrated interface to current and future infrastructural services
+offered by `Amazon Web Services`_.
+
+.. _Amazon Web Services: http://aws.amazon.com/
+
+Currently Supported Services
+----------------------------
+
+* **Compute**
+
+ * :doc:`Elastic Compute Cloud (EC2) <ec2_tut>` -- (:doc:`API Reference <ref/ec2>`)
+ * :doc:`Elastic MapReduce (EMR) <emr_tut>` -- (:doc:`API Reference <ref/emr>`)
+ * :doc:`Auto Scaling <autoscale_tut>` -- (:doc:`API Reference <ref/autoscale>`)
+
+* **Content Delivery**
+
+ * :doc:`CloudFront <cloudfront_tut>` -- (:doc:`API Reference <ref/cloudfront>`)
+
+* **Database**
+
+ * :doc:`SimpleDB <simpledb_tut>` -- (:doc:`API Reference <ref/sdb>`)
+ * :doc:`DynamoDB <dynamodb_tut>` -- (:doc:`API Reference <ref/dynamodb>`)
+ * Relational Data Services (RDS) -- (:doc:`API Reference <ref/rds>`)
+
+* **Deployment and Management**
+
+ * CloudFormation -- (:doc:`API Reference <ref/cloudformation>`)
+
+* **Identity & Access**
+
+ * Identity and Access Management (IAM) -- (:doc:`API Reference <ref/iam>`)
+
+* **Application Services**
+
+ * Simple Workflow Service (SWF) -- (:doc:`API Reference <ref/swf>`)
+ * :doc:`Simple Queue Service (SQS) <sqs_tut>` -- (:doc:`API Reference <ref/sqs>`)
+ * Simple Notification Service (SNS) -- (:doc:`API Reference <ref/sns>`)
+ * :doc:`Simple Email Service (SES) <ses_tut>` -- (:doc:`API Reference <ref/ses>`)
+
+* **Monitoring**
+
+ * :doc:`CloudWatch <cloudwatch_tut>` -- (:doc:`API Reference <ref/cloudwatch>`)
+
+* **Networking**
+
+ * Route 53 -- (:doc:`API Reference <ref/route53>`)
+ * :doc:`Virtual Private Cloud (VPC) <vpc_tut>` -- (:doc:`API Reference <ref/vpc>`)
+ * :doc:`Elastic Load Balancing (ELB) <elb_tut>` -- (:doc:`API Reference <ref/elb>`)
+
+* **Payments & Billing**
+
+ * Flexible Payments Service (FPS) -- (:doc:`API Reference <ref/fps>`)
+
+* **Storage**
+
+ * :doc:`Simple Storage Service (S3) <s3_tut>` -- (:doc:`API Reference <ref/s3>`)
+ * Google Cloud Storage -- (:doc:`API Reference <ref/gs>`)
+
+* **Workforce**
+
+ * Mechanical Turk -- (:doc:`API Reference <ref/mturk>`)
+
+Additional Resources
+--------------------
+
+* :doc:`Boto Config Tutorial <boto_config_tut>`
+* `Boto Source Repository`_
+* `Boto Issue Tracker`_
+* `Boto Twitter`_
+* `Follow Mitch on Twitter`_
+* Join our `IRC channel`_ (#boto on FreeNode).
+
+.. _Boto Issue Tracker: https://github.com/boto/boto/issues
+.. _Boto Source Repository: https://github.com/boto/boto
+.. _Boto Twitter: http://twitter.com/pythonboto
+.. _IRC channel: http://webchat.freenode.net/?channels=boto
+.. _Follow Mitch on Twitter: http://twitter.com/garnaat
+
+.. toctree::
+ :hidden:
+
+ ec2_tut
+ security_groups
+ ref/ec2
+ emr_tut
+ ref/emr
+ autoscale_tut
+ ref/autoscale
+ cloudfront_tut
+ ref/cloudfront
+ simpledb_tut
+ ref/sdb
+ ref/sdb_db
+ dynamodb_tut
+ ref/dynamodb
+ ref/rds
+ ref/cloudformation
+ ref/iam
+ sqs_tut
+ ref/sqs
+ ref/sns
+ ses_tut
+ ref/ses
+ cloudwatch_tut
+ ref/cloudwatch
+ ref/route53
+ vpc_tut
+ ref/vpc
+ elb_tut
+ ref/elb
+ ref/fps
+ s3_tut
+ ref/s3
+ ref/mturk
+ boto_config_tut
+ ref/index
+ documentation
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+
« no previous file with comments | « third_party/gsutil/boto/docs/source/emr_tut.rst ('k') | third_party/gsutil/boto/docs/source/ref/autoscale.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698