diff options
author | derrick <myutat@gmail.com> | 2018-02-14 21:44:59 -0800 |
---|---|---|
committer | derrick <myutat@gmail.com> | 2018-02-14 21:53:08 -0800 |
commit | aa89ae7a97db245db953542ad5e54d670a6ae2bc (patch) | |
tree | 6250e4fb6ee96d4a90894fa8164d47198657649b /doc/source/reference | |
parent | a2780f090502291013802a7d61cbe7cc4f0f84de (diff) | |
download | numpy-aa89ae7a97db245db953542ad5e54d670a6ae2bc.tar.gz |
DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, and all of #10572
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/index.rst b/doc/source/reference/index.rst index f74816d6f..4f246096d 100644 --- a/doc/source/reference/index.rst +++ b/doc/source/reference/index.rst @@ -31,8 +31,8 @@ Acknowledgements ================ Large parts of this manual originate from Travis E. Oliphant's book -`Guide to NumPy <http://www.tramy.us/>`__ (which generously entered -Public Domain in August 2008). The reference documentation for many of +`Guide to NumPy <https://archive.org/details/NumPyBook>`__ (which generously +entered Public Domain in August 2008). The reference documentation for many of the functions are written by numerous contributors and developers of NumPy, both prior to and during the `NumPy Documentation Marathon |