]> oss.titaniummirror.com Git - webber.git/blobdiff - in/functions.md
docs: many misc enhancements and clarifications
[webber.git] / in / functions.md
index 9ee79498c3d946cc8a6426b876a61e0ab6a7b645..38a5d1e658fb767d04233c16bc9f74580b97d880 100644 (file)
@@ -5,12 +5,15 @@ ctime: 2009-06-24
 mtime: 2010-06-24
 change: described get_toc()
 
-= Calling functions =
+You can call functions only from [[template_mako]], not from
+[[pages|pageformat]]. If you need the latter, look at [[macros]].
 
-You can call functions only from [[template_mako]]. An example:
+= Example =
 
        Modified ${format_date(mtime)}
 
+= List of functions =
+
 Here's list of functions defined by webber and it's default plugins:
 
 
@@ -87,10 +90,6 @@ Returns an unsorted list with the hierarchy of the table-of-contents.
 
 Defined in [[toc.py|toc]], where you find an example.
 
-== func ==
-
-A sample function in the [[skeleton.py|skeleton]]. See below.
-
 
 = Writing functions =