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/08/01 14:04:29 UTC

[2/6] git commit: Added some examples

Added some examples

Signed-off-by: Tomaz Muraus <to...@apache.org>


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

Branch: refs/heads/trunk
Commit: a94071657a319e38f82089c9ca68bed1eb6c5984
Parents: 1265bd0
Author: Alex Gaynor <al...@gmail.com>
Authored: Wed Jul 31 15:06:26 2013 -0700
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Aug 1 14:03:15 2013 +0200

----------------------------------------------------------------------
 docs/compute/index.rst |  5 +++++
 docs/index.rst         | 21 ++++++++++-----------
 2 files changed, 15 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a9407165/docs/compute/index.rst
----------------------------------------------------------------------
diff --git a/docs/compute/index.rst b/docs/compute/index.rst
index 5c0939a..cad3179 100644
--- a/docs/compute/index.rst
+++ b/docs/compute/index.rst
@@ -21,3 +21,8 @@ Terminology
 * **NodeLocation** - represents a physical location where a server can be.
 * **NodeState** - represents a node state. Standard states are: ``running``,
   ``rebooting``, ``terminated``, ``pending``, and ``unknown``.
+
+Examples
+--------
+
+We have :doc:`examples of several common patterns </compute/examples>`.

http://git-wip-us.apache.org/repos/asf/libcloud/blob/a9407165/docs/index.rst
----------------------------------------------------------------------
diff --git a/docs/index.rst b/docs/index.rst
index bf200e0..9f8e30b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,20 +11,19 @@ Apache Libcloud is a Python library which abstracts away the differences
 between multiple cloud providers. It current can manage four different cloud
 resources:
 
-* :doc:`Cloud servers <compute/index>` - services such as Amazon EC2 and
+* :doc:`Cloud servers </compute/index>` - services such as Amazon EC2 and
   RackSpace CloudServers
-* :doc:`Cloud object storage <storage/index>` - services such as Amazon S3 and
+* :doc:`Cloud object storage </storage/index>` - services such as Amazon S3 and
   Rackspace CloudFiles
-* :doc:`Load Balancers as a Service <loadbalancers/index>`
-* :doc:`DNS as a Service <dns/index>`
+* :doc:`Load Balancers as a Service </loadbalancers/index>`
+* :doc:`DNS as a Service </dns/index>`
 
 
-Contents:
-
 .. toctree::
-    :maxdepth: 1
+    :glob:
+    :hidden:
 
-    compute/index
-    storage/index
-    loadbalancers/index
-    dns/index
+    compute/*
+    storage/*
+    loadbalancers/*
+    dns/*