Ejemplo n.º 1
0
def main():
    render_github(
        "SH501018",
        "SZ160216",
        "SZ162411",
        "SZ160723",
        "SZ161129",
        "SZ162719",
        "SH513030",
        "SH513500",
        "SZ161130",
    )
    render_github("SZ164906", cols="3c")
    render_github("SH513880", "SH513520", "SH513000", "SH501021", cols="3crt")
Ejemplo n.º 2
0
def main():
    xa.set_backend(backend="memory", precached="20200301")
    render_github(
        "SH501018",
        "SZ160216",
        "SZ162411",
        "SZ160723",
        "SZ161129",
        "SZ162719",
        "SH513030",
        "SH513500",
        "SZ161130",
        "SZ163208",
        "SZ160416",
        "SZ161125",
        "SH513100",
        "SZ165513",
        "SZ161815",
        "SZ161128",
    )
    render_github("SZ164906", "SH513050", cols="3c")
    render_github("SH513880", "SH513520", "SH513000", "SH501021", cols="3crt")
Ejemplo n.º 3
0
import sys
import os

here = os.path.abspath(__file__)
project_dir = os.path.dirname(os.path.dirname(here))
sys.path.insert(0, project_dir)

from lof.examples import render_github


if __name__ == "__main__":
    render_github(
        "SH501018",
        "SZ160216",
        "SZ162411",
        "SZ160723",
        "SZ161129",
        "SZ162719",
        "SH513030",
        "SH513500",
        "SZ161130",
    )
    render_github("SZ164906", cols="3c")
    render_github("SH513880", "SH513520", "SH513000", "SH501021", cols="3crt")
    ## extras
    render_github("SZ162411", refresh=True)
    render_github("SZ164906", cols="3c", refresh=True)
    render_github("SH501021", refresh=True, cols="3crt")
Ejemplo n.º 4
0
def test_render_github():
    render_github("SH501018")