Data Structures | |
class | AutoTornadoDirective |
Functions | |
def | translate_tornado_rule (app, rule) |
def | get_routes (app) |
def | normalize_path (path) |
def | setup (app) |
sphinxcontrib.autohttp.tornado ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The sphinx.ext.autodoc-style HTTP API reference builder (from Tornado) for sphinxcontrib.httpdomain. :copyright: Copyright 2013 by Rodrigo Machado :license: BSD, see LICENSE for details.
def httpdomain.autohttp.tornado.translate_tornado_rule | ( | app, | |
rule | |||
) |
Definition at line 31 of file tornado.py.
def httpdomain.autohttp.tornado.get_routes | ( | app | ) |
Definition at line 49 of file tornado.py.
References list.
Referenced by httpdomain.autohttp.tornado.AutoTornadoDirective.make_rst().
def httpdomain.autohttp.tornado.normalize_path | ( | path | ) |
Definition at line 65 of file tornado.py.
Referenced by httpdomain.autohttp.tornado.AutoTornadoDirective.make_rst().
def httpdomain.autohttp.tornado.setup | ( | app | ) |
Definition at line 125 of file tornado.py.