Added tag of previous release
Only recent commits for contribs.py so that Travis is happy
Do not execute contribs.py for Python 2.6
Do not execute contribs.py for python 2.6
Modified travis_script.sh to account for the new structure of the gallery
Added README.txt files in directories of gallery examples
Fixed references to gallery images in user guide pages
Fixed broken links
- Now using the latest pip
- imread wasn't actually being installed
- Optional package installation uses a requirements file
- `python setup.py develop` instead of the previous two-step.
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
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'
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
Use our own retry command since travis_retry is not exported
Reinstate the MPL settings
Fix the order of the MPL settings
Fix the MPL versions
Streamline the section headers
Adjust min MPL requirement for the Ubuntu version
Force pip to not install matplotlib and scipy
Switch to a single script to get the folds to work
Replace the old install_min with this before_install script
Reinstate optional installs and add headers
move the display setup to the travis_script
Use force remove on temp directory
Always retry on pip
Fix the travis_retry pip alias
Source the before_install script and move the alias
Create bash functions for folding and export DISPLAY
Export fold functions
Make repip a function