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/04 20:24:59 UTC

[8/9] git commit: Fix docs build issues.

Fix docs build issues.


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

Branch: refs/heads/trunk
Commit: ea0b636778b7bf3bffcbbfc4bbfd2def4e756b94
Parents: 164e3f7
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 4 20:23:32 2013 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 4 20:23:32 2013 +0200

----------------------------------------------------------------------
 docs/getting_started.rst                                         | 4 ++--
 .../using-libcloud-in-multithreaded-and-async-environments.rst   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/ea0b6367/docs/getting_started.rst
----------------------------------------------------------------------
diff --git a/docs/getting_started.rst b/docs/getting_started.rst
index 3b702ad..472f4a6 100644
--- a/docs/getting_started.rst
+++ b/docs/getting_started.rst
@@ -2,7 +2,7 @@ Getting Started
 ===============
 
 Installation (stable version)
-----------------------------
+-----------------------------
 
 Libcloud is available on PyPi. You can install latest stable version using pip:
 
@@ -11,7 +11,7 @@ Libcloud is available on PyPi. You can install latest stable version using pip:
     pip install apache-libcloud
 
 Installation (development version)
----------------------------------
+----------------------------------
 
 You can install latest development version from out Git repository:
 

http://git-wip-us.apache.org/repos/asf/libcloud/blob/ea0b6367/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
----------------------------------------------------------------------
diff --git a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
index 26e1edb..0a9a316 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -63,7 +63,7 @@ thread pool.
 The example bellow demonstrates how to create a new node inside a thread
 without blocking the whole reactor.
 
-.. literalinclude:: /examples/misc/twist_create_node.py
+.. literalinclude:: /examples/misc/twisted_create_node.py
    :language: python