Hook up example and base api links for storage, dns and loadbalancer api.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/318ed78c Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/318ed78c Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/318ed78c Branch: refs/heads/trunk Commit: 318ed78c333deefa70bee8481087e4665630b10b Parents: 3132bf5 Author: Tomaz Muraus <[email protected]> Authored: Sat Aug 3 17:14:55 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Sat Aug 3 17:14:55 2013 +0200 ---------------------------------------------------------------------- docs/dns/index.rst | 11 +++++++++++ docs/loadbalancer/index.rst | 11 +++++++++++ docs/storage/index.rst | 11 +++++++++++ 3 files changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/318ed78c/docs/dns/index.rst ---------------------------------------------------------------------- diff --git a/docs/dns/index.rst b/docs/dns/index.rst index 7e899b1..dafb455 100644 --- a/docs/dns/index.rst +++ b/docs/dns/index.rst @@ -4,3 +4,14 @@ DNS .. note:: TODO: Write me! + +Examples +-------- + +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/>`. http://git-wip-us.apache.org/repos/asf/libcloud/blob/318ed78c/docs/loadbalancer/index.rst ---------------------------------------------------------------------- diff --git a/docs/loadbalancer/index.rst b/docs/loadbalancer/index.rst index f9baa2d..59f17c2 100644 --- a/docs/loadbalancer/index.rst +++ b/docs/loadbalancer/index.rst @@ -4,3 +4,14 @@ Load Balancers .. note:: TODO: Write me! + +Examples +-------- + +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/>`. http://git-wip-us.apache.org/repos/asf/libcloud/blob/318ed78c/docs/storage/index.rst ---------------------------------------------------------------------- diff --git a/docs/storage/index.rst b/docs/storage/index.rst index 3ab1bb5..6d93f9e 100644 --- a/docs/storage/index.rst +++ b/docs/storage/index.rst @@ -4,3 +4,14 @@ Object Storage .. note:: TODO: Write me! + +Examples +-------- + +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/>`.
