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/bfgwiki/definingviews.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/tutorials/bfgwiki/definingviews.rst') diff --git a/docs/tutorials/bfgwiki/definingviews.rst b/docs/tutorials/bfgwiki/definingviews.rst index b8c1ef37b..72101d258 100644 --- a/docs/tutorials/bfgwiki/definingviews.rst +++ b/docs/tutorials/bfgwiki/definingviews.rst @@ -25,6 +25,9 @@ We're going to define several :term:`view callable` functions then wire them into :mod:`repoze.bfg` using some :term:`view configuration` via :term:`ZCML`. +The source code for this tutorial stage can be browsed at +`docs.repoze.org `_. + Adding View Functions ===================== @@ -232,11 +235,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