예제 #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()