diff options
author | Sandro Tosi <morph@debian.org> | 2012-12-30 20:38:53 +0100 |
---|---|---|
committer | Sandro Tosi <morph@debian.org> | 2012-12-30 20:38:53 +0100 |
commit | e615890269ac9cfb26ebb490eaef76bbe4845642 (patch) | |
tree | ae7cc82f781c139bb980d027d79a91a1b8540025 | |
parent | c56826b9255b232053d5189286dd545d736a262d (diff) | |
download | numpy-e615890269ac9cfb26ebb490eaef76bbe4845642.tar.gz |
fix array interface documentation links
-rw-r--r-- | doc/numpybook/numpybook.lyx | 2 | ||||
-rw-r--r-- | numpy/core/include/numpy/ndarraytypes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/numpybook/numpybook.lyx b/doc/numpybook/numpybook.lyx index 17ffb4a43..59f51b4eb 100644 --- a/doc/numpybook/numpybook.lyx +++ b/doc/numpybook/numpybook.lyx @@ -18401,7 +18401,7 @@ name "dtype!construction!from list" (array description interface): This style is more fully described at \begin_inset LatexCommand url name "this site" -target "http://numpy.scipy.org/array_interface.html" +target "http://docs.scipy.org/doc/numpy/reference/arrays.interface.html" \end_inset diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h index 5bb6fa106..b7e1bc552 100644 --- a/numpy/core/include/numpy/ndarraytypes.h +++ b/numpy/core/include/numpy/ndarraytypes.h @@ -1676,7 +1676,7 @@ typedef struct { /************************************************************ * This is the form of the struct that's returned pointed by the * PyCObject attribute of an array __array_struct__. See - * http://numpy.scipy.org/array_interface.shtml for the full + * http://docs.scipy.org/doc/numpy/reference/arrays.interface.html for the full * documentation. ************************************************************/ typedef struct { |