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 3 and Version 4 of UrlRouting


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

Add API docs macro

Legend:

Unmodified
Added
Removed
Modified
  • UrlRouting

    v3 v4  
    2121
    2222Every route is on a single line, with three different parts: the name of the route (optional), the path pattern, and the function that should handle requests matching that pattern. Additional indented lines can be provided to set default values for parameters that get passed on to the request handler.
     23
     24== API Documentation ==
     25
     26[[PythonDoc(trunk, diva.routing)]]