From 0fc13510a9b0c25c99ee34cb760770dd7c0f59f5 Mon Sep 17 00:00:00 2001 From: Xavier Spriet Date: Mon, 8 Nov 2010 20:29:40 -0800 Subject: * Removed redundant doc section --- docs/tutorials/wiki2/authorization.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst index 1746689e4..1691337e9 100644 --- a/docs/tutorials/wiki2/authorization.rst +++ b/docs/tutorials/wiki2/authorization.rst @@ -104,7 +104,8 @@ model via its ACL, so only the a user whom is a member of the group named Viewing Your Changes ~~~~~~~~~~~~~~~~~~~~ -When you're done, your ``__init__.py`` will look like so: +When we're done configuring a root factory, adding an authorization policy, +and adding views, your application's ``__init__.py`` will look like this: .. literalinclude:: src/authorization/tutorial/__init__.py :linenos: @@ -119,15 +120,6 @@ representing a :term:`dotted Python name`, which points at the ``groupfinder`` function in the current directory's ``security.py`` file. We haven't added that module yet, but we're about to. -Viewing Our Edits to ``__init__.py`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -When we're done configuring a root factory, adding an authorization policy, -and adding views, your application's ``__init__.py`` will look like this: - -.. literalinclude:: src/authorization/tutorial/__init__.py - :linenos: - :language: python Adding ``security.py`` ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3