Updated Branches: refs/heads/trunk ec86c9554 -> 48ce4c0ba
docs: Add image to the provider docs. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/48ce4c0b Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/48ce4c0b Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/48ce4c0b Branch: refs/heads/trunk Commit: 48ce4c0baba17d2887fde40e39de687672a2a828 Parents: ec86c95 Author: Tomaz Muraus <[email protected]> Authored: Sat Feb 1 12:41:03 2014 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sat Feb 1 12:41:03 2014 +0100 ---------------------------------------------------------------------- docs/compute/drivers/cloudsigma.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/48ce4c0b/docs/compute/drivers/cloudsigma.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/cloudsigma.rst b/docs/compute/drivers/cloudsigma.rst index 781e489..ce2fcb2 100644 --- a/docs/compute/drivers/cloudsigma.rst +++ b/docs/compute/drivers/cloudsigma.rst @@ -5,6 +5,11 @@ CloudSigma Compute Driver Documentation data centers in Zurich, Switzerland, Las Vegas, United States and Washington DC, United States. +.. figure:: /_static/images/provider_logos/cloudsigma.png + :align: center + :width: 300 + :target: https://www.cloudsigma.com + CloudSigma driver supports working with legacy `API v1.0`_ and a new and actively supported `API v2.0`_. API v1.0 has been deprecated and as such, you are strongly encouraged to migrate any existing code which uses API v1.0 to
