Пример #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()
Пример #2
0
def pylatest2htmlplain():
    client.register_plain()
    client.publish_cmdline_html()