Add at a glance table to readme.rst.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dba1c2ec Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dba1c2ec Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dba1c2ec Branch: refs/heads/trunk Commit: dba1c2ecbacac4cf40160e7086b0f952d65ccd7b Parents: aa332d0 Author: Tomaz Muraus <[email protected]> Authored: Tue Sep 4 11:04:57 2018 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Tue Sep 4 11:04:57 2018 +0200 ---------------------------------------------------------------------- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/dba1c2ec/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index d07029d..6ecf71c 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,12 @@ 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. +:Code: https://github.com/apache/libcloud +:License: Apache 2.0; see LICENSE file +:Issues: https://github.com/apache/libcloud/issues +:Website: https://libcloud.apache.org/ +:Documentation: https://libcloud.readthedocs.io + Resources you can manage with Libcloud are divided into the following categories: * **Compute** - Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace
