Steven Silvester
372ea53cc9
Merge pull request #1365 from jni/future
...
Add skimage.future package
2015-02-03 21:00:03 -06: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
5bd36730fc
Update plot_ncut example to use skimage.future
2015-02-03 15:13:02 +11:00
Juan Nunez-Iglesias
483d7d669b
Update plot_rag examples to use skimage.future
2015-02-03 15:10:54 +11: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
Vighnesh Birodkar
d3775f9a3c
Improved test case
2015-01-29 20:33:14 +05:30
Vighnesh Birodkar
e79bbed001
Improved test case and removed duplicate test
2015-01-28 22:01:30 +05:30
Vighnesh Birodkar
c5f8f27e44
code cleanup and removed test
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
4c4d7108e1
handled the function with callbacks
2015-01-27 21:33:22 +05:30
Vighnesh Birodkar
a080aa724a
rebase and docstring changes
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
9a192bf1cb
fix example
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
f33c2cad13
Description of example
2015-01-27 21:33:21 +05:30
Vighnesh Birodkar
b35fe6948f
working code
2015-01-27 21:33:21 +05:30
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
Steven Silvester
d24ce2b4ab
Merge pull request #1328 from pratapvardhan/misc-doc
...
DOC: Update bootstrap sphnix links
2015-01-01 19:28:23 -06: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
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