Closed hfaran closed 10 years ago
Use inspect.cleandoc
to remove whitespace from documentation to preserve formatting for GFM.
__schemas__
can instead be provided as a keyword-argument. Tornado should probably ignore it; however, can be stripped out if needed by modifying the method in BaseHandler.initialize
Schemas can actually probably just be decorators, since the documentation is generated on app startup anyways.
@input_schema(schema=..., example=...)
Resolved by #41
Rather than using the awkward
apid
class variable...That is: