From 40f41a9e26f7f69ce1400345e5ae5c1c488769de Mon Sep 17 00:00:00 2001 From: Andreas Savvides Date: Mon, 16 Sep 2013 23:46:00 +0100 Subject: [PATCH] Adding link to Python in a Nutshell --- docs/intro/learning.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 930b20b06..852e786cb 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -160,6 +160,9 @@ Python in a Nutshell, written by Alex Martelli, covers most cross-platform python's usage, from its syntax to built-in libraries to advanced topics such as writing C extensions. + `Python in a Nutshell `_ + + The Python Language Reference ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~