Skip to content

Commit 0e00466

Browse files
committed
Revert changes in the index
1 parent 167129b commit 0e00466

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

template.html.jinja

+2-7
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
<th>language</th>
1515
<th>contribute</th>
1616
<th>build</th>
17-
<th>visitors¹</th>
17+
<th>visitors*</th>
1818
<th>translators</th>
19-
<th>warnings²</th>
2019
<th>completion</th>
2120
</tr>
2221
</thead>
@@ -50,9 +49,6 @@
5049
{{ project.translators.number }}
5150
{% if project.translators.link %}</a>{% endif %}
5251
</td>
53-
<td data-label="warnings">
54-
{% if project.completion %}<a href="warnings-{{ project.language.code }}.txt">{{ project.warnings }}</a>{% else %}{{ project.warnings }}{% endif %}
55-
</td>
5652
<td data-label="completion">
5753
<div class="progress-bar" style="width: {{ project.completion }}%;">{{ "{:.2f}".format(project.completion) }}%</div>
5854
<div class="progress-bar-outer-label">{{ "{:.2f}".format(project.completion) }}%</div>
@@ -61,8 +57,7 @@
6157
{% endfor %}
6258
</tbody>
6359
</table>
64-
<p>¹ sum of <a href="https://plausible.io/data-policy#how-we-count-unique-users-without-cookies">daily unique visitors</a> since 8 June 2024</p>
65-
<p>² number of Sphinx build process warnings</p>
60+
<p>* sum of <a href="https://plausible.io/data-policy#how-we-count-unique-users-without-cookies">daily unique visitors</a> since 8 June 2024</p>
6661
<p>For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/">Python Developer’s Guide</a>.</p>
6762
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
6863
</body>

0 commit comments

Comments
 (0)