rgba2rgb() is a conversion function which takes in a background RGB
color which is used to alpha blend with an RGBA image in the foreground.
The default value for this background is white (255, 255, 255).
Removed a clumsy workaround (about paths)
Fixed links to image files to fix sphinx warning.
Removed non-ascii character
Another non ascii character
And another non-ascii character... (to be squashed later on)
Corrected some typos in the docstrings of sphinx-gallery files
These corrections have also been submitted as a patch to the original
sphinx-gallery project (#121)
Corrected the appearance of two examples of the gallery
Tweaked CSS for larger images
Added sphinx-gallery's license and a README.txt about the origin of
this directory.
Edited gabor_from_astronaut example for nicer popup
PEP 8 + minor fixes
Removed commented lines of code
Modified comments in some gallery examples for compatibility with
sphinx-gallery parsing. Also modified some links in the narrative doc
since image file names have changed.
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
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'