You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/04 23:11:50 UTC

[1/6] libcloud git commit: Simplify link by removing troublesome anchor

Repository: libcloud
Updated Branches:
  refs/heads/trunk 902ff9fe2 -> fc62bd07b


Simplify link by removing troublesome anchor


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

Branch: refs/heads/trunk
Commit: 115d321d7377f43803fef2088f388961df2420d1
Parents: 18bf245
Author: Mike Putnam <mi...@theputnams.net>
Authored: Tue Oct 4 08:39:08 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:18 2016 +1100

----------------------------------------------------------------------
 .../using-libcloud-in-multithreaded-and-async-environments.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/115d321d/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 0b2fd62..7a25c93 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -43,7 +43,7 @@ You need to do two things when you want to use Libcloud with gevent:
 * Create a separate driver instance for each Greenlet. This is necessary
   because a driver instance reuses the same Connection class.
 
-For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html#efficiently-download-multiple-files-using-gevent>`__.
+For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html>`.
 
 Using Libcloud with Twisted
 ---------------------------


[3/6] libcloud git commit: Correct word usage.

Posted by an...@apache.org.
Correct word usage.

Past tense of scrape is scraped; not scrapped.


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

Branch: refs/heads/trunk
Commit: a54f08ed7f49706f5444602a0ca93a36266c7601
Parents: 902ff9f
Author: Mike Putnam <mi...@theputnams.net>
Authored: Mon Oct 3 22:14:59 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:18 2016 +1100

----------------------------------------------------------------------
 docs/compute/pricing.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a54f08ed/docs/compute/pricing.rst
----------------------------------------------------------------------
diff --git a/docs/compute/pricing.rst b/docs/compute/pricing.rst
index b0c7273..6050670 100644
--- a/docs/compute/pricing.rst
+++ b/docs/compute/pricing.rst
@@ -29,10 +29,10 @@ Where does the Libcloud pricing data come from?
 -----------------------------------------------
 
 Most of the providers don't provide pricing information via the API which means
-most of the pricing information is scrapped directly from the provider
+most of the pricing information is scraped directly from the provider
 websites.
 
-Pricing data which is scrapped from the provider websites is located in a
+Pricing data which is scraped from the provider websites is located in a
 JSON file (``data/pricing.json``) which is bundled with each release. This
 pricing data is only updated once you install a new release which means it
 could be out of date.


[5/6] libcloud git commit: Correct misplaced backtick in relative link

Posted by an...@apache.org.
Correct misplaced backtick in relative link


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

Branch: refs/heads/trunk
Commit: 36f6ff6682af3bdc3afad74f6d68086cf7d4acd3
Parents: 762d1b9
Author: Mike Putnam <mi...@theputnams.net>
Authored: Tue Oct 4 07:00:06 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:18 2016 +1100

----------------------------------------------------------------------
 .../using-libcloud-in-multithreaded-and-async-environments.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/36f6ff66/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 7b4e2ca..eb19bc8 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -43,7 +43,7 @@ You need to do two things when you want to use Libcloud with gevent:
 * Create a separate driver instance for each Greenlet. This is necessary
   because a driver instance reuses the same Connection class.
 
-For an example see :doc:`Efficiently download multiple files using gevent`</storage/examples.html#efficiently-download-multiple-files-using-gevent>.
+For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html#efficiently-download-multiple-files-using-gevent>`.
 
 Using Libcloud with Twisted
 ---------------------------


[2/6] libcloud git commit: Anchor's away!

Posted by an...@apache.org.
Anchor's away!

Per http://stackoverflow.com/questions/15394347/restructuredtext-adding-a-cross-reference-to-a-subheading-or-anchor-in-another


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

Branch: refs/heads/trunk
Commit: 18bf245a3a9918ffdeda9edd2009fa3a53683b36
Parents: 36f6ff6
Author: Mike Putnam <mi...@theputnams.net>
Authored: Tue Oct 4 08:00:21 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:18 2016 +1100

----------------------------------------------------------------------
 .../using-libcloud-in-multithreaded-and-async-environments.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/18bf245a/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 eb19bc8..0b2fd62 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -43,7 +43,7 @@ You need to do two things when you want to use Libcloud with gevent:
 * Create a separate driver instance for each Greenlet. This is necessary
   because a driver instance reuses the same Connection class.
 
-For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html#efficiently-download-multiple-files-using-gevent>`.
+For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html#efficiently-download-multiple-files-using-gevent>`__.
 
 Using Libcloud with Twisted
 ---------------------------


[4/6] libcloud git commit: Fixes broken relative link within docs.

Posted by an...@apache.org.
Fixes broken relative link within docs.

Looks like markdown was used where Sphinx format should have been.


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

Branch: refs/heads/trunk
Commit: 762d1b9ed5a49b62c90952403922b7945f483b30
Parents: a54f08e
Author: Mike Putnam <mi...@theputnams.net>
Authored: Mon Oct 3 22:33:12 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:18 2016 +1100

----------------------------------------------------------------------
 .../using-libcloud-in-multithreaded-and-async-environments.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/762d1b9e/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 fff5aaa..7b4e2ca 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -43,7 +43,7 @@ You need to do two things when you want to use Libcloud with gevent:
 * Create a separate driver instance for each Greenlet. This is necessary
   because a driver instance reuses the same Connection class.
 
-For an example see Efficiently download multiple files using gevent.
+For an example see :doc:`Efficiently download multiple files using gevent`</storage/examples.html#efficiently-download-multiple-files-using-gevent>.
 
 Using Libcloud with Twisted
 ---------------------------


[6/6] libcloud git commit: Link fix Closes #886

Posted by an...@apache.org.
Link fix
Closes #886


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

Branch: refs/heads/trunk
Commit: fc62bd07bdb0f28bff09ec51a215359374260bae
Parents: 115d321
Author: Mike Putnam <mi...@theputnams.net>
Authored: Tue Oct 4 10:07:08 2016 -0500
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 10:11:23 2016 +1100

----------------------------------------------------------------------
 .../using-libcloud-in-multithreaded-and-async-environments.rst     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/fc62bd07/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 7a25c93..8e6c0fd 100644
--- a/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
+++ b/docs/other/using-libcloud-in-multithreaded-and-async-environments.rst
@@ -43,7 +43,7 @@ You need to do two things when you want to use Libcloud with gevent:
 * Create a separate driver instance for each Greenlet. This is necessary
   because a driver instance reuses the same Connection class.
 
-For an example see :doc:`Efficiently download multiple files using gevent </storage/examples.html>`.
+For an example see :doc:`Efficiently download multiple files using gevent </storage/examples>`.
 
 Using Libcloud with Twisted
 ---------------------------