Skip to content

Commit 785d1eb

Browse files
authored
Merge pull request numpy#19486 from yashasvimisra2798/pdf_docs
DOC: Add link to NumPy PDF docs
2 parents 3fc4b71 + 745da84 commit 785d1eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/_templates/indexcontent.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
{% block body %}
77
<h1>{{ docstitle|e }}</h1>
88
<p>
9-
Welcome! This is the documentation for NumPy {{ release|e }}
10-
{%- if last_updated %}, last updated {{ last_updated|e }}{% endif %}.
9+
Welcome! This is the documentation for NumPy {{ release|e }}
10+
{%- if last_updated %}, last updated {{ last_updated|e }}{% endif %}.
11+
For a PDF version of the documentation, go to <a href="https://numpy.org/doc/">https://numpy.org/doc/</a>.
1112
</p>
1213
<p><strong>For users:</strong></p>
1314
<table class="contentstable" align="center"><tr>

0 commit comments

Comments
 (0)