Repository: libcloud Updated Branches: refs/heads/trunk 5f987a3da -> bd17cb936
Try using generic sourcecode Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/bd17cb93 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/bd17cb93 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/bd17cb93 Branch: refs/heads/trunk Commit: bd17cb9362c5608f32e1181a1ff0469e473d4f70 Parents: 5f987a3 Author: anthony-shaw <[email protected]> Authored: Wed Jan 27 14:46:47 2016 +1100 Committer: anthony-shaw <[email protected]> Committed: Wed Jan 27 14:46:47 2016 +1100 ---------------------------------------------------------------------- docs/other/using-http-proxy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/bd17cb93/docs/other/using-http-proxy.rst ---------------------------------------------------------------------- diff --git a/docs/other/using-http-proxy.rst b/docs/other/using-http-proxy.rst index 0de71d1..7b9d7ce 100644 --- a/docs/other/using-http-proxy.rst +++ b/docs/other/using-http-proxy.rst @@ -47,13 +47,13 @@ or a script. Without authentication: -.. highlight:: none +.. sourcecode:: none http_proxy=http://<proxy hostname>:<proxy port> python my_script.py With basic auth authentication: -.. highlight:: none +.. sourcecode:: none http_proxy=http://<username>:<password>@<proxy hostname>:<proxy port> python my_script.py
