Skip to content

Commit 7170693

Browse files
Add link to NumPy PDF docs
1 parent a4e931f commit 7170693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/_templates/indexcontent.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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 %}. For a PDF version of the documentation, go to https://numpy.org/doc/.
1111
</p>
1212
<p><strong>For users:</strong></p>
1313
<table class="contentstable" align="center"><tr>

0 commit comments

Comments
 (0)