From acee862db2ac480384693009af5c2f1af87efdc6 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 2 Jul 2011 17:00:49 -0400 Subject: remove male pronoun --- docs/tutorials/wiki/background.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/background.rst') diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst index e49407b70..eda2fe825 100644 --- a/docs/tutorials/wiki/background.rst +++ b/docs/tutorials/wiki/background.rst @@ -11,7 +11,7 @@ Python web framework experience. To code along with this tutorial, the developer will need a UNIX machine with development tools (Mac OS X with XCode, any Linux or BSD -variant, etc) *or* he will need a Windows system of any kind. +variant, etc) *or* a Windows system of any kind. This tutorial targets :app:`Pyramid` version 1.0. -- cgit v1.2.3 From 4284a8b7ce3c54cc8a55b7d4798a1e3fe57ba7f0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 22 Aug 2011 02:39:42 -0400 Subject: remove time bombs --- docs/tutorials/wiki/background.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/tutorials/wiki/background.rst') diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst index eda2fe825..10698fc45 100644 --- a/docs/tutorials/wiki/background.rst +++ b/docs/tutorials/wiki/background.rst @@ -13,6 +13,4 @@ To code along with this tutorial, the developer will need a UNIX machine with development tools (Mac OS X with XCode, any Linux or BSD variant, etc) *or* a Windows system of any kind. -This tutorial targets :app:`Pyramid` version 1.0. - Have fun! -- cgit v1.2.3 From 32b61124d87531fa0f8b277ccff6d3ea43052773 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 17 Mar 2012 16:32:08 -0400 Subject: warn about python 3 --- docs/tutorials/wiki/background.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/tutorials/wiki/background.rst') diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst index 10698fc45..ac337abd5 100644 --- a/docs/tutorials/wiki/background.rst +++ b/docs/tutorials/wiki/background.rst @@ -13,4 +13,9 @@ To code along with this tutorial, the developer will need a UNIX machine with development tools (Mac OS X with XCode, any Linux or BSD variant, etc) *or* a Windows system of any kind. +.. warning:: + + This tutorial has been written for Python 2. It is unlikely to work + without modification under Python 3. + Have fun! -- cgit v1.2.3 From c1b83b4ef365986e831530f62b3c1045aa524a07 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 21 Jan 2013 02:02:22 -0800 Subject: etc. is an abbreviation --- docs/tutorials/wiki/background.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/wiki/background.rst') diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst index ac337abd5..6bbd5026e 100644 --- a/docs/tutorials/wiki/background.rst +++ b/docs/tutorials/wiki/background.rst @@ -11,7 +11,7 @@ Python web framework experience. To code along with this tutorial, the developer will need a UNIX machine with development tools (Mac OS X with XCode, any Linux or BSD -variant, etc) *or* a Windows system of any kind. +variant, etc.) *or* a Windows system of any kind. .. warning:: -- cgit v1.2.3 From 93a7a14d0abf0a7c1659275dc78ebc15247ca893 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 9 Apr 2016 15:17:52 -0700 Subject: - fix traversal tutorial reference - add intersphinx targets to wiki/* --- docs/tutorials/wiki/background.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/tutorials/wiki/background.rst') diff --git a/docs/tutorials/wiki/background.rst b/docs/tutorials/wiki/background.rst index 6bbd5026e..31dcd6b53 100644 --- a/docs/tutorials/wiki/background.rst +++ b/docs/tutorials/wiki/background.rst @@ -1,3 +1,5 @@ +.. _wiki_background: + ========== Background ========== -- cgit v1.2.3