From e6855bbd24a006e729bacc343660e3001cae3919 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 2 Jul 2009 10:06:34 +0000 Subject: - Added an "Extending" chapter to the narrative documentation which explains how to extend or modify an existing BFG application using another Python package and ZCML. --- docs/narr/views.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/narr/views.rst') diff --git a/docs/narr/views.rst b/docs/narr/views.rst index 2b465b1d1..d68f5cd3d 100644 --- a/docs/narr/views.rst +++ b/docs/narr/views.rst @@ -298,7 +298,9 @@ decorator to do this work. to scan for view declarations. Also, if you use decorators, it means that other people will not be able to override your view declarations externally using ZCML: this is a common requirement if - you're developing an exensible application (e.g. a framework). + you're developing an exensible application (e.g. a framework). See + :ref:`extending_chapter` for more information about building + extensible applications. The ``bfg_view`` Decorator ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3