From 8bd2c129658fd3bfd48e1b60f5bf6f3d1a4a5a46 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 24 Aug 2013 11:54:40 -0700 Subject: [PATCH] Update link to 'A Byte of Python'. --- docs/intro/learning.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 63d6d04..27e770d 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -85,7 +85,7 @@ A free introductory book that teaches python at the beginner level, it assumes n previous programming experience. `A Byte of Python for Python 2.x `_ - `A Byte of Python for Python 3.x `_ + `A Byte of Python for Python 3.x `_ Advanced @@ -130,7 +130,7 @@ A Primer on Scientific Programming with Python ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A Primer on Scientific Programming with Python, written by Hans Petter Langtangen, -mainly covers python's usage in scientific field. In the book, examples are +mainly covers python's usage in scientific field. In the book, examples are choosen from mathematics and the natural sciences. `A Primer on Scientific Programming with Python `_ @@ -138,7 +138,7 @@ choosen from mathematics and the natural sciences. Numerical Methods in Engineering with Python ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to +Numerical Methods in Engineering with Python,written by Jaan Kiusalaas, attempts to emphasis on numerical methods and how to implement them in python. `Numerical Methods in Engineering with Python `_