Repository: libcloud Updated Branches: refs/heads/trunk 241b7b473 -> 5f987a3da
Recent update to graphviz treats invalid code snippets as warnings (and therefore fails the build) Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5f987a3d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5f987a3d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5f987a3d Branch: refs/heads/trunk Commit: 5f987a3da544fd096b9731ae5e3b484e0df17466 Parents: 241b7b4 Author: anthony-shaw <[email protected]> Authored: Wed Jan 27 13:08:11 2016 +1100 Committer: anthony-shaw <[email protected]> Committed: Wed Jan 27 13:08:11 2016 +1100 ---------------------------------------------------------------------- docs/other/using-http-proxy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/5f987a3d/docs/other/using-http-proxy.rst ---------------------------------------------------------------------- diff --git a/docs/other/using-http-proxy.rst b/docs/other/using-http-proxy.rst index 7d12446..0de71d1 100644 --- a/docs/other/using-http-proxy.rst +++ b/docs/other/using-http-proxy.rst @@ -5,7 +5,7 @@ Using an HTTP proxy Support for HTTP proxies is only available in Libcloud trunk and higher. -Libcloud supports using an HTTP proxy for outgoing HTTP and HTTPS requests. +Libcloud supports using an HTTP proxy for outgoing HTTP and HTTPS requests. Proxy support has been tested with the following Python versions; @@ -47,13 +47,13 @@ or a script. Without authentication: -.. sourcecode:: python +.. highlight:: none http_proxy=http://<proxy hostname>:<proxy port> python my_script.py With basic auth authentication: -.. sourcecode:: python +.. highlight:: none http_proxy=http://<username>:<password>@<proxy hostname>:<proxy port> python my_script.py
