From 3b386c5875f5e5935bcde2d26c5a178ca78a7c19 Mon Sep 17 00:00:00 2001 From: Nick Stielau Date: Thu, 22 Dec 2011 18:34:25 -0800 Subject: [PATCH 1/3] Adding link to Python Weekly. --- docs/intro/news.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/intro/news.rst b/docs/intro/news.rst index aa90013..ae234b7 100644 --- a/docs/intro/news.rst +++ b/docs/intro/news.rst @@ -15,3 +15,11 @@ This is an aggregate of Python news from a growing number of developers. Python-related news. `/r/python `_ + +Python Weekly +~~~~~~~~~ + +Python Weekly is a free weekly newsletter featureing curated news, articles, +new releases, jobs etc related to Python. + + `Python Weekly http://www.pythonweekly.com/`_ From 8280bc2ba2ede4d08f8db12befbc4a4d48387c48 Mon Sep 17 00:00:00 2001 From: Nick Stielau Date: Thu, 22 Dec 2011 18:35:10 -0800 Subject: [PATCH 2/3] Adding note about pip. --- docs/shipping/packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index c7cf22e..755c40e 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -14,7 +14,7 @@ If you're writing an open source Python module, `PyPi `_ Pip vs. easy_install -------------------- -x y z +Use pip. More details `here `_ Personal PyPi From 62be33288e36cff315c29fdcd99fa1e57c617876 Mon Sep 17 00:00:00 2001 From: Nick Stielau Date: Thu, 22 Dec 2011 18:37:27 -0800 Subject: [PATCH 3/3] Syntax fix for link. --- docs/intro/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/news.rst b/docs/intro/news.rst index ae234b7..8dd319f 100644 --- a/docs/intro/news.rst +++ b/docs/intro/news.rst @@ -22,4 +22,4 @@ Python Weekly Python Weekly is a free weekly newsletter featureing curated news, articles, new releases, jobs etc related to Python. - `Python Weekly http://www.pythonweekly.com/`_ + `Python Weekly `_