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

Sandro Tosi morph at moszumanska.debian.org
Sun Nov 26 17:40:30 UTC 2017


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

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

commit 42a86cb0131a92d1315a4debac592e2ea5914db2
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 6dd74f4..0efb79d 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