# HG changeset patch # User Aurelien Campeas # Date 1271257327 -7200 # Node ID 61505346e28fc029685aad4a37c97fa15df28350 # Parent 9ff357e82e369515c6ea37d9fcdf3a647db11840 [doc/book] add a ref from hooks to adv tutorial diff -r 9ff357e82e36 -r 61505346e28f doc/book/en/development/devrepo/hooks.rst --- a/doc/book/en/development/devrepo/hooks.rst Wed Apr 14 16:57:55 2010 +0200 +++ b/doc/book/en/development/devrepo/hooks.rst Wed Apr 14 17:02:07 2010 +0200 @@ -320,6 +320,11 @@ * when several hooks need to instantiate the same operation (e.g. an entity and a relation hook). +.. note:: + + A more realistic example can be found in the advanced tutorial + chapter :ref:`adv_tuto_security_propagation`. + Operation: a small API overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff -r 9ff357e82e36 -r 61505346e28f doc/book/en/tutorials/advanced/index.rst --- a/doc/book/en/tutorials/advanced/index.rst Wed Apr 14 16:57:55 2010 +0200 +++ b/doc/book/en/tutorials/advanced/index.rst Wed Apr 14 17:02:07 2010 +0200 @@ -304,7 +304,7 @@ - `guests` is the group of anonymous users -.. _ adv_tuto_security_propagation: +.. _adv_tuto_security_propagation: Step 2: security propagation in hooks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~