Repository: libcloud Updated Branches: refs/heads/trunk 95ae5beea -> de69e15f1
Update README.rst Closes #426 Signed-off-by: Tomaz Muraus <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/de69e15f Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/de69e15f Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/de69e15f Branch: refs/heads/trunk Commit: de69e15f1495ab64bb32dbda39d0efd0005ec087 Parents: 95ae5be Author: Marc Abramowitz <[email protected]> Authored: Tue Dec 30 15:22:18 2014 -0800 Committer: Tomaz Muraus <[email protected]> Committed: Wed Dec 31 11:42:14 2014 +0100 ---------------------------------------------------------------------- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/de69e15f/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index ba1e5c6..5a6352c 100644 --- a/README.rst +++ b/README.rst @@ -25,12 +25,12 @@ through a unified and easy to use API. Resource you can manage with Libcloud are divided in the following categories: -* Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace +* **Compute** - Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (``libcloud.compute.*``) -* Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace +* **Storage** - Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (``libcloud.storage.*``) -* Load Balancers as a Service, LBaaS (``libcloud.loadbalancer.*``) -* DNS as a Service, DNSaaS (``libcloud.dns.*``) +* **Load Balancers** - Load Balancers as a Service, LBaaS (``libcloud.loadbalancer.*``) +* **DNS** - DNS as a Service, DNSaaS (``libcloud.dns.*``) Apache Libcloud is an Apache project, see <http://libcloud.apache.org> for more information.
