summaryrefslogtreecommitdiff
path: root/lulua/data
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2021-10-19 14:33:15 +0200
committerLars-Dominik Braun <lars@6xq.net>2021-10-27 15:36:58 +0200
commit8315da395a2a99111bf3e9d0ab3846f7ddbf9732 (patch)
tree45513f69c0dd19e2a753b5e8d9d56d4d44df4556 /lulua/data
parente0405e731713ff6ab8e99b58f6d3a5a7256251de (diff)
downloadlulua-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')
-rw-r--r--lulua/data/report/index.html17
-rw-r--r--lulua/data/report/style.css5
2 files changed, 0 insertions, 22 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">
diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css
index ed0d32d..879114e 100644
--- a/lulua/data/report/style.css
+++ b/lulua/data/report/style.css
@@ -157,11 +157,6 @@ div.fingerhandstats .fingers .index {
div.fingerhandstats .fingers .thumb {
border: 0.1em solid var(--finger-thumb);
}
-div.sentencestats ul {
- list-style-type: none;
- margin: 1em 0;
- padding: 0;
-}
.table-overflow {
overflow-x: auto;