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 2013/11/17 21:05:29 UTC

[03/17] git commit: docs: Update link texts.

docs: Update link texts.


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

Branch: refs/heads/trunk
Commit: c9918508e68b7f7ef7bc64bcdd9c189979095a81
Parents: 0d8485f
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Nov 17 20:01:22 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Nov 17 20:01:22 2013 +0100

----------------------------------------------------------------------
 docs/dns/index.rst          | 4 ++--
 docs/loadbalancer/index.rst | 4 ++--
 docs/storage/index.rst      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c9918508/docs/dns/index.rst
----------------------------------------------------------------------
diff --git a/docs/dns/index.rst b/docs/dns/index.rst
index 9f76459..7580cfe 100644
--- a/docs/dns/index.rst
+++ b/docs/dns/index.rst
@@ -39,5 +39,5 @@ We have :doc:`examples of several common patterns </dns/examples>`.
 API Reference
 -------------
 
-There is a reference to :doc:`all the methods on the base dns driver
-</dns/api/>`.
+For a full reference of all the classes and methods exposed by the DNS
+API, see :doc:`this page </dns/api>`.

http://git-wip-us.apache.org/repos/asf/libcloud/blob/c9918508/docs/loadbalancer/index.rst
----------------------------------------------------------------------
diff --git a/docs/loadbalancer/index.rst b/docs/loadbalancer/index.rst
index a946a11..f432017 100644
--- a/docs/loadbalancer/index.rst
+++ b/docs/loadbalancer/index.rst
@@ -31,5 +31,5 @@ We have :doc:`examples of several common patterns </loadbalancer/examples>`.
 API Reference
 -------------
 
-There is a reference to :doc:`all the methods on the base loadbalancer driver
-</loadbalancer/api/>`.
+For a full reference of all the classes and methods exposed by the loadbalancer
+API, see :doc:`this page </loadbalancer/api>`.

http://git-wip-us.apache.org/repos/asf/libcloud/blob/c9918508/docs/storage/index.rst
----------------------------------------------------------------------
diff --git a/docs/storage/index.rst b/docs/storage/index.rst
index 0960cf5..fe1042d 100644
--- a/docs/storage/index.rst
+++ b/docs/storage/index.rst
@@ -35,5 +35,5 @@ We have :doc:`examples of several common patterns </storage/examples>`.
 API Reference
 -------------
 
-There is a reference to :doc:`all the methods on the base storage driver
-</storage/api/>`.
+For a full reference of all the classes and methods exposed by the storage
+API, see :doc:`this page </storage/api>`.