From 4cc1d119f14c207b17e2c2a157bda954a854fba9 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 24 Aug 2013 11:56:16 -0700 Subject: [PATCH] Add link to 'Python in a Nutshell'. --- docs/intro/learning.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 27e770d..0cb397b 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -153,6 +153,8 @@ 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~