diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2021-10-19 14:33:15 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2021-10-27 15:36:58 +0200 |
commit | 8315da395a2a99111bf3e9d0ab3846f7ddbf9732 (patch) | |
tree | 45513f69c0dd19e2a753b5e8d9d56d4d44df4556 /lulua/data/report/index.html | |
parent | e0405e731713ff6ab8e99b58f6d3a5a7256251de (diff) | |
download | lulua-8315da395a2a99111bf3e9d0ab3846f7ddbf9732.tar.gz lulua-8315da395a2a99111bf3e9d0ab3846f7ddbf9732.tar.bz2 lulua-8315da395a2a99111bf3e9d0ab3846f7ddbf9732.zip |
report: Remove example sentences.
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.
Diffstat (limited to 'lulua/data/report/index.html')
-rw-r--r-- | lulua/data/report/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lulua/data/report/index.html b/lulua/data/report/index.html index 4923e98..5d08c5b 100644 --- a/lulua/data/report/index.html +++ b/lulua/data/report/index.html @@ -415,23 +415,6 @@ {% endif %} {% endfor %} </div> -<div class="sentencestats"> -<p lang="en">Examples:</p> -<ul lang="ar"> -{% for sentence in stats.sentences %} - <li> - {% for match, weight in sentence[0] -%} - {%- if weight is none -%} - <span>{{ match }}</span> - {%- else -%} - {%- set c = weight|blendn((38, 139, 210), (108, 113, 196), (211, 54, 130), (220, 50, 47)) -%} - <span style="color: rgb({{ c[0] }}, {{ c[1] }}, {{ c[2] }});" title="{{ '%5.5f'|format(weight) }}">{{ match }}</span> - {%- endif -%} - {%- endfor %} - </li> -{% endfor %} -</ul> -</div> {% endmacro %} <figure id="ar-lulua-heat"> |