From 832f69841002a71edad95db78777fa8324eb5243 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Mon, 10 Feb 2014 22:52:16 -0800 Subject: [PATCH 1/6] 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 05cd14820..f54caffea 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 2e463edc6..bd2ca6d7d 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 `_ From dcaa25d0a6193ef16df32c68eba3776b5ff5d449 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Tue, 11 Feb 2014 21:49:35 -0800 Subject: [PATCH 2/6] remote duplicate Chef in admin.rst --- docs/scenarios/admin.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 84c98da13..fd4645485 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -177,7 +177,6 @@ A full terminal application like a widely extended top which is based on psutil monitoring is `glance `_. Ansible -Chef ---- .. todo:: Write about Ansible From 2b78a936f3ed924961731d607260383b65882f73 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Tue, 11 Feb 2014 22:11:12 -0800 Subject: [PATCH 3/6] add link to Numba --- docs/scenarios/scientific.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 0d45807fa..e95506517 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -53,10 +53,11 @@ NumPy is compatible with Python versions 2.4 through to 2.7.2 and 3.1+. Numba ----- -Numba is an Numpy aware Python compiler (just-in-time (JIT) specializing -compiler) which compiles annotated Python (and Numpy) code to LLVM (Low Level -Virtual Machine) (through special decorators). -Briefly, Numba using system that compiles Python code with LLVM to code which + +`Numba `_ is an Numpy aware Python compiler +(just-in-time (JIT) specializing compiler) which compiles annotated Python (and +Numpy) code to LLVM (Low Level Virtual Machine) (through special decorators). +Briefly, Numba using system that compiles Python code with LLVM to code which can be natively executed at runtime. SciPy From a8e7b57758fa296df206675283c5059d04f9a173 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Tue, 11 Feb 2014 22:19:21 -0800 Subject: [PATCH 4/6] update untangle link --- docs/scenarios/xml.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/xml.rst b/docs/scenarios/xml.rst index ee97e2d02..3e01b2fe6 100644 --- a/docs/scenarios/xml.rst +++ b/docs/scenarios/xml.rst @@ -4,8 +4,8 @@ XML parsing untangle -------- -`untangle `_ is a simple library which takes -an XML document and returns a Python object which mirrors the nodes and +`untangle `_ is a simple library which +takes an XML document and returns a Python object which mirrors the nodes and attributes in its structure. For example, an XML file like this: From 04718556af6597a2d6163e5f11eac1c3a4fe2d03 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Tue, 11 Feb 2014 22:28:38 -0800 Subject: [PATCH 5/6] update Ubuntu Python packaging docs link --- docs/shipping/packaging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index 6d4aa5b8f..d2757f049 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -99,12 +99,12 @@ One simple option for a personal PyPi server is to use Amazon S3. A prerequisite 6. **All done** -* You can now your package with :code:`pip install --index-url=http://your-s3-bucket/packages/simple/ YourPackage` +* You can now install your package with :code:`pip install --index-url=http://your-s3-bucket/packages/simple/ YourPackage` For Linux Distributions :::::::::::::::::::::::: -* `Ubuntu `_ +* `Ubuntu `_ * `Fedora `_ * `Debian `_ * `Arch `_ From 78f2b9e6ad6d44e461efad22cc9053a87f23e198 Mon Sep 17 00:00:00 2001 From: Chen Liu Date: Wed, 12 Feb 2014 09:03:21 -0800 Subject: [PATCH 6/6] expand "-" belongs to "Ansible" --- docs/scenarios/admin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index fd4645485..5fca65f94 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -177,7 +177,7 @@ A full terminal application like a widely extended top which is based on psutil monitoring is `glance `_. Ansible ----- +------- .. todo:: Write about Ansible