From 9ec2d646eb23b88e4ef8119b0b46240081953daf Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 11 Jan 2010 18:58:50 +0000 Subject: Merge of andrew-docs branch. --- docs/tutorials/bfgwiki2/definingviews.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/tutorials/bfgwiki2/definingviews.rst') diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index db7dcfbe0..1d40d0051 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -29,6 +29,9 @@ invoked, matching this path, the matchdict dictionary attached to the request passed to the view would have a ``one`` key with the value ``foo`` and a ``two`` key with the value ``bar``. +The source code for this tutorial stage can be browsed at +`docs.repoze.org `_. + Declaring Dependencies in Our ``setup.py`` File =============================================== @@ -246,11 +249,10 @@ Static Resources Our templates name a single static resource named ``style.css``. We need to create this and place it in a file named ``style.css`` within -our package's ``templates/static`` directory: - -.. literalinclude:: src/views/tutorial/templates/static/style.css - :linenos: - :language: css +our package's ``templates/static`` directory. This file is a little +too long to replicate within the body of this guide, however it is +available `online +`_. This CSS file will be accessed via e.g. ``http://localhost:6543/static/style.css`` by virtue of the -- cgit v1.2.3