Skip to content

Commit

Permalink
MAINT: Move doc/swig to tools/swig.
Browse files Browse the repository at this point in the history
Also update MANIFEST.in and documentation to reflect the move. The
discussion of this change is at numpy#2384.

Closes numpy#2384. Closes numpy#4374.
  • Loading branch information
charris committed Mar 12, 2014
1 parent 4fd4850 commit a38888c
Show file tree
Hide file tree
Showing 38 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include doc/Makefile doc/postprocess.py
recursive-include doc/release *
recursive-include doc/source *
recursive-include doc/sphinxext *
recursive-include doc/swig *
recursive-include tools/swig *
recursive-include doc/scipy-sphinx-theme *
recursive-include doc/f2py *

Expand Down
2 changes: 1 addition & 1 deletion doc/source/user/c-info.python-as-glue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ Simplified Wrapper and Interface Generator (SWIG) is an old and fairly
stable method for wrapping C/C++-libraries to a large variety of other
languages. It does not specifically understand NumPy arrays but can be
made useable with NumPy through the use of typemaps. There are some
sample typemaps in the numpy/doc/swig directory under numpy.i along
sample typemaps in the numpy/tools/swig directory under numpy.i together
with an example module that makes use of them. SWIG excels at wrapping
large C/C++ libraries because it can (almost) parse their headers and
auto-produce an interface. Technically, you need to generate a ``.i``
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions doc/swig/README → tools/swig/README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Notes for the numpy/doc/swig directory
======================================
Notes for the numpy/tools/swig directory
========================================

This set of files is for developing and testing file numpy.i, which is
intended to be a set of typemaps for helping SWIG interface between C
Expand All @@ -10,7 +10,7 @@ distribution.
Documentation
-------------
Documentation for how to use numpy.i, as well as for the testing
system used here, can be found in the NumPy reference guide.
system used here, can be found in the NumPy reference guide.

Testing
-------
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a38888c

Please sign in to comment.