You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2015/03/29 17:50:44 UTC

[2/3] libcloud git commit: Rename docs file.

Rename docs file.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7acfea38
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7acfea38
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7acfea38

Branch: refs/heads/trunk
Commit: 7acfea3818c1c1f908540cc21685c1628701cd03
Parents: 0e4eb6d
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Mar 29 17:43:35 2015 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Mar 29 17:43:35 2015 +0200

----------------------------------------------------------------------
 docs/compute/drivers/digital_ocean.rst | 49 +++++++++++++++++++++++++++++
 docs/compute/drivers/digitalocean.rst  | 49 -----------------------------
 2 files changed, 49 insertions(+), 49 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7acfea38/docs/compute/drivers/digital_ocean.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/digital_ocean.rst b/docs/compute/drivers/digital_ocean.rst
new file mode 100644
index 0000000..6b71ed3
--- /dev/null
+++ b/docs/compute/drivers/digital_ocean.rst
@@ -0,0 +1,49 @@
+DigitalOcean Compute Driver Documentation
+=========================================
+
+`DigitalOcean`_ is an American virtual private server provider based in New York
+City with data centers in New York, Amsterdam, San Francisco, London and
+Singapore.
+
+.. figure:: /_static/images/provider_logos/digitalocean.png
+    :align: center
+    :width: 300
+    :target: https://www.digitalocean.com/
+
+Instantiating a driver
+----------------------
+
+DigitalOcean driver supports two API versions - old API v1.0 and the new API
+v2.0 which is currently in beta. Since trunk (to be libcloud v0.18.0), the
+driver uses new API v2.0 by default.
+
+Instantiating a driver using API v2.0
+-------------------------------------
+
+.. literalinclude:: /examples/compute/digitalocean/instantiate_api_v2.0.py
+   :language: python
+
+Instantiating a driver using API v1.0
+-------------------------------------
+
+.. literalinclude:: /examples/compute/digitalocean/instantiate_api_v1.0.py
+   :language: python
+
+API Docs
+--------
+
+API v2.0
+~~~~~~~~
+
+.. autoclass:: libcloud.compute.drivers.digitalocean.DigitalOcean_v2_NodeDriver
+    :members:
+    :inherited-members:
+
+API v1.0
+~~~~~~~~
+
+.. autoclass:: libcloud.compute.drivers.digitalocean.DigitalOcean_v1_NodeDriver
+    :members:
+    :inherited-members:
+
+.. _`DigitalOcean`: https://www.digitalocean.com/

http://git-wip-us.apache.org/repos/asf/libcloud/blob/7acfea38/docs/compute/drivers/digitalocean.rst
----------------------------------------------------------------------
diff --git a/docs/compute/drivers/digitalocean.rst b/docs/compute/drivers/digitalocean.rst
deleted file mode 100644
index 6b71ed3..0000000
--- a/docs/compute/drivers/digitalocean.rst
+++ /dev/null
@@ -1,49 +0,0 @@
-DigitalOcean Compute Driver Documentation
-=========================================
-
-`DigitalOcean`_ is an American virtual private server provider based in New York
-City with data centers in New York, Amsterdam, San Francisco, London and
-Singapore.
-
-.. figure:: /_static/images/provider_logos/digitalocean.png
-    :align: center
-    :width: 300
-    :target: https://www.digitalocean.com/
-
-Instantiating a driver
-----------------------
-
-DigitalOcean driver supports two API versions - old API v1.0 and the new API
-v2.0 which is currently in beta. Since trunk (to be libcloud v0.18.0), the
-driver uses new API v2.0 by default.
-
-Instantiating a driver using API v2.0
--------------------------------------
-
-.. literalinclude:: /examples/compute/digitalocean/instantiate_api_v2.0.py
-   :language: python
-
-Instantiating a driver using API v1.0
--------------------------------------
-
-.. literalinclude:: /examples/compute/digitalocean/instantiate_api_v1.0.py
-   :language: python
-
-API Docs
---------
-
-API v2.0
-~~~~~~~~
-
-.. autoclass:: libcloud.compute.drivers.digitalocean.DigitalOcean_v2_NodeDriver
-    :members:
-    :inherited-members:
-
-API v1.0
-~~~~~~~~
-
-.. autoclass:: libcloud.compute.drivers.digitalocean.DigitalOcean_v1_NodeDriver
-    :members:
-    :inherited-members:
-
-.. _`DigitalOcean`: https://www.digitalocean.com/