Procházet zdrojové kódy

Minor readme enhancements.

Nuwan Goonasekera před 10 roky
rodič
revize
360c59abf1
1 změnil soubory, kde provedl 13 přidání a 2 odebrání
  1. 13 2
      README.rst

+ 13 - 2
README.rst

@@ -1,7 +1,7 @@
 CloudBridge aims to provide a simple layer of abstraction over
 CloudBridge aims to provide a simple layer of abstraction over
 different cloud providers, reducing or eliminating the need to write
 different cloud providers, reducing or eliminating the need to write
 conditional code for each cloud. It is currently under development and is in
 conditional code for each cloud. It is currently under development and is in
-the Alpha state.
+an Alpha state.
 
 
 .. image:: https://landscape.io/github/gvlproject/cloudbridge/master/landscape.svg?style=flat
 .. image:: https://landscape.io/github/gvlproject/cloudbridge/master/landscape.svg?style=flat
    :target: https://landscape.io/github/gvlproject/cloudbridge/master
    :target: https://landscape.io/github/gvlproject/cloudbridge/master
@@ -19,7 +19,7 @@ the Alpha state.
    :target: https://codeclimate.com/github/gvlproject/cloudbridge
    :target: https://codeclimate.com/github/gvlproject/cloudbridge
    :alt: Code Climate
    :alt: Code Climate
 
 
-.. image:: https://img.shields.io/pypi/status/cloudbridge.svg
+.. image:: https://img.shields.io/pypi/v/cloudbridge.svg
    :target: https://pypi.python.org/pypi/cloudbridge/
    :target: https://pypi.python.org/pypi/cloudbridge/
    :alt: latest version available on PyPI
    :alt: latest version available on PyPI
 
 
@@ -39,6 +39,7 @@ Install the latest release from PyPi:
 For other installation options, see the `installation page`_ in
 For other installation options, see the `installation page`_ in
 the documentation.
 the documentation.
 
 
+
 Usage example
 Usage example
 ~~~~~~~~~~~~~
 ~~~~~~~~~~~~~
 
 
@@ -59,6 +60,16 @@ Documentation
 Documentation can be found at https://cloudbridge.readthedocs.org.
 Documentation can be found at https://cloudbridge.readthedocs.org.
 
 
 
 
+Quick Reference
+~~~~~~~~~~~~~~~
+The following object graph shows how to access various provider services, and the resource
+that they return.
+
+.. image:: http://cloudbridge.readthedocs.org/en/latest/_images/object_relationships_detailed.svg
+   :target: http://cloudbridge.readthedocs.org/en/latest/?badge=latest#quick-reference
+   :alt: CloudBridge Quick Reference
+
+
 Design Goals
 Design Goals
 ~~~~~~~~~~~~
 ~~~~~~~~~~~~