93 Commits

Author SHA1 Message Date
François Boulogne 10293f8891 Call invert() in doc 2016-08-02 08:08:29 +02:00
François Boulogne bf5e6f7827 DOC: image inversion 2016-08-02 08:08:29 +02:00
Josh Warner 946b5c82d6 Merge pull request #2196 from sciunto/horse
Add missing unittests for data and convert horse to binary
2016-07-17 18:26:30 -05:00
François Boulogne 5e159dc218 Use logo instead of horse for RGBA img 2016-07-17 14:15:13 +02:00
François Boulogne eb33972e95 DOC: add a note on warning treatment 2016-07-17 12:18:00 +02:00
AbdealiJK fc2089af32 colorconv: Add rgba2rgb()
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).
2016-07-14 21:06:52 +05:30
emmanuelle 59f8cbcdad Added chapter title formatting for numpy_images.rst 2016-07-02 21:47:17 +02:00
emmanuelle 8b2dbd56e5 Minor fixes and improvements: PEP8, appearance, etc.
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
2016-06-06 17:30:44 +02:00
emmanuelle 844858f01b Build gallery with sphinx-gallery
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.
2016-05-10 21:49:15 +02:00
emmanuelle ef9bcfb778 A first pass to let the gallery build using sphinx-gallery. 2016-05-10 21:49:15 +02:00
Himanshu Mishra a7bcee2694 Update plugins doc page 2016-01-20 15:27:41 +05:30
Himanshu Mishra b4bf4ed768 Fix circular mask example in the user_guide 2016-01-16 10:47:09 +05:30
emmanuelle 55f5103dd8 Added sections to gallery of examples
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
2015-12-19 15:28:15 +01:00
emmanuelle 5000449970 Fixed broken sphinx link 2015-12-11 00:44:16 +01:00
Juan Nunez-Iglesias cba1cb1e1f Add blank line after ref to keep Sphinx happy ;) 2015-07-01 00:47:19 +10:00
Juan Nunez-Iglesias eb8aaeb61d Use Sphinx links to reference from contributing guide 2015-06-30 23:37:30 +10:00
François Boulogne 20e49b2ada add link joblib website 2015-06-13 20:36:11 -04:00
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Juan Nunez-Iglesias e5991c8aa3 Add missing comment '#' markers for doctest skip
Dunno how these got through but when we start running these it's gonna
fail dramatically!
2015-04-05 16:52:58 +10: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
Stefan van der Walt 703087061b Merge pull request #1352 from jni/data-types
Document range preservation
2015-02-04 19:02:33 -08:00
Juan Nunez-Iglesias d638e042eb Add concrete usage examples for preserve_range 2015-02-04 09:47:28 +11:00
Stefan van der Walt b3e5b126f7 Merge pull request #1280 from jni/array_order
Describe array order terminology in 2D, 2D+c, 3D, 3D+c arrays
2015-02-03 10:27:21 -08:00
Juan Nunez-Iglesias ba2134a2b1 Update discussion on time-varying images 2015-02-03 14:13:40 +11:00
Juan Nunez-Iglesias fd6c7a26d8 Replace frame with plane 2015-02-03 14:08:24 +11:00
François Boulogne 850f6efc39 DOC: add parallelization to tutorials index 2015-01-30 22:51:48 -05:00
Juan Nunez-Iglesias d0a9523297 Fix line wrapping 2015-01-28 17:38:54 +11:00
Juan Nunez-Iglesias 0f1dc3d669 Add a paragraph or two about preserving range 2015-01-23 00:18:51 +11:00
Juan Nunez-Iglesias f1b309ecfb Specify standard Cartesian coordinates 2015-01-22 13:05:19 +11:00
Juan Nunez-Iglesias 3667b4d81c Be more specific about cat image dimensions 2015-01-22 13:04:29 +11:00
Juan Nunez-Iglesias 2f05992148 Expand on skimage support for 3D processing 2015-01-22 13:01:04 +11:00
Juan Nunez-Iglesias 64f00bb860 Add note on 5D images 2015-01-22 12:49:28 +11:00
Juan Nunez-Iglesias 6eb8b0d079 Add table summarising image types 2015-01-22 12:47:44 +11:00
Juan Nunez-Iglesias 110ac37dc4 Add doctest skip directives to timing calls 2015-01-22 11:57:49 +11:00
Juan Nunez-Iglesias 097f8eaaa0 Space comment and code in plot directive call 2014-12-31 17:09:36 +11:00
Juan Nunez-Iglesias e4d91d1c9f Give 3D image examples 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias f9b5f44faa Clarify boolean masks on color images 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 9c770dbdf2 Prefer row/col to r/c when talking about circles 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias ad2b02b865 Label transpose operation for clarity 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 0dd81de567 Add paragraph about data locality 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 4a04a6c90c Fix and add output for timing calls 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 53585641d2 Finish code snippet for timings 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 76103d4b05 Define 'prefetching' for users 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias b998405f48 Replace 'level' and 'plane' with 'frame' 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 0b779588b0 Restore NumPy from Numpy, grudgingly 2014-12-31 17:07:28 +11:00
Juan Nunez-Iglesias 5520ccdef3 Initial work on array dimension naming guide 2014-12-31 17:07:27 +11:00
emmanuelle 1a536905f1 Minor corrections 2014-12-15 21:45:02 +01:00
emmanuelle 7cb3071781 Minor corrections 2014-12-14 23:27:57 +01:00
emmanuelle d7023f1707 Enhancements to the text 2014-12-13 11:59:01 +01:00
emmanuelle c0bedcf3ef Minor corrections 2014-12-06 11:00:59 +01:00