We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fc4b71 + 745da84 commit 785d1ebCopy full SHA for 785d1eb
doc/source/_templates/indexcontent.html
@@ -6,8 +6,9 @@
6
{% block body %}
7
<h1>{{ docstitle|e }}</h1>
8
<p>
9
- Welcome! This is the documentation for NumPy {{ release|e }}
10
- {%- if last_updated %}, last updated {{ last_updated|e }}{% endif %}.
+ Welcome! This is the documentation for NumPy {{ release|e }}
+ {%- 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>.
12
</p>
13
<p><strong>For users:</strong></p>
14
<table class="contentstable" align="center"><tr>
0 commit comments