From 928facfcd98503006777dc29a74c14c1c61b2839 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 15 May 2011 20:34:40 -0400 Subject: [PATCH] better links --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index b47c335..6683243 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,12 +6,12 @@ Requests: HTTP for Humans ========================= -Release |version|. +Release v\ |version|. (`Installation `_) Requests is an :ref:`ISC Licensed ` HTTP library, written in Python, for human beings. Most existing Python modules for sending HTTP requests are extremely verbose -and cumbersome. Python's builtin :py:class:`urllib2` module provides most of +and cumbersome. Python's builtin :py:class:`urllib2 ` module provides most of the HTTP capabilities you should need, but the api is thoroughly **broken**. It reqires an *enormous* amount of work (even method overrides) to perform the simplest of tasks. -- 2.7.4