diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-09-04 09:53:01 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-09-04 09:53:01 +0000 |
commit | 7843154a930459c5dd85e1e8a4762fe99620ec4f (patch) | |
tree | 51f7475bb94e61b933e9211157913c508399b65f | |
parent | 779d063af9c88152d7b1bc829410a4edb1ff4f88 (diff) | |
download | numpy-7843154a930459c5dd85e1e8a4762fe99620ec4f.tar.gz |
DOC: update doc/swig makefile and readme after moving swig/doc into refguide.
-rw-r--r-- | doc/swig/Makefile | 5 | ||||
-rw-r--r-- | doc/swig/README | 19 |
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 ------- |