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.
- Timestamp:
-
Jun 26, 2008, 10:25:54 AM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
Add API docs macro
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
21 | 21 | |
22 | 22 | Every 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)]] |