close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of RequestHandlers


Ignore:
Timestamp:
Jun 26, 2008, 10:38:07 AM (16 years ago)
Author:
cmlenz
Comment:

Add API docs macro

Legend:

Unmodified
Added
Removed
Modified
  • RequestHandlers

    v4 v5  
    3333Note that in this particular case, the values for `year` and `month` are automatically converted to numbers, due to the use of the `\d+` pattern in the route path.
    3434
    35 = Builtin Request Handlers =
     35== Builtin Request Handlers ==
    3636
    3737Diva comes with a couple of generic request handlers that can be used as-is with some parameterization.
     
    4343 `diva.templating:view`:: Render a given template
    4444
     45== API Documentation ==
     46
     47[[PythonDoc(trunk, diva.http)]]
     48[[PythonDoc(trunk, diva.templating)]]
     49