示例#1
0
文件: main.py 项目: mbukatov/pylatest
def pylatest2html():
    """
    Pylatest client which generates html output. It is similar to ``rst2html``,
    but it knows how to handle pylatest rst directives and doesn't produce
    embedded css code.
    """
    client.register_table()
    client.publish_cmdline_html()
示例#2
0
文件: main.py 项目: mbukatov/pylatest
def pylatest2pseudoxml():
    """
    This client is useful for debugging purposes only.
    """
    client.register_table()
    client.publish_cmdline_pseudoxml()
示例#3
0
文件: main.py 项目: mbukatov/pylatest
def pylatest2man():
    # TODO: run manpage viewer immediately
    client.register_table()
    client.publish_cmdline_man()