summaryrefslogtreecommitdiff
path: root/lulua/report.py
AgeCommit message (Collapse)AuthorFilesLines
2021-10-30report: Romanize Arabic letter names.Lars-Dominik Braun1-1/+34
Although I’m not a fan of romanization/transcription I feel it improves accessibility of the English version when combined with Arabic script in brackets.
2021-10-27report: Remove example sentences.Lars-Dominik Braun1-16/+0
I feel they don’t really convey which parts of a layout are difficult to use and the sentences used were quite arbitrary. They should be replaced by something better.
2020-11-01Explain design decisionsLars-Dominik Braun1-0/+7
Fixes #10.
2020-05-16report: Add simple sentence effort visualizationLars-Dominik Braun1-1/+17
Trying to give the reader a sense for how difficult carpalx thinks certain parts of a sentence are. Conclusions are only valid for a single layout and comparison between them is not possible.
2020-05-10report: Add translated source table, asymmetry definitionLars-Dominik Braun1-2/+14
Also fix the layout break point.
2020-02-29Add missing license headersLars-Dominik Braun1-0/+20
2020-02-29Fix function approx and its testcaseLars-Dominik Braun1-1/+1
Function was moved and changed by commit 0f8643954fd9507aec85bab46046e71a497bfffe, but the testcase was not.
2020-02-22doc: Switch to jinja2-based renderingLars-Dominik Braun1-0/+64
Pre-rendering HTML was not the best idea. Instead pre-process the data, cache it into data files and do the HTML rendering only as the final step. Also adds asymmetry to analysis and uses tabular numbers and spaces instead of ugly table hacks to align numbers.