[Python-modules-commits] [python-numpy] 06/12: Adapt SWIG documentation to Debian

Sandro Tosi morph at moszumanska.debian.org
Sat Feb 13 23:48:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository python-numpy.

commit b677674869f456c386134da541656fd845162b64
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Oct 11 10:12:18 2015 -0700

    Adapt SWIG documentation to Debian
    
     Location of `swig` directory in Debian is specific to our distro, so the
     documentation needs adaptation.
    Origin: vendor
    Forwarded: not-needed
    Last-Update: 2015-02-08
    Patch-Name: adapt_swig_docs_to_debian.patch
---
 doc/source/reference/swig.interface-file.rst | 4 ++--
 doc/source/reference/swig.testing.rst        | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/source/reference/swig.interface-file.rst b/doc/source/reference/swig.interface-file.rst
index e5d369d..61db829 100644
--- a/doc/source/reference/swig.interface-file.rst
+++ b/doc/source/reference/swig.interface-file.rst
@@ -166,8 +166,8 @@ assignments in lines 19 and 20.
 Using numpy.i
 -------------
 
-The ``numpy.i`` file is currently located in the ``tools/swig``
-sub-directory under the ``numpy`` installation directory.  Typically,
+The ``numpy.i`` file is currently located in the ``swig``
+sub-directory in the ``python-numpy-doc`` package directory.  Typically,
 you will want to copy it to the directory where you are developing
 your wrappers.
 
diff --git a/doc/source/reference/swig.testing.rst b/doc/source/reference/swig.testing.rst
index 13642a5..7c9d152 100644
--- a/doc/source/reference/swig.testing.rst
+++ b/doc/source/reference/swig.testing.rst
@@ -11,7 +11,8 @@ for a total of 888 typemaps supported "out of the box".  Each of these
 typemaps, in turn, might require several unit tests in order to verify
 expected behavior for both proper and improper inputs.  Currently,
 this results in more than 1,000 individual unit tests executed when
-``make test`` is run in the ``numpy/tools/swig`` subdirectory.
+``make test`` is run in the ``swig`` directory of ``python-numpy-doc``
+package.
 
 To facilitate this many similar unit tests, some high-level
 programming techniques are employed, including C and `SWIG`_ macros,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-numpy.git



More information about the Python-modules-commits mailing list