Skip to content

Commit

Permalink
Fixing broken PyPI link in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Feb 7, 2024
1 parent 352efd9 commit 4d28d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions amazonorders/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,12 @@ class MfaDeviceSelectForm(AuthForm):
.. code:: python
i = 0
for field in mfa_device_select_choices:
choice_str = "{}: {}".format(i, field["value"].strip())
# ... Do something with the choice
i += 1
"""

def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/usefullinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h3>Useful Links</h3>
<ul>
<li><a href="https://github.com/alexdlaird/amazon-orders-python"><code class="code docutils literal notranslate"><span
class="pre">amazon-orders</span></code> on GitHub</a></li>
<li><a href="https://pypi.org/project/amazon-orders-python/"><code class="code docutils literal notranslate"><span class="pre">amazon-orders</span></code>
<li><a href="https://pypi.org/project/amazon-orders/"><code class="code docutils literal notranslate"><span class="pre">amazon-orders</span></code>
on PyPI</a></li>
<li><a href="https://github.com/sponsors/alexdlaird">Sponsor <code class="code docutils literal notranslate"><span
class="pre">amazon-orders</span></code></a></li>
Expand Down

0 comments on commit 4d28d89

Please sign in to comment.