Commit Graph

289 Commits

Author SHA1 Message Date
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
Pratap Vardhan d3f2d11230 DOC: Update bootstrap sphnix links 2014-12-28 16:26:27 +05:30
Stefan van der Walt fec98b44b9 Merge pull request #1259 from emmanuelle/ug_transform
User guide: transforming images
2014-12-16 02:04:28 +02: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
Steven Silvester bd94253cef Add python3 doc building capability 2014-12-13 11:59:22 -06: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
arve0 d14edd208c fix github logo icon path 2014-12-02 00:55:49 +01:00
emmanuelle eae2196dd2 First version of sections on color and exposure. 2014-11-26 22:59:49 +01:00
Stefan van der Walt f530e866d9 Merge pull request #705 from emmanuelle/userguide
Additions to the user guide: getting started section
2014-11-23 01:03:42 +02:00
emmanuelle 236274abfd Implemented Stéfan's minor comments. 2014-11-22 18:33:22 +01:00
emmanuelle ad3400dd47 Changed a link that pointed to a specific release of scikit-image using
the "stable" symlink.
2014-11-22 14:54:46 +01:00
Stefan van der Walt 3ed648ea08 Fixes according to PR feedback 2014-11-10 13:16:25 +02:00
Stefan van der Walt 78a7b7307a Rename and deprecate filter module to prevent shadowing of built-in keyword 2014-11-10 12:53:50 +02:00
Stefan van der Walt 463432b752 Document threshold scaling 2014-11-07 17:17:55 +02:00
Stefan van der Walt 758bcb456e Improve my grammar 2014-09-30 06:01:22 +02:00
Stefan van der Walt 7d58147fd1 Reminder to remove previous installations when upgrading on Windows 2014-09-29 22:32:45 +02:00
Stefan van der Walt 411544165e Merge pull request #1043 from sciunto/joblib
DOC: Add user guide parallelization
2014-09-04 23:06:44 +01:00
François Boulogne 5920d6788d simplify notations 2014-09-04 18:00:56 -04:00
Stefan van der Walt c60b58ce93 Merge pull request #1114 from pelson/gitwash
Update gitwash
2014-09-04 22:35:50 +01:00
François Boulogne ffe7156f31 Stephan's comments 2014-09-02 09:44:33 -04:00
Stefan van der Walt 914afee076 Merge pull request #1113 from jucoste/move_canny
Move canny from filter to feature
2014-09-02 01:07:20 +01:00
Stuart Mumford f1a6d2dbf1 Website font readability improvements.
Increase font size by 1%
 Increase character spacing
 Increase font size in code snippets to website standard
2014-08-31 14:53:43 +01:00