From 6bff0bf02adb4c1a5ce44847326bd49dccb7c6b4 Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Mon, 3 Oct 2016 22:14:59 -0500 Subject: [PATCH 1/6] Correct word usage. Past tense of scrape is scraped; not scrapped. --- docs/compute/pricing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compute/pricing.rst b/docs/compute/pricing.rst index b0c7273a16..6050670c17 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. From 89ace76b7a7a7c6a69210a886296e82148eee87e Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Mon, 3 Oct 2016 22:33:12 -0500 Subject: [PATCH 2/6] Fixes broken relative link within docs. Looks like markdown was used where Sphinx format should have been. --- .../using-libcloud-in-multithreaded-and-async-environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fff5aaa82d..7b4e2cabd1 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`. Using Libcloud with Twisted --------------------------- From 3cc7e855f42cfed69658c587e108091f99350dfd Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Tue, 4 Oct 2016 07:00:06 -0500 Subject: [PATCH 3/6] Correct misplaced backtick in relative link --- .../using-libcloud-in-multithreaded-and-async-environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7b4e2cabd1..eb19bc8fd9 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`. +For an example see :doc:`Efficiently download multiple files using gevent `. Using Libcloud with Twisted --------------------------- From 1a0c63661d5d1a2ef6561d2dbc9b48ea5cd60729 Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Tue, 4 Oct 2016 08:00:21 -0500 Subject: [PATCH 4/6] Anchor's away! Per http://stackoverflow.com/questions/15394347/restructuredtext-adding-a-cross-reference-to-a-subheading-or-anchor-in-another --- .../using-libcloud-in-multithreaded-and-async-environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 eb19bc8fd9..0b2fd622b5 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 `. +For an example see :doc:`Efficiently download multiple files using gevent `__. Using Libcloud with Twisted --------------------------- From d99e138e0673ca3e34aa6dae751b5ab929a4c983 Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Tue, 4 Oct 2016 08:39:08 -0500 Subject: [PATCH 5/6] Simplify link by removing troublesome anchor --- .../using-libcloud-in-multithreaded-and-async-environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0b2fd622b5..7a25c933ac 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 `__. +For an example see :doc:`Efficiently download multiple files using gevent `. Using Libcloud with Twisted --------------------------- From c45b2d9d2a22b6eefa692e5096ac9ddf4f9a0b2e Mon Sep 17 00:00:00 2001 From: Mike Putnam Date: Tue, 4 Oct 2016 10:07:08 -0500 Subject: [PATCH 6/6] Link fix --- .../using-libcloud-in-multithreaded-and-async-environments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7a25c933ac..8e6c0fd334 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 `. +For an example see :doc:`Efficiently download multiple files using gevent `. Using Libcloud with Twisted ---------------------------