Skip to content

Commit cac08b3

Browse files
committed
docs: structure nits
Signed-off-by: Mike Fiedler <[email protected]>
1 parent c8a44a4 commit cac08b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

warehouse/templates/pages/help.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,11 @@ <h3 id="suspicious-activity">{{ suspicious_activity() }}</h3>
293293
<p>
294294
All PyPI user events are stored under security history in account settings.
295295
If there are any events that seem suspicious, take the following steps:
296+
</p>
296297
<ul>
297298
<li><a href="{{ reset_pwd_href }}">Reset your password</a></li>
298299
<li>Contact the PyPI admins about the event at <a href="mailto:{{ admin_email }}">{{ admin_email }}</a></li>
299300
</ul>
300-
</p>
301301
{% endtrans %}
302302

303303
<h3 id="compromised-token">{{ compromised_token() }}</h3>
@@ -333,7 +333,6 @@ <h3 id="twofa">{{ twoFA() }}</h3>
333333
{% endtrans %}
334334

335335
<h3 id="totp">{{ totp() }}</h3>
336-
337336
<p>{% trans href='https://en.wikipedia.org/wiki/Time-based_One-time_Password_algorithm', title=gettext('External link') %}PyPI users can set up two-factor authentication using any authentication application that supports the <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener"><abbr title="time-based one-time password">TOTP</abbr> standard</a>.{% endtrans %}</p>
338337
<p>{% trans %}<abbr title="time-based one-time password">TOTP</abbr> authentication applications generate a regularly changing authentication code to use when logging into your account.{% endtrans %}</p>
339338
<p>{% trans %}Because <abbr title="time-based one-time password">TOTP</abbr> is an open standard, there are many applications that are compatible with your PyPI account. Popular applications include:{% endtrans %}</p>
@@ -593,7 +592,7 @@ <h3 id="request-ownership">{{ request_ownership() }}</h3>
593592
<p>{% trans href='#project-name-claim', anchor_text=project_name_claim() %}If the owner is unresponsive, see <a href="{{ href }}">{{ anchor_text }}</a>{% endtrans %}</p>
594593

595594
<h3 id="description-content-type">{{ description_content_type() }}</h3>
596-
<p>{% trans href='http://docutils.sourceforge.net/rst.html', title=gettext('External link') %}By default, an upload's description will render with <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener">reStructuredText</a>. If the description is in an alternate format like Markdown, a package may set the <code>long_description_content_type</code> in <code>setup.py</code> to the alternate format.{% endtrans %}</p>
595+
<p>{% trans href='https://docutils.sourceforge.io/rst.html', title=gettext('External link') %}By default, an upload's description will render with <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener">reStructuredText</a>. If the description is in an alternate format like Markdown, a package may set the <code>long_description_content_type</code> in <code>setup.py</code> to the alternate format.{% endtrans %}</p>
597596
<p>{% trans href='https://packaging.python.org/tutorials/distributing-packages/#description', title=gettext('External link') %}Refer to the <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener">Python Packaging User Guide</a> for details on the available formats.{% endtrans %}</p>
598597
<p>For how to check a description for validity, see also: <a href="#description-render-failure">{{ description_render_failure() }}</a></p>
599598

0 commit comments

Comments
 (0)