From 6a5341cfce6d8835d965b13e518605e9c1356b42 Mon Sep 17 00:00:00 2001 From: gurpinars Date: Mon, 4 Mar 2013 22:10:22 +0200 Subject: [PATCH 1/4] added further reading in structure.rst --- docs/writing/structure.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index ad37bb7..e2359cd 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -473,3 +473,6 @@ Runners Further Reading --------------- + +http://docs.python.org/2/library/ +http://www.diveintopython.net/toc/index.html From 3ac59eb08c76e06e8a36c12269da107bf5cb204a Mon Sep 17 00:00:00 2001 From: gurpinars Date: Mon, 4 Mar 2013 22:17:09 +0200 Subject: [PATCH 2/4] modified structure.rst --- docs/writing/structure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index e2359cd..456fd43 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -474,5 +474,5 @@ Runners Further Reading --------------- -http://docs.python.org/2/library/ -http://www.diveintopython.net/toc/index.html +- http://docs.python.org/2/library/ +- http://www.diveintopython.net/toc/index.html From 87f65a4a2ccbb13a48c713fbcbc690ec91bb0e91 Mon Sep 17 00:00:00 2001 From: gurpinars Date: Tue, 5 Mar 2013 01:21:19 +0200 Subject: [PATCH 3/4] added an url about scientific python in resource --- docs/scenarios/scientific.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 758f0a1..46e1ba8 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -68,3 +68,7 @@ scientific computing packages are notoriously difficult to build and install. compiled a list of Windows binaries for many useful Python packages. The list of packages has grown from a mainly scientific python resource to a more general list. It might be a good idea to check it out if you're on Windows. + +For a quick introduction to scientific python: + +`Scientific Python Lectures < http://scipy-lectures.github.com/>`_ From 564b449227534b2595cc7396f5cb0e291969b46e Mon Sep 17 00:00:00 2001 From: gurpinars Date: Tue, 5 Mar 2013 01:24:15 +0200 Subject: [PATCH 4/4] fixed an typo --- docs/scenarios/scientific.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 46e1ba8..5dadae7 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -71,4 +71,4 @@ general list. It might be a good idea to check it out if you're on Windows. For a quick introduction to scientific python: -`Scientific Python Lectures < http://scipy-lectures.github.com/>`_ +http://scipy-lectures.github.com