Go to the source code of this file.
|
| | sl2.combine.find_saves (folder) |
| | Every .sl2 under folder, recursively.
|
| |
| | sl2.combine.read_file (path, base_dir) |
| | Parse one file into a snapshot per populated character.
|
| |
| | sl2.combine.run_summary (rows, carried=None) |
| | The one-line summary under a run's heading.
|
| |
| | sl2.combine.run_timeline (rows, refs) |
| | A run's timeline tables — the "when did this first appear" half.
|
| |
| | sl2.combine.run_section (key, rows, refs, base_dir) |
| | One run's whole section: chart, current state, timeline.
|
| |
| | sl2.combine.build_combined (folder, base_dir, meta=None) |
| | Build the whole combined document.
|
| |
| | sl2.combine.combined_footer (snaps, runs, meta) |
| | The closing block: which games this document covers, how far to trust each, and any setup the caller supplied.
|
| |