Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Welcome! This is the documentation for Numpy and Scipy.
<table class="contentstable" align="center"><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="numpy/">Complete Numpy Manual</a><br/>
<span><a href="numpy/numpy-html-1.14.0.zip">[HTML+zip]</a>
<span><a href="numpy/numpy-html-1.14.2.zip">[HTML+zip]</a>
</p>
<p class="biglink"><a class="biglink" href="numpy/reference/">Numpy Reference Guide</a><br/>
<a href="numpy/numpy-ref-1.14.0.pdf">[PDF]</a></span>
<a href="numpy/numpy-ref-1.14.2.pdf">[PDF]</a></span>
</p>
<p class="biglink"><a class="biglink" href="numpy/user/">Numpy User Guide</a><br/>
<span><a href="numpy/numpy-user-1.14.0.pdf">[PDF]</a></span>
<span><a href="numpy/numpy-user-1.14.2.pdf">[PDF]</a></span>
</p>
<p class="biglink"><a class="biglink" href="numpy/f2py/">F2Py Guide</a><br/>
</p>
Expand All @@ -55,6 +55,20 @@ Welcome! This is the documentation for Numpy and Scipy.
<p><a href="numpy-dev/user/">Numpy (development version) User Guide</a>,
<span><a href="numpy-dev/numpy-user.pdf">[PDF]</a></span>
</p>
<p><a href="numpy-1.14.2/reference/">Numpy 1.14.2 Reference Guide</a>,
<span><a href="numpy-1.14.2/numpy-html-1.14.2.zip">[HTML+zip]</a>,
<a href="numpy-1.14.2/numpy-ref-1.14.2.pdf">[PDF]</a></span>
</p>
<p><a href="numpy-1.14.2/user/">Numpy 1.14.2 User Guide</a>,
<span><a href="numpy-1.14.2/numpy-user-1.14.2.pdf">[PDF]</a></span>
</p>
<p><a href="numpy-1.14.1/reference/">Numpy 1.14.1 Reference Guide</a>,
<span><a href="numpy-1.14.1/numpy-html-1.14.1.zip">[HTML+zip]</a>,
<a href="numpy-1.14.1/numpy-ref-1.14.1.pdf">[PDF]</a></span>
</p>
<p><a href="numpy-1.14.1/user/">Numpy 1.14.1 User Guide</a>,
<span><a href="numpy-1.14.1/numpy-user-1.14.1.pdf">[PDF]</a></span>
</p>
<p><a href="numpy-1.14.0/reference/">Numpy 1.14.0 Reference Guide</a>,
<span><a href="numpy-1.14.0/numpy-html-1.14.0.zip">[HTML+zip]</a>,
<a href="numpy-1.14.0/numpy-ref-1.14.0.pdf">[PDF]</a></span>
Expand Down