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 <[email protected]> Authored: Tue Oct 4 08:00:21 2016 -0500 Committer: Anthony Shaw <[email protected]> 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 ---------------------------
