Commit Graph
18 Commits
Author SHA1 Message Date
Steven Silvester 09876408fc Fix some sphinx warnings and add to build
Fix some sphinx warnings

Add documentation build to test

Add documentation build to test

Remove change in numpydoc

Remove change in apigen

Add makefile target for html and add to travis script

Add a makefile target for html and add to travis script

Fix more sphinx warnings
2015-02-07 16:40:26 -06:00
Johannes Schönberger b9b50dcf22 Make sure stdlib io is not shadowed by skimage.io 2013-11-18 12:27:44 +01:00
Johannes Schönberger e472528e3d Return correct exit code for tests 2013-11-18 12:12:01 +01:00
Johannes Schönberger b1d146df00 Use skimage test functions instead of nose commandline 2013-11-18 11:37:47 +01:00
Johannes Schönberger b7b391c712 Temporarily disable brief test cases and ignore test files with a leading underscore 2013-11-03 23:40:13 +01:00
Johannes Schönberger a1fcc65e88 Also run doc tests for files with a leading underscore 2013-11-03 23:13:05 +01:00
Johannes Schönberger f4b211fad0 Add make instruction for doctest 2013-11-03 08:46:03 +01:00
Tony S Yu 5bd28c3d1a Remove version.py reference in Makefile 2012-03-04 10:49:10 -05:00
Tony S Yu 0deba46d26 Minor fixes to build process.
* Fix name error when running setup.py from within main package.

* Change `make clean` so that it removes hash files.

* Remove unused import.
2012-02-08 22:38:46 -05:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00
Stefan van der Walt 75d1688183 PKG: Remove both .so and .pyc files in find . -name "*.so" -o -name "*.pyc" | xargs rm -f. 2011-09-27 23:11:02 -07:00
Stefan van der Walt 13e21935ed PKG: Allow make clean to run twice in a row. 2011-09-27 23:05:05 -07:00
Stefan van der Walt 7dbbf8b397 Cython division fixes. Ignore version file after build. 2009-12-03 09:45:20 +02:00
Ralf Gommers 8f7e3bcaaa Correct calling of coverage plugin, no spurious output anymore. 2009-11-02 21:07:26 +01:00
Ralf Gommers a04fa0b578 Add make coverage command. 2009-10-28 14:37:00 +01:00
Ralf Gommers 7badc2c240 Make "make test" work. 2009-10-28 14:09:50 +01:00
Stefan van der Walt a350786ff3 Correctly label targets as phony. 2009-08-25 14:28:16 -07:00
Stefan van der Walt 13195d0944 Add Makefile. 2009-08-25 14:08:57 -07:00