Commit Graph

142 Commits

Author SHA1 Message Date
emmanuelle a07fc6d172 New example for the gallery: watershed
Removed the See also part in watershed's docstrings, as it made the doc
compilation crash...
2011-10-06 23:15:27 +02:00
Stefan van der Walt d7a33c9b6e PKG: Remove empty placeholder files. 2011-10-04 12:01:47 -07:00
Stefan van der Walt fe4956049b BUG: Adopt lena example to use new data module. 2011-09-28 20:57:51 -07:00
Stefan van der Walt 0b175a345f DOC: Update Makefile's clean target. 2011-09-26 21:18:02 -07:00
Stefan van der Walt 52959ac2bf DOC: Use correct location of blank_image in example generator. 2011-09-26 21:05:01 -07:00
Stefan van der Walt 15e65fa7ca DOC: Move radon example to gallery. 2011-09-26 21:04:32 -07:00
Emmanuelle Gouillart f579d8fc61 Merge branch 'stefan-radon' 2011-09-26 23:58:12 +02:00
Stefan van der Walt ab19017962 Merge radon/fast_homography. 2011-09-25 17:44:30 -07:00
andy 41ed86d49b Convenience functions to load example images. 2011-09-25 15:04:51 -07:00
Stefan van der Walt f3b8aec67f Merge pull request #24 from tonysyu/doc_tweaks
DOC: Clean up build and restyle tables.
2011-09-24 14:52:56 -07:00
Stefan van der Walt 707c4c801a DOC: Update tv example to use data module. Rewrap some text. 2011-09-24 14:45:33 -07:00
Emmanuelle Gouillart 4174d5fef0 A few fixes: give credit to scikit-learn guys, fix examples... 2011-09-24 15:05:16 +02:00
Tony S Yu 92eec1242b DOC: fix copyright 2011-09-24 00:23:43 -04:00
Tony S Yu 70b39b8090 DOC: make index.html the master doc
The scikits.image logo links to the master doc, which was previously set to contents.html (essentially blank). Use index.html instead.
2011-09-24 00:15:15 -04:00
Tony S Yu cf9c8e7765 DOC: adjust default table styling for a cleaner look 2011-09-23 23:59:04 -04:00
Tony S Yu 2bd79e7076 DOC: Fix order of parameters passed to cp
Specifying an optional parameter after required parameters raises error (at least in OS X).
2011-09-23 23:55:14 -04:00
Emmanuelle Gouillart cce3d7bcc5 Example generation from scripts, taken from scikit learn
(ext/gen_rst.py)
2011-09-23 23:53:47 +02:00
Kyle Mandli ac0fc3aba8 Fix display of coverage bar 2011-09-19 21:45:55 -05:00
Stefan van der Walt 88fd5c714b Merge radon transform by Pieter Holtzhausen. 2011-09-18 14:29:13 -07:00
Stefan van der Walt 6f7f9b4b88 Merge branch 'dtype_info' 2011-09-16 23:21:42 -07:00
Stefan van der Walt a97a35258d DOC: Note that data type document is still preliminary. 2011-09-16 23:21:23 -07:00
Stefan van der Walt 0fd5330c18 Add logo to generated documentation. 2011-09-16 23:13:56 -07:00
Stefan van der Walt 877ca68949 Also produce a scaled down version of the logo. 2011-09-16 23:04:43 -07:00
Stefan van der Walt 29b37d4e4a Match logo filename used in website. 2011-09-16 16:04:43 -07:00
Stefan van der Walt 2b7d18e216 Merge Tony's logo generator. 2011-09-16 16:02:21 -07:00
Stefan van der Walt b9d8c64c1a Match scikits.image directory structure. 2011-09-16 15:59:32 -07:00
Stefan van der Walt 00fa047583 DOC: Fix typo in data types description. 2011-09-13 08:52:29 -07:00
Stefan van der Walt 3a1ef10b98 DOC: Describe usage of different types (first draft). 2011-08-29 22:56:08 +02:00
Emmanuelle Gouillart a146e80cf6 Fixed broken plot_directive.py so to build the doc. 2011-08-24 17:57:09 +02:00
Emmanuelle Gouillart 391f68587a Modified README to point to the new github repo. Mentioned in install doc
that it is possible to download a zipball without having git installed.
2011-08-24 03:13:32 -07:00
Emmanuelle Gouillart 8ac2fc17f7 Modified README to point to the new github repo. Mentioned in install doc
that it is possible to download a zipball without having git installed.
2011-08-24 10:57:49 +02:00
Pieter Holtzhausen 3e8cc62e67 Tutorial 80 line length 2011-08-22 14:08:45 +02:00
Pieter Holtzhausen ed6f452c7c Tutorial edit 2011-08-19 01:44:39 +02:00
Pieter Holtzhausen b492295575 Tutorial 2011-08-19 00:20:34 +02:00
Stefan van der Walt 92f9987ccc DOC: Ignore generated coverage table. 2011-07-20 17:28:05 -07:00
Stefan van der Walt c3ee8f5ea6 DOC: Complete coverage bar. 2011-07-20 17:27:35 -07:00
Stefan van der Walt b48e580dce DOC: Add coverage table to Makefile. 2011-07-20 17:26:40 -07:00
Stefan van der Walt ad0c201d80 Merge coverage states into main .css. 2011-07-20 16:01:15 -07:00
Kyle Mandli 7d79a3f3c6 Bug fixes and documentation writing 2011-07-20 10:17:03 -05:00
Kyle Mandli 2303118d0b Change default css to include coverage bar formatting 2011-07-20 10:16:32 -05:00
Stefan van der Walt 64dc218483 DOC: Deploy current docs to scikits-image.org/docs/dev. 2011-07-18 19:11:44 -07:00
Stefan van der Walt 07ef2056ba DOC: Minor cleanups. Strike through completed items on TODO list. 2011-07-18 19:01:14 -07:00
Stefan van der Walt 1cff83bacc DOC: Fix repo address in installation instructions. 2011-07-18 18:35:32 -07:00
Stefan van der Walt 9c1c1fa232 DOC: Turn gh-pages into phony target. 2011-07-18 18:31:07 -07:00
Stefan van der Walt 7019915700 DOC: Shrink table for better layout. 2011-07-18 18:29:06 -07:00
Tony S Yu 1f31141837 Format front page so it looks similar to old template. 2011-07-18 11:15:10 -04:00
Tony S Yu e7ad3d58ef Add version number to index page of docs 2011-07-18 01:38:56 -04:00
Tony S Yu cba0ec6484 Remove index.html template and use markup in index.txt instead.
Using reStructuredText to build the front page is a bit easier to maintain.
2011-07-18 01:08:24 -04:00
Stefan van der Walt 16e5456def DOC: Retheme docs, credit IPython authors. 2011-07-16 18:02:20 -05:00
Stefan van der Walt e2655ec1a6 ENH: Update gitignores. 2011-07-16 16:55:45 -05:00