24 Commits

Author SHA1 Message Date
Stefan van der Walt 08a08d747d Remove all .md5 files on clean 2016-03-09 00:28:42 -08:00
martin 0f0fa824ad added variables to Makefile for build time configuration 2015-09-04 10:43:55 +02:00
Josh Warner (Mac) 1d1a1a776d Remove only .c files associated with .pyx source. 2015-07-12 13:04:21 -05:00
Josh Warner (Mac) 9bfcd44cc8 ENH: make clean now removes compiled .c and .pyd files. 2015-07-07 19:04:35 -05:00
Steven Silvester 5ccdd36bc3 Remove imshow from PIL plugin
Do not provide imshow, show in PIL plugin to prevent conflicts

Make the sphinx install quiet

Fix local linka

Fix literal blocks

Fix another local link

Fix richardson-lucy link

Assert world dominance
2015-02-07 16:40:44 -06:00
Steven Silvester be7154f23d Skip build on 3.2
Skip doc build on 3.2

Skip doc build on 3.2

Use block literal

Fix html make target

Revert change to threshold_isodata

Fix skimage.novice and thresholding warnings

Fix feature.__init__ __all__

Fix generic.py link

Doc reference fixes

Fix missing class member warnings

Add parallelization to the user guide toc

Remove unused automodule directives

Fix sub_dirs in gallery_index

Remove unused file and fix reference to api/api

Add missing links to user guide

Use pre-output links to images

Recover from Juan's doc 'upgrades'
2015-02-07 16:40:37 -06:00
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