Skip to content

Commit 81cfbf2

Browse files
Macieks Review
1 parent 4c27026 commit 81cfbf2

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

metadata.html.jinja

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
</tbody>
3838
</table>
3939
<p>* number of Sphinx build process warnings</p>
40-
<footer>
41-
<hr>
42-
<p>You can find the scripts used to generate this page <a href="https://github.com/python-docs-translations/dashboard">here</a>.</p>
4340
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
44-
</footer>
4541
</body>
4642
</html>

template.html.jinja

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,15 @@ main | <a href="metadata.html" target="_self">meta</a>
5353
</tbody>
5454
</table>
5555
<p>* the number in parentheses shows change in the last 30 days, included in the total completion</p>
56-
<h3>Python Documentation</h3>
5756
<p>
58-
Currently being translated into <strong>{{ completion_progress|length }}</strong> languages.
59-
The documentation has a word count of {{ '{:,}'.format(word_count) }}.
60-
For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/">Python Developer’s Guide</a> and <a href="https://peps.python.org/pep-0545/">PEP 545</a>.
57+
Currently being translated into {{ completion_progress|length }} languages.
58+
The documentation has a total word count of {{ '{:,}'.format(word_count) }}.
59+
For more information about translations, see the <a href="https://devguide.python.org/documentation/translating/">Python Developer’s Guide</a>.
6160
</p>
62-
<footer>
63-
<hr>
64-
<p>You can download the data on this page in <code>.json</code> format <a href="https://github.com/python-docs-translations/dashboard/blob/gh-pages/index.json">here</a>, and you can also find the scripts used to generate this page <a href="https://github.com/python-docs-translations/dashboard">here</a>.
65-
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
66-
</footer>
61+
<hr>
62+
<p>You can download the data on this page in <a href="https://github.com/python-docs-translations/dashboard/blob/gh-pages/index.json">JSON format</a>.</p>
63+
<p>You can also find the scripts used to generate these pages <a href="https://github.com/python-docs-translations/dashboard">here</a>.</p>
64+
<p>Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
6765
</body>
6866
<script>
6967
function updateProgressBarVisibility() {

0 commit comments

Comments
 (0)