Commit Graph

48 Commits

Author SHA1 Message Date
Rishabh Raj 9cbea5fcba Fix to incorporate a more generalised duplicate removal and JSON dump to string 2014-04-14 02:59:00 +05:30
Rishabh Raj a57cf0db4b Improve docstring for add_cell 2014-04-14 02:37:29 +05:30
Rishabh Raj c9a981445d Add and improve docstrings, JSON dumping and duplicate removal generalised 2014-04-14 02:25:18 +05:30
Rishabh Raj 6c0a5706c3 Remove sample.ipynb, template now inline 2014-04-13 20:49:46 +05:30
Rishabh Raj fcc607f4d1 Add default value for adding cell, better naming for type of value 2014-04-13 16:02:13 +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 0c9ee09f04 Fix camel case, more descriptive function name 2014-04-13 12:42:30 +05:30
Rishabh Raj 1e34359f04 Fix PEP8 2014-04-13 12:19:36 +05:30
Rishabh Raj 5180da54ad removes redundant passing of an extra parameter 2014-04-11 00:45:22 +05:30
Rishabh Raj 65adb7935b adds documentation 2014-04-11 00:30:21 +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 3926f1873d use items/values for python2/3 compat 2013-06-20 11:16:23 +02:00
François Boulogne cc249baa6c fix iteritems for python3 compat 2013-06-13 14:06:23 +02:00
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 ca25314310 Remove gen_rst 2012-05-15 22:47:30 -04:00
Tony S Yu 5a89ef61a6 DOC: Replace use of gen_rst with plot2rst extension. 2012-05-15 00:52:30 -04:00
Tony S Yu dc78c59be5 DOC: Add toctree to example gallery. 2012-02-21 21:47:09 -05:00
Tony S Yu 27af46706d DOC: tweak image sizes in gallery.
If images are limited to 8-inch widths and the figure dpi is 100, 1/4 scale thumbnails will be 200px wide.
2012-02-20 10:18:14 -05:00
Stefan van der Walt 1c0aec6aeb DOC: Show version of skimage that was used to build example. 2012-02-06 11:57:22 -08:00
Tony S Yu 4431a216a3 DOC: Fix grid layout of gallery. 2012-02-05 15:50:24 -05:00
Stefan van der Walt 5fa41b3dfc DOC: Improve example gallery layout. 2011-11-30 10:40:36 -08:00
Stefan van der Walt 52959ac2bf DOC: Use correct location of blank_image in example generator. 2011-09-26 21:05:01 -07:00
Emmanuelle Gouillart 4174d5fef0 A few fixes: give credit to scikit-learn guys, fix examples... 2011-09-24 15:05:16 +02:00
Emmanuelle Gouillart cce3d7bcc5 Example generation from scripts, taken from scikit learn
(ext/gen_rst.py)
2011-09-23 23:53:47 +02:00
Emmanuelle Gouillart a146e80cf6 Fixed broken plot_directive.py so to build the doc. 2011-08-24 17:57:09 +02:00
Stefan van der Walt 2646d98609 DOC: Save plots with tight bounding boxes. 2011-07-16 11:09:23 -05:00
Pieter Holtzhausen 676b911802 Update the numpy sphinx extensions from http://projects.scipy.org/numpy/browser/trunk/doc/sphinxext/ 2011-07-15 20:15:44 +02:00
Tony S Yu 12b51ba199 Replace plot_directive.py with copy from matplotlib's trunk. 2011-07-15 20:15:44 +02:00
Pieter Holtzhausen de74356bbf Added destination to Makefile and fixed doc system 2011-07-15 20:14:15 +02:00
Stefan van der Walt 565b32c8ff Update license phrase for plot_directive. 2009-10-14 16:28:11 +02:00
Stefan van der Walt a47a60f8ae Clean up output of plotting directive:
- Do not generate PDFs.
 - Do not copy image to plots dir (Sphinx copies to _images already).
2009-10-14 08:51:25 +02:00
Stefan van der Walt c8bb8c6751 Plot_directive: copy source files to output. 2009-10-14 07:48:14 +02:00
Stefan van der Walt 0601ec4b00 Remove dependency on only_directives. 2009-10-14 06:55:33 +02:00
Stefan van der Walt 735f180d4e Add only_directives.py and plot_directive.py from numpy. 2009-10-14 06:50:22 +02:00
Stefan van der Walt efaeef6a47 Add license info to numpy sphinx extensions. 2009-09-24 17:36:45 +02:00
Stefan van der Walt 92f7b0939b Add numpy-sphinx docs extensions. 2009-09-24 12:00:46 +02:00