Data Structures | |
class | AutoflaskBase |
Functions | |
def | translate_werkzeug_rule (rule) |
def | get_routes (app, endpoint=None, order=None) |
def | quickref_directive (method, path, content) |
sphinxcontrib.autohttp.flask ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The sphinx.ext.autodoc-style HTTP API reference builder (from Flask) for sphinxcontrib.httpdomain. :copyright: Copyright 2011 by Hong Minhee :license: BSD, see LICENSE for details.
def httpdomain.autohttp.flask_base.translate_werkzeug_rule | ( | rule | ) |
Definition at line 31 of file flask_base.py.
Referenced by httpdomain.autohttp.flask_base.get_routes().
def httpdomain.autohttp.flask_base.get_routes | ( | app, | |
endpoint = None , |
|||
order = None |
|||
) |
Definition at line 47 of file flask_base.py.
References httpdomain.autohttp.flask_base.translate_werkzeug_rule().
Referenced by httpdomain.autohttp.flask_base.AutoflaskBase.make_rst().
def httpdomain.autohttp.flask_base.quickref_directive | ( | method, | |
path, | |||
content | |||
) |
Definition at line 73 of file flask_base.py.
References replace.
Referenced by httpdomain.autohttp.flask_base.AutoflaskBase.make_rst().