Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BB9A0200BB7 for ; Wed, 5 Oct 2016 01:11:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA32B160ACC; Tue, 4 Oct 2016 23:11:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E46BC160AEF for ; Wed, 5 Oct 2016 01:11:51 +0200 (CEST) Received: (qmail 390 invoked by uid 500); 4 Oct 2016 23:11:51 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 308 invoked by uid 500); 4 Oct 2016 23:11:50 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 304 invoked by uid 99); 4 Oct 2016 23:11:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 23:11:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BCB7FE6998; Tue, 4 Oct 2016 23:11:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anthonyshaw@apache.org To: commits@libcloud.apache.org Date: Tue, 04 Oct 2016 23:11:55 -0000 Message-Id: <899af5557fef4d8fb7b4e0fe4674a8b9@git.apache.org> In-Reply-To: <745f0b09829640e2bde33705dfa91519@git.apache.org> References: <745f0b09829640e2bde33705dfa91519@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/6] libcloud git commit: Link fix Closes #886 archived-at: Tue, 04 Oct 2016 23:11:52 -0000 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 Authored: Tue Oct 4 10:07:08 2016 -0500 Committer: Anthony Shaw 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 `. +For an example see :doc:`Efficiently download multiple files using gevent `. Using Libcloud with Twisted ---------------------------