Updated Branches: refs/heads/trunk 73bd38289 -> 6ed10daab
Update documentation index page. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7cef706b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7cef706b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7cef706b Branch: refs/heads/trunk Commit: 7cef706b034cde96a1a6b562d564ef0f4b773453 Parents: 73bd382 Author: Tomaz Muraus <[email protected]> Authored: Sat Aug 3 19:03:18 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Aug 3 19:03:18 2013 +0200 ---------------------------------------------------------------------- docs/index.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/7cef706b/docs/index.rst ---------------------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index be5f382..8ee7bbe 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,13 +12,15 @@ Welcome to Apache Libcloud's documentation! Unless noted otherwise, all of the examples in the documentation are licensed under the `Apache 2.0 license`_. -Apache Libcloud is a Python library which abstracts away the differences -between multiple cloud providers. It current can manage four different cloud -resources: +Apache Libcloud is a Python library which hides differences between different +cloud provider APIs and allows you to manage different cloud resources through +a unified and easy to use API. -* :doc:`Cloud servers </compute/index>` - services such as Amazon EC2 and +Resource you can manage with Libcloud are divided in the following categories: + +* :doc:`Cloud Servers </compute/index>` - services such as Amazon EC2 and RackSpace CloudServers -* :doc:`Cloud object storage </storage/index>` - services such as Amazon S3 and +* :doc:`Cloud Object Storage </storage/index>` - services such as Amazon S3 and Rackspace CloudFiles * :doc:`Load Balancers as a Service </loadbalancer/index>` * :doc:`DNS as a Service </dns/index>`
