Commit Graph

15 Commits

Author SHA1 Message Date
Steven Silvester a939eb4ce6 Use a container and pip cache
Use container and pip cache

Add the sudo calls back in

Try removing sudo and the tk install

Skip show() call in novice doctest

Try not building docs and no libqt4-dev

Try the optional installs right away

Do not install PyQt4 or imread

Try without libfreeimage

Try and install libfreeimage outside of root

Another attempt at libfreeimage

Yet another attempt at libfreeimage

Use the travis whitelist

Try adding the sudo command

Try and build the docs

Install scikit-image first

Restore full build functionality

Fix whitespace

Remove unused tk import
2015-07-13 21:22:44 -05:00
Leena P 80629c34bb Use a simpler operator in the novice tutorial
Using a more explicit series of operations is simpler than using the
compound "=/" operator, which may be unfamilar to newer users of Python.
2015-07-11 18:23:49 -04:00
Leena P 45eecd09d2 Updated novice module tutorial to show images
Providing visual feedback to a new user, by displaying their image, will
make a much friendlier introduction to Scikit Image.
2015-07-11 18:23:28 -04:00
Stefan van der Walt 80ef48ccfa Add spacing in novice model to make docs render correctly 2015-04-11 22:18:34 -07:00
Johannes Schönberger 753cc6fd23 Fix novice doctest 2013-11-03 19:18:48 +01:00
Johannes Schönberger 8daeb6540b Fix novice doctests 2013-11-03 19:13:07 +01:00
Tony S Yu 1093139d62 Rename image for clarity. 2013-10-21 23:02:50 -05:00
Tony S Yu 6ca30b0897 Speed up doctest 2013-10-21 23:02:50 -05:00
Tony S Yu d177aa6c16 Replace use of elephant pic with Chelsea the cat 2013-10-21 23:02:49 -05:00
Tony S Yu 087d422ebc Rename novice package as per convention 2013-10-21 23:02:46 -05:00
Tony S Yu 266c28ba6b Reuse colors from skimage.color.
This change greatly reduces the number of available colors, which is probably
a good thing.
2013-10-21 23:02:46 -05:00
Tony S Yu c881cf32e6 Remove unnecessary functions. 2013-10-21 23:02:46 -05:00
Tony S Yu 9503c41f26 Cleanup docstrings.
Note that the getter (not setter) docstring gets printed at the interactive prompt
2013-10-21 23:02:45 -05:00
Tony S Yu 1a418f8820 Clean up novice __init__
Move functions from __init__ to novice module and clean up package docstring.
Doctest now passes.
2013-10-21 23:02:45 -05:00
Michael Hansen 2e98d8c21c Added novice submodule after rebase 2013-10-21 23:02:45 -05:00