summaryrefslogtreecommitdiff
path: root/doc/swig
diff options
context:
space:
mode:
authorrgommers <ralf.gommers@googlemail.com>2010-09-04 09:53:01 +0000
committerrgommers <ralf.gommers@googlemail.com>2010-09-04 09:53:01 +0000
commit7843154a930459c5dd85e1e8a4762fe99620ec4f (patch)
tree51f7475bb94e61b933e9211157913c508399b65f /doc/swig
parent779d063af9c88152d7b1bc829410a4edb1ff4f88 (diff)
downloadnumpy-7843154a930459c5dd85e1e8a4762fe99620ec4f.tar.gz
DOC: update doc/swig makefile and readme after moving swig/doc into refguide.
Diffstat (limited to 'doc/swig')
-rw-r--r--doc/swig/Makefile5
-rw-r--r--doc/swig/README19
2 files changed, 2 insertions, 22 deletions
diff --git a/doc/swig/Makefile b/doc/swig/Makefile
index b64492f45..79eb33fcc 100644
--- a/doc/swig/Makefile
+++ b/doc/swig/Makefile
@@ -20,11 +20,6 @@ all: $(SUBDIRS)
test:
cd $@ && make $@
-# Target doc
-.PHONY : doc
-doc:
- cd $@ && make
-
# Target clean
.PHONY : clean
clean:
diff --git a/doc/swig/README b/doc/swig/README
index d557b305f..4a10e436b 100644
--- a/doc/swig/README
+++ b/doc/swig/README
@@ -9,23 +9,8 @@ distribution.
Documentation
-------------
-Documentation for how to use numpy.i is in the doc directory. The
-primary source file here is numpy_swig.txt, a restructured text file
-that documents how to use numpy.i. The Makefile in doc allows for the
-conversion of numpy_swig.txt to HTML (if you have docutils installed)
-and to PDF (if you have docutils and latex/pdftex installed). This
-should not be necessary, however, as numpy_swig.html and
-numpy_swig.pdf are stored in the repository.
-
-The same is true for a file called doc/testing.txt, which describes
-the testing system used here.
-
-If you have the prerequisites installed and wish to build the HTML and
-PDF documentation, this can be achieved by calling::
-
- $ make doc
-
-from the shell.
+Documentation for how to use numpy.i, as well as for the testing system
+used here, can be found in the NumPy reference guide.
Testing
-------