Data Structures | |
class | AutobottleDirective |
Functions | |
def | translate_bottle_rule (app, rule) |
def | get_routes (app) |
def | setup (app) |
sphinxcontrib.autohttp.bottle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The sphinx.ext.autodoc-style HTTP API reference builder (from Bottle) for sphinxcontrib.httpdomain. :copyright: Copyright 2012 by Jameel Al-Aziz :license: BSD, see LICENSE for details.
def httpdomain.autohttp.bottle.translate_bottle_rule | ( | app, | |
rule | |||
) |
Definition at line 30 of file bottle.py.
Referenced by httpdomain.autohttp.bottle.get_routes().
def httpdomain.autohttp.bottle.get_routes | ( | app | ) |
Definition at line 53 of file bottle.py.
References httpdomain.autohttp.bottle.translate_bottle_rule().
Referenced by httpdomain.autohttp.bottle.AutobottleDirective.make_rst().
def httpdomain.autohttp.bottle.setup | ( | app | ) |
Definition at line 110 of file bottle.py.
Referenced by GNUNET_IDENTITY_ego_get_anonymous().