def setup(app): """ Entry point for sphinx extension. """ if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autoklein', AutoKleinDirective)
def setup(app): """Hook the directives when Sphinx ask for it.""" if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autopyramid', RouteDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autoroutr', AutoRoutrDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autoklein', AutokleinDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autoflask', AutoflaskDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autoextendedflask', AutoExtendedflaskDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('qrefflask', QuickReferenceFlaskDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autobottle', AutobottleDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autoapi', AutoAPIDirective)
def setup(app): if 'http' not in app.domains: httpdomain.setup(app) app.add_directive('autotornado', AutoTornadoDirective)
def setup(app): httpdomain.setup(app) app.add_directive('autoextendedflask', AutoExtendedflaskDirective)
def setup(app): if "http" not in app.domains: httpdomain.setup(app) app.add_directive("autoroutr", AutoRoutrDirective)