From 879bb56558527e402bc8b0135ce2b40d24fe4a12 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sun, 5 Jun 2011 15:27:17 +0200 Subject: More small fixes made reading the rest of the docs and the tutorials. --- docs/tutorials/wiki2/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/wiki2/index.rst') diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst index 1aff949b9..b8bc9b4cb 100644 --- a/docs/tutorials/wiki2/index.rst +++ b/docs/tutorials/wiki2/index.rst @@ -11,8 +11,8 @@ basic Wiki application with authentication. For cut and paste purposes, the source code for all stages of this tutorial can be browsed at -`http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/ -`_. +`http://github.com/Pylons/pyramid/tree/master/docs/tutorials/wiki2/src/ +`_. .. toctree:: :maxdepth: 2 -- cgit v1.2.3 From 487f7e763935caf4ff9f2b6518512b9e915fe2c2 Mon Sep 17 00:00:00 2001 From: Christoph Zwerschke Date: Sun, 5 Jun 2011 17:29:52 +0200 Subject: Make tests in the Wiki2 tutorial a separate chapter, as for Wiki1. Also add functional tests to the Wiki2 tutorial, similar to Wiki1. --- docs/tutorials/wiki2/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/tutorials/wiki2/index.rst') diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst index b8bc9b4cb..d05d70f3c 100644 --- a/docs/tutorials/wiki2/index.rst +++ b/docs/tutorials/wiki2/index.rst @@ -23,6 +23,7 @@ tutorial can be browsed at definingmodels definingviews authorization + tests distributing -- cgit v1.2.3