Skip to content

Commit 4fa01a8

Browse files
authored
Merge pull request #15 from rgommers/numpy-114x
Add NumPy 1.14.1 and 1.14.2 doc links
2 parents 40814cd + 1e29d21 commit 4fa01a8

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

index.rst

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Welcome! This is the documentation for Numpy and Scipy.
2424
<table class="contentstable" align="center"><tr>
2525
<td width="50%">
2626
<p class="biglink"><a class="biglink" href="numpy/">Complete Numpy Manual</a><br/>
27-
<span><a href="numpy/numpy-html-1.14.0.zip">[HTML+zip]</a>
27+
<span><a href="numpy/numpy-html-1.14.2.zip">[HTML+zip]</a>
2828
</p>
2929
<p class="biglink"><a class="biglink" href="numpy/reference/">Numpy Reference Guide</a><br/>
30-
<a href="numpy/numpy-ref-1.14.0.pdf">[PDF]</a></span>
30+
<a href="numpy/numpy-ref-1.14.2.pdf">[PDF]</a></span>
3131
</p>
3232
<p class="biglink"><a class="biglink" href="numpy/user/">Numpy User Guide</a><br/>
33-
<span><a href="numpy/numpy-user-1.14.0.pdf">[PDF]</a></span>
33+
<span><a href="numpy/numpy-user-1.14.2.pdf">[PDF]</a></span>
3434
</p>
3535
<p class="biglink"><a class="biglink" href="numpy/f2py/">F2Py Guide</a><br/>
3636
</p>
@@ -55,6 +55,20 @@ Welcome! This is the documentation for Numpy and Scipy.
5555
<p><a href="numpy-dev/user/">Numpy (development version) User Guide</a>,
5656
<span><a href="numpy-dev/numpy-user.pdf">[PDF]</a></span>
5757
</p>
58+
<p><a href="numpy-1.14.2/reference/">Numpy 1.14.2 Reference Guide</a>,
59+
<span><a href="numpy-1.14.2/numpy-html-1.14.2.zip">[HTML+zip]</a>,
60+
<a href="numpy-1.14.2/numpy-ref-1.14.2.pdf">[PDF]</a></span>
61+
</p>
62+
<p><a href="numpy-1.14.2/user/">Numpy 1.14.2 User Guide</a>,
63+
<span><a href="numpy-1.14.2/numpy-user-1.14.2.pdf">[PDF]</a></span>
64+
</p>
65+
<p><a href="numpy-1.14.1/reference/">Numpy 1.14.1 Reference Guide</a>,
66+
<span><a href="numpy-1.14.1/numpy-html-1.14.1.zip">[HTML+zip]</a>,
67+
<a href="numpy-1.14.1/numpy-ref-1.14.1.pdf">[PDF]</a></span>
68+
</p>
69+
<p><a href="numpy-1.14.1/user/">Numpy 1.14.1 User Guide</a>,
70+
<span><a href="numpy-1.14.1/numpy-user-1.14.1.pdf">[PDF]</a></span>
71+
</p>
5872
<p><a href="numpy-1.14.0/reference/">Numpy 1.14.0 Reference Guide</a>,
5973
<span><a href="numpy-1.14.0/numpy-html-1.14.0.zip">[HTML+zip]</a>,
6074
<a href="numpy-1.14.0/numpy-ref-1.14.0.pdf">[PDF]</a></span>

0 commit comments

Comments
 (0)