Example #1
0
def setup(app):
    """
    Entry point for sphinx extension.
    """
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoklein', AutoKleinDirective)
Example #2
0
def setup(app):
    """
    Entry point for sphinx extension.
    """
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoklein', AutoKleinDirective)
Example #3
0
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)
Example #4
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoroutr', AutoRoutrDirective)
Example #5
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoklein', AutokleinDirective)
Example #6
0
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)
Example #8
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('qrefflask', QuickReferenceFlaskDirective)
Example #9
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autobottle', AutobottleDirective)
Example #10
0
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('autobottle', AutobottleDirective)
Example #12
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autotornado', AutoTornadoDirective)
Example #13
0
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('autotornado', AutoTornadoDirective)
def setup(app):
    httpdomain.setup(app)
    app.add_directive('autoextendedflask', AutoExtendedflaskDirective)
Example #16
0
File: doc.py Project: riffm/routr
def setup(app):
    if "http" not in app.domains:
        httpdomain.setup(app)
    app.add_directive("autoroutr", AutoRoutrDirective)