Exemplo n.º 1
0
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()
Exemplo n.º 2
0
def pylatest2pseudoxml():
    """
    This client is useful for debugging purposes only.
    """
    client.register_table()
    client.publish_cmdline_pseudoxml()
Exemplo n.º 3
0
def pylatest2man():
    # TODO: run manpage viewer immediately
    client.register_table()
    client.publish_cmdline_man()