diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-06-07 13:52:31 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-06-08 15:02:45 +0200 |
commit | 5f31255dbeb92f946dfdc275a012cc418dfa28b4 (patch) | |
tree | 63bd3a0afd869132d2f3d9312c472adcf9ba010a /doc/source/reference/swig.interface-file.rst | |
parent | 4c854c2633894387988b43306ff72333cb00613a (diff) | |
download | numpy-5f31255dbeb92f946dfdc275a012cc418dfa28b4.tar.gz |
DOC: add some highlights to release notes and reorganize
also minor general documentation fixes
[ci skip]
Diffstat (limited to 'doc/source/reference/swig.interface-file.rst')
-rw-r--r-- | doc/source/reference/swig.interface-file.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/swig.interface-file.rst b/doc/source/reference/swig.interface-file.rst index d835a4c4f..c381feb85 100644 --- a/doc/source/reference/swig.interface-file.rst +++ b/doc/source/reference/swig.interface-file.rst @@ -166,7 +166,7 @@ assignments in lines 19 and 20. Using numpy.i ------------- -The ``numpy.i`` file is currently located in the ``numpy/docs/swig`` +The ``numpy.i`` file is currently located in the ``tools/swig`` sub-directory under the ``numpy`` installation directory. Typically, you will want to copy it to the directory where you are developing your wrappers. |