You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h3class="sidebar-section__title">{% trans %}Statistics{% endtrans %}</h3>
20
-
<p>
21
-
{% trans libs_io_href='https://libraries.io/', title=gettext('External link'), gbq_href='https://packaging.python.org/guides/analyzing-pypi-package-downloads/' %}
22
-
View statistics for your projects via <ahref="{{ libs_io_href }}" title="{{ title }}" target="_blank" rel="noopener">Libraries.io</a>, or by using <ahref="{{ gbq_href }}" target="_blank" rel="noopener">our public dataset on Google BigQuery</a>
23
-
{% endtrans %}
24
-
</p>
25
-
</div>
26
-
{% else %}
27
-
<divclass="sidebar-section">
28
-
<h3class="sidebar-section__title">{% trans %}Statistics{% endtrans %}</h3>
29
-
<p>
30
-
{% trans username=user.username, libs_io_href='https://libraries.io/', title=gettext('External link'), gbq_href='https://packaging.python.org/guides/analyzing-pypi-package-downloads/' %}
31
-
View statistics for {{ username }}'s projects via <ahref="{{ libs_io_href }}" title="{{ title }}" target="_blank" rel="noopener">Libraries.io</a>, or by using <ahref="{{ gbq_href }}" target="_blank" rel="noopener">our public dataset on Google BigQuery</a>
Copy file name to clipboardExpand all lines: warehouse/templates/includes/packaging/project-data.html
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -102,11 +102,6 @@ <h6>{% trans %}GitHub Statistics{% endtrans %}</h6>
102
102
</ul>
103
103
</div>
104
104
{% endif %}
105
-
<p>
106
-
{% trans libs_io_href='https://libraries.io/pypi/{project_name}'.format(project_name=release.project.name), gbq_href='https://packaging.python.org/guides/analyzing-pypi-package-downloads/', title=gettext('External link') %}
107
-
View statistics for this project via <ahref="{{ libs_io_href }}" title="{{ title }}" target="_blank" rel="noopener">Libraries.io</a>, or by using <ahref="{{ gbq_href }}" target="_blank" rel="noopener">our public dataset on Google BigQuery</a>
0 commit comments