27 Commits

Author SHA1 Message Date
François Boulogne 811f13c1d6 MAINT: use with to close the file
MAINT: use with to close the file
2015-09-21 22:21:57 -04:00
François Boulogne 14588366e5 MAINT: use with to close the file 2015-09-21 21:47:06 -04:00
Steven Silvester ba1d2ee363 Fix document build error with new notebook package 2015-09-05 19:57:59 -05:00
Steven Silvester 9c3a6c1e91 Fix support for Sphinx 1.3 2015-03-14 10:35:04 -05:00
Steven Silvester c62397493a Handle Sphinx 1.3 API change 2015-03-13 08:18:50 -05: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 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
Steven Silvester bd94253cef Add python3 doc building capability 2014-12-13 11:59:22 -06:00
Stefan van der Walt 5dc647c860 Update plot2rst to generate notebooks 2014-04-16 16:45:25 +02:00
Rishabh Raj dbf9f0b230 Remove use of redundant variables, cleanup 2014-04-16 17:38:55 +05:30
Rishabh Raj 62a91370f8 Add __all__ to specify modules which should be imported 2014-04-13 15:08:28 +05:30
Rishabh Raj 07970bd0b0 Fix PEP8, line lengths for comments 2014-04-13 13:11:45 +05:30
Rishabh Raj a53f880256 Fix typo, better function name and docstring summary 2014-04-13 12:51:45 +05:30
Rishabh Raj 5180da54ad removes redundant passing of an extra parameter 2014-04-11 00:45:22 +05:30
Rishabh Raj 694739ee02 updated import statement for creating ipython notebooks, better name in place for jsonify 2014-04-10 18:40:59 +05:30
Rishabh Raj 235a9b3ec1 moves everything related to generating the IPython notebook, to a different file 2014-04-10 18:04:31 +05:30
Rishabh Raj db795bc796 fixes use of camel case 2014-04-10 16:46:14 +05:30
Rishabh Raj da36df0bc9 added Notebook class for creating IPython notebooks, better name for main object variable 2014-04-09 23:41:28 +05:30
Rishabh Raj a047fdcb74 Fixes for making code more pythonic, follow conventions 2014-03-19 11:45:56 +05:30
Rishabh Raj 5b3aa56c0f Adds functionality to generate ipython notebooks for the gallery examples 2014-03-16 22:48:01 +05:30
François Boulogne eb9de1d7eb MIN: use print() instead of print 2013-06-12 21:16:23 +02:00
Tony S Yu db7a063d76 ENH: If example fails, print traceback and carry on. 2013-03-02 17:21:14 -06:00
Tony S Yu dd9e7f3526 DOC: Save thumbnails with a fixed image shape
A fixed shape improves grid alignment of images and caption in the gallery.
2012-10-02 22:36:47 -04:00
Johannes Schönberger 236666fd7c Rename scikits-learn to scikit-learn 2012-10-02 19:03:24 +02:00
Johannes Schönberger d690212d1c Rename scikits-image to scikit-image 2012-10-02 19:02:37 +02:00
Tony S Yu a903aa625d Replace mpltools reference with skimage. 2012-06-24 20:46:38 -04:00
Tony S Yu 5a89ef61a6 DOC: Replace use of gen_rst with plot2rst extension. 2012-05-15 00:52:30 -04:00