From 832f69841002a71edad95db78777fa8324eb5243 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Mon, 10 Feb 2014 22:52:16 -0800 Subject: [PATCH] update intro section: add Pro Python link --- docs/intro/community.rst | 2 +- docs/intro/learning.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/intro/community.rst b/docs/intro/community.rst index 05cd148..f54caff 100644 --- a/docs/intro/community.rst +++ b/docs/intro/community.rst @@ -75,7 +75,7 @@ The major events for the Python community are developer conferences. The two most notable conferences are PyCon, which is held in the US, and its European sibling, EuroPython. -A comprehensive list of conferences is maintained `at pycon.org `_. +A comprehensive list of conferences is maintained at `pycon.org `_. Python User Groups diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 2e463ed..bd2ca6d 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -104,6 +104,8 @@ Pro Python This book is for intermediate to advanced Python programmers who are looking to understand how and why Python works the way it does and how they can take their code to the next level. + `Pro Python `_ + Expert Python Programming ~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -145,7 +147,7 @@ chosen 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 `_