Functions | |
| def | group_for (tags) |
| def | groups_for (groups, n=4) |
| def | major_minor (tag) |
| def | row_for (tag) |
| def | version (tag) |
Variables | |
| string | EXE |
| string | GPG |
| string | GROUP |
| string | GROUPS |
| list | groups = [group_for(list(g)) for _, g in itertools.groupby(tags, major_minor)] |
| string | HTML |
| string | html = HTML.format(groups=groups).strip() |
| key | |
| reverse | |
| string | ROW |
| tags = subprocess.check_output(['git', 'tag']) | |
| version | |
| def make_dist_html.group_for | ( | tags | ) |
Definition at line 102 of file make_dist_html.py.
| def make_dist_html.groups_for | ( | groups, | |
n = 4 |
|||
| ) |
Definition at line 107 of file make_dist_html.py.
| def make_dist_html.major_minor | ( | tag | ) |
Definition at line 89 of file make_dist_html.py.
| def make_dist_html.row_for | ( | tag | ) |
Definition at line 92 of file make_dist_html.py.
| def make_dist_html.version | ( | tag | ) |
Definition at line 86 of file make_dist_html.py.
| string make_dist_html.EXE |
Definition at line 82 of file make_dist_html.py.
| string make_dist_html.GPG |
Definition at line 77 of file make_dist_html.py.
| string make_dist_html.GROUP |
Definition at line 52 of file make_dist_html.py.
| string make_dist_html.GROUPS |
Definition at line 43 of file make_dist_html.py.
Definition at line 120 of file make_dist_html.py.
| string make_dist_html.HTML |
Definition at line 10 of file make_dist_html.py.
Definition at line 122 of file make_dist_html.py.
| make_dist_html.key |
Definition at line 119 of file make_dist_html.py.
| make_dist_html.reverse |
Definition at line 119 of file make_dist_html.py.
| string make_dist_html.ROW |
Definition at line 64 of file make_dist_html.py.
| list make_dist_html.tags = subprocess.check_output(['git', 'tag']) |
Definition at line 117 of file make_dist_html.py.
| make_dist_html.version |
Definition at line 119 of file make_dist_html.py.