File diff 34b71baaf7af → b41a7a99af17
CODE.rst
Show inline comments
...
 
@@ -51,7 +51,7 @@ Hooks make arbitrary transformations to entry data dicts.  Every entry data dict
 
  Initializes the hook with the user's configuration.
 

	
 
``run(entry_data)``
 
  This method makes the hook's transformations to the entry data dict, if any.  If this method clears the entry data dict, that entry will not be output.
 
  This method makes the hook's transformations to the entry data dict, if any.  If this method sets ``entry_data['_hook_cancel']`` to a truthy value, that entry will not be output.
 

	
 
Templates
 
~~~~~~~~~