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:38:07 AM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
Add API docs macro
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v4
|
v5
|
|
33 | 33 | Note 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. |
34 | 34 | |
35 | | = Builtin Request Handlers = |
| 35 | == Builtin Request Handlers == |
36 | 36 | |
37 | 37 | Diva comes with a couple of generic request handlers that can be used as-is with some parameterization. |
… |
… |
|
43 | 43 | `diva.templating:view`:: Render a given template |
44 | 44 | |
| 45 | == API Documentation == |
| 46 | |
| 47 | [[PythonDoc(trunk, diva.http)]] |
| 48 | [[PythonDoc(trunk, diva.templating)]] |
| 49 | |