diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-09-04 09:52:24 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-09-04 09:52:24 +0000 |
commit | 72665ab87449b9896dcb2db9aae36bb12c3daba7 (patch) | |
tree | d41998e6b68478188e49a8cd40252fae58e55e56 /doc/source/reference/swig.rst | |
parent | 9752b73d34f5e132d8e184d01e567ae693d204fc (diff) | |
download | numpy-72665ab87449b9896dcb2db9aae36bb12c3daba7.tar.gz |
DOC: integrate doc/swig/doc documentation with reference guide.
Diffstat (limited to 'doc/source/reference/swig.rst')
-rw-r--r-- | doc/source/reference/swig.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/source/reference/swig.rst b/doc/source/reference/swig.rst new file mode 100644 index 000000000..3931b8e11 --- /dev/null +++ b/doc/source/reference/swig.rst @@ -0,0 +1,12 @@ +************** +Numpy and SWIG +************** + +.. sectionauthor:: Bill Spotz + + +.. toctree:: + :maxdepth: 2 + + swig.interface-file + swig.testing |