Skip to content

Commit

Permalink
Add PDF docs for 2.x series
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jan 19, 2025
1 parent 1294fa7 commit 9ff6902
Showing 10 changed files with 12 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 2.0/index.html
Original file line number Diff line number Diff line change
@@ -460,6 +460,7 @@
</div>
<p><strong>Version</strong>: 2.0</p>
<p><strong>Download documentation</strong>:
<a class="reference external" href="https://numpy.org/doc/2.0/numpy-user.pdf">User guide (PDF)</a> | <a class="reference external" href="https://numpy.org/doc/2.0/numpy-ref.pdf">Reference guide (PDF)</a> | <a class="reference external" href="https://numpy.org/doc/2.0/numpy-html.zip">All (ZIP)</a> |
<a class="reference external" href="https://numpy.org/doc/">Historical versions of documentation</a></p>
<p><strong>Useful links</strong>:
<a class="reference external" href="https://numpy.org/install/">Installation</a> |
@@ -618,4 +619,4 @@

</footer>
</body>
</html>
</html>
Binary file added 2.0/numpy-ref.pdf
Binary file not shown.
Binary file added 2.0/numpy-user.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion 2.1/index.html
Original file line number Diff line number Diff line change
@@ -465,6 +465,7 @@
</div>
<p><strong>Version</strong>: 2.1</p>
<p><strong>Download documentation</strong>:
<a class="reference external" href="https://numpy.org/doc/2.1/numpy-user.pdf">User guide (PDF)</a> | <a class="reference external" href="https://numpy.org/doc/2.1/numpy-ref.pdf">Reference guide (PDF)</a> | <a class="reference external" href="https://numpy.org/doc/2.1/numpy-html.zip">All (ZIP)</a> |
<a class="reference external" href="https://numpy.org/doc/">Historical versions of documentation</a></p>
<p><strong>Useful links</strong>:
<a class="reference external" href="https://numpy.org/install/">Installation</a> |
@@ -623,4 +624,4 @@

</footer>
</body>
</html>
</html>
Binary file added 2.1/numpy-ref.pdf
Binary file not shown.
Binary file added 2.1/numpy-user.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion 2.2/index.html
Original file line number Diff line number Diff line change
@@ -434,6 +434,7 @@
</div>
<p><strong>Version</strong>: 2.2</p>
<p><strong>Download documentation</strong>:
<a class="reference external" href="https://numpy.org/doc/2.2/numpy-user.pdf">User guide (PDF)</a> | <a class="reference external" href="https://numpy.org/doc/2.2/numpy-ref.pdf">Reference guide (PDF)</a> | <a class="reference external" href="https://numpy.org/doc/2.2/numpy-html.zip">All (ZIP)</a> |
<a class="reference external" href="https://numpy.org/doc/">Historical versions of documentation</a></p>
<p><strong>Useful links</strong>:
<a class="reference external" href="https://numpy.org/install/">Installation</a> |
@@ -592,4 +593,4 @@

</footer>
</body>
</html>
</html>
Binary file added 2.2/numpy-ref.pdf
Binary file not shown.
Binary file added 2.2/numpy-user.pdf
Binary file not shown.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -80,18 +80,24 @@ <h1>NumPy Documentation</h1>
<li>
<p class="biglink"><a class="biglink" href="2.2">Numpy 2.2 Manual</a><br/>
<span><a href="2.2/numpy-html.zip">[HTML+zip]</a></span>
<span><a href="2.2/numpy-ref.pdf">[Reference Guide PDF]</a></span>
<span><a href="2.2/numpy-user.pdf">[User Guide PDF]</a></span>
</p>
</li>
<!--- tag v2.1.0 -->
<li>
<p class="biglink"><a class="biglink" href="2.1">Numpy 2.1 Manual</a><br/>
<span><a href="2.1/numpy-html.zip">[HTML+zip]</a></span>
<span><a href="2.1/numpy-ref.pdf">[Reference Guide PDF]</a></span>
<span><a href="2.1/numpy-user.pdf">[User Guide PDF]</a></span>
</p>
</li>
<!--- tag v2.0.0 -->
<li>
<p class="biglink"><a class="biglink" href="2.0">Numpy 2.0 Manual</a><br/>
<span><a href="2.0/numpy-html.zip">[HTML+zip]</a></span>
<span><a href="2.0/numpy-ref.pdf">[Reference Guide PDF]</a></span>
<span><a href="2.0/numpy-user.pdf">[User Guide PDF]</a></span>
</p>
</li>
<!--- tag v1.26.0 -->
@@ -110,8 +116,6 @@ <h1>NumPy Documentation</h1>
<li>
<p class="biglink"><a class="biglink" href="1.24">Numpy 1.24 Manual</a><br/>
<span><a href="1.24/numpy-html.zip">[HTML+zip]</a></span>
<span><a href="1.23/numpy-ref.pdf">[Reference Guide PDF]</a></span>
<span><a href="1.23/numpy-user.pdf">[User Guide PDF]</a></span>
</p>
</li>
<!--- tag v1.23.0 -->

0 comments on commit 9ff6902

Please sign in to comment.