Commit Graph

979 Commits

Author SHA1 Message Date
Steven Silvester 782ba46a4c Handle more warnings
Punt on the issue of warnings with the minimum build

Handle warnings in measure pkg

Fix the rank filter test by forcing a random seed in the function

Compare as boolean in imread test

Import loadmat in test_setup to avoid warning

Use a setup method for imread plugin test

Revoke unintended changes

Fix indentation to appease jni

More indentation fixes

Fix unintentional comment out
2014-12-23 16:49:59 -06:00
Steven Silvester 2756358f3c Clean up PIL plugin and handle more warnings
Use the pil plugin to load data files

Fix install_requires string formatting

Dead end commit

Make all tools executable

Remove debug print

Suppress PIL resourcewarnings

Handle a few more warnings
2014-12-23 16:48:38 -06:00
Stefan van der Walt 9bfaaa4280 apigen: Fix function detection in Python 3 2014-12-16 14:41:34 +02:00
Pratap Vardhan 6346d54be2 DOC: Example spell corrections 2014-12-16 12:12: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
Johannes Schönberger 7fe31b280d Merge pull request #1295 from stefanv/doc_build_fixes
Doc build fixes
2014-12-15 10:04:42 +01:00
Stefan van der Walt 13440966ea Merge pull request #1277 from emmanuelle/api_layout
In API docs page, place table of contents at the top
2014-12-15 02:26:07 +02:00
Stefan van der Walt 21d3f151c0 Fix warnings generated by gallery examples 2014-12-15 02:20:12 +02:00
Stefan van der Walt df42414782 Improved example notebook generation
When examples get converted to notebooks, we use docutils to convert the ReST
paragraphs to HTML (markdown).  Docutils doesn't understand all of Sphinx's
markup, so we have to compromise in certain places.
2014-12-15 02:17:31 +02:00
emmanuelle 7cb3071781 Minor corrections 2014-12-14 23:27:57 +01:00
Steven Silvester 33e3719e0c Merge pull request #1284 from emmanuelle/fix_dox
[WIP] Fix some sphinx warnings during doc build
2014-12-14 15:42:35 -06:00
Steven Silvester 6c8385f679 Update travis_notes and move to tools folder 2014-12-14 12:26:50 -06:00
emmanuelle 9395464122 Updated numpydoc files from the github package numpy/numpydoc 2014-12-14 18:02:46 +01:00
Steven Silvester bd94253cef Add python3 doc building capability 2014-12-13 11:59:22 -06:00
emmanuelle 04a3c89438 Removed seealso field that was not recognized in gallery example 2014-12-13 15:05:30 +01:00
emmanuelle 4e64876217 Over and underline alignment 2014-12-13 15:04:54 +01:00
emmanuelle 5cb2c630a4 Modified the order of API docs page so that table of contents is always
at the top (following #880)
2014-12-13 13:31:36 +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
Stefan van der Walt b9a71663af Merge pull request #1247 from emmanuelle/gallery_edges
Add a second example to the edge filtering gallery example
2014-12-03 19:28:04 +02:00
Stefan van der Walt 3423b43394 Merge pull request #1251 from arve0/fix-github-logo-icon
Fix github logo icon path
2014-12-03 19:25:23 +02:00
arve0 d14edd208c fix github logo icon path 2014-12-02 00:55:49 +01:00
arve0 70944f82b0 fix building of doc in virtualenv. add short description in readme 2014-12-01 16:26:07 +01:00
emmanuelle 6f561130e6 Added references on rotation invariance and filters. 2014-11-30 17:08:49 +01:00
emmanuelle 78e4d7a00d Added a second example to the edge filtering gallery example, focusing on
the difference between Scharr and Sobel filters.
2014-11-30 14:45:12 +01:00
emmanuelle 78415132c4 Removed deprecated module name filter from tutorial 2014-11-26 23:02:38 +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
Tony S Yu 56e4283df9 Update import to match rename of filters module 2014-11-11 23:03:50 -06:00
Tony S Yu c109978c61 Set colormap to grayscale 2014-11-11 23:01:27 -06:00
Tony S Yu 379d8b1fb8 Add example for adapt_rgb 2014-11-11 23:01:27 -06:00
Stefan van der Walt f61f2d0cb8 Do not render filters documentation twice 2014-11-10 13:16:32 +02: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
Rebecca fd94ca6ff5 renamed gabors 2014-11-07 16:04:53 +02:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
Juan Nunez-Iglesias f73fc33e0e Merge pull request #1188 from vighneshbirodkar/rag_merge
Added in_place option to merge_nodes
2014-10-23 20:48:23 +11:00
Steven Silvester fdfb242694 Update the notes 2014-10-11 04:58:10 -05:00
Steven Silvester cf7c8750b5 Push parts of travis into separate shell scripts 2014-10-11 04:58:07 -05:00
Steven Silvester 9baa6c7f2d Update doc / trigger a travis rebuild 2014-10-10 06:26:30 -05:00
Stefan van der Walt d16904cfbc Merge pull request #1175 from blink1073/update-setup
Update build requirements and instructions
2014-10-09 18:27:22 +02:00
Steven Silvester 1ca05d77cb More updates to travis documentation 2014-10-09 06:07:54 -05:00
Steven Silvester 878a1f3381 Update Travis notes 2014-10-09 06:00:54 -05:00
Steven Silvester 3cecfd8711 Add notes about and variable substitution 2014-10-07 08:16:56 -05:00
Steven Silvester 53c4d93f42 Add notes about Travis usage 2014-10-07 07:56:19 -05:00
Vighnesh Birodkar febef86bbb added non in-place merge 2014-10-04 20:19:58 +05:30