示例#1
0
def setup(app):
    """
    Entry point for sphinx extension.
    """
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoklein', AutoKleinDirective)
示例#2
0
def setup(app):
    """
    Entry point for sphinx extension.
    """
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoklein', AutoKleinDirective)
示例#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)
示例#4
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoroutr', AutoRoutrDirective)
示例#5
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoklein', AutokleinDirective)
示例#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)
示例#8
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('qrefflask', QuickReferenceFlaskDirective)
示例#9
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autobottle', AutobottleDirective)
示例#10
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autoapi', AutoAPIDirective)
示例#11
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autobottle', AutobottleDirective)
示例#12
0
def setup(app):
    if 'http' not in app.domains:
        httpdomain.setup(app)
    app.add_directive('autotornado', AutoTornadoDirective)
示例#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)
示例#16
0
文件: doc.py 项目: riffm/routr
def setup(app):
    if "http" not in app.domains:
        httpdomain.setup(app)
    app.add_directive("autoroutr", AutoRoutrDirective)