We now include autogenerated documentation for API from source code.

Starting with the pecan.core module.
This commit is contained in:
Jonathan LaCour
2011-03-06 14:02:20 -05:00
parent cfc202a976
commit 076814eea6
5 changed files with 157 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
'''
'''
from paste.cascade import Cascade
from paste.errordocument import make_errordocument
from paste.recursive import RecursiveMiddleware
@@ -17,7 +20,9 @@ __all__ = [
]
def make_app(root, static_root=None, debug=False, errorcfg={}, wrap_app=None, **kw):
'''
'''
app = Pecan(root, **kw)
if wrap_app: