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

Unified Diff: third_party/gsutil/boto/docs/source/index.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/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..c4297c21502a01b431158cd9260c91bd116d9560
--- /dev/null
+++ b/third_party/gsutil/boto/docs/source/index.rst
@@ -0,0 +1,146 @@
+.. _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>`)
+ * Data Pipeline -- (:doc:`API Reference <ref/datapipeline>`)
+ * Elastic Transcoder -- (:doc:`API Reference <ref/elastictranscoder>`)
+
+* **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>`)
+ * :doc:`Relational Data Services (RDS) <rds_tut>` -- (:doc:`API Reference <ref/rds>`)
+ * ElastiCache -- (:doc:`API Reference <ref/elasticache>`)
+
+* **Deployment and Management**
+
+ * CloudFormation -- (:doc:`API Reference <ref/cloudformation>`)
+ * Elastic Beanstalk -- (:doc:`API Reference <ref/beanstalk>`)
+
+* **Identity & Access**
+
+ * Identity and Access Management (IAM) -- (:doc:`API Reference <ref/iam>`)
+ * Security Token Service (STS) -- (:doc:`API Reference <ref/sts>`)
+
+* **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>`)
+ * :doc:`Cloudsearch <cloudsearch_tut>` -- (:doc:`API Reference <ref/cloudsearch>`)
+
+* **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>`)
+ * Amazon Glacier -- (:doc:`API Reference <ref/glacier>`)
+ * Google Cloud Storage -- (:doc:`API Reference <ref/gs>`)
+
+* **Workforce**
+
+ * Mechanical Turk -- (:doc:`API Reference <ref/mturk>`)
+
+* **Other**
+
+ * Marketplace Web Services -- (:doc:`API Reference <ref/mws>`)
+
+Additional Resources
+--------------------
+
+* :doc:`Boto Config Tutorial <boto_config_tut>`
+* :doc:`Contributing to Boto <contributing>`
+* `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
+ ref/mws
+ sqs_tut
+ ref/sqs
+ ref/sns
+ ses_tut
+ ref/ses
+ cloudsearch_tut
+ ref/cloudsearch
+ 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`

Powered by Google App Engine
This is Rietveld 408576698