Commit Graph

110 Commits

Author SHA1 Message Date
Emmanuelle Gouillart a146e80cf6 Fixed broken plot_directive.py so to build the doc. 2011-08-24 17:57:09 +02: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
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
Kyle Mandli 92ce731890 Change look and feel of table, add better handling of table columns
Add many improvements to table look including support for tags such as
missing, partial, done, and not applicable.  The tabularcolumns
directive does not seem to be affecting the tables width and columns
however.
2011-07-16 16:54:23 -05:00
Kyle Mandli d73416294d Add complete matlab image API 2011-07-16 16:52:09 -05:00
Stefan van der Walt 56fe676c66 ENH: Add hough transform plot. 2011-07-16 14:15:39 -05:00
Stefan van der Walt 3bb4965b96 DOC: Also copy plot files to html doc output. 2011-07-16 14:12:25 -05:00
Stefan van der Walt c2b948b6e0 DOC: Setup plot_directive. 2011-07-16 11:10:10 -05:00
Stefan van der Walt 2646d98609 DOC: Save plots with tight bounding boxes. 2011-07-16 11:09:23 -05:00
Kyle Mandli 070e7c9cf3 Colored missing text in table 2011-07-16 10:38:48 -05:00
Stefan van der Walt bddde929b8 Remove outdated push_github script. 2011-07-15 19:19:28 -05:00
Kyle Mandli fb8efcf904 Add source related to generation of functionality coverage.
Add python script that generates coverage_table.txt from coverage.csv file
which is included in the sphinx docs.
2011-07-15 18:55:00 -05:00
Stefan van der Walt d025016b3c DOC: Update gitwash generated docs. 2011-07-15 17:09:37 -05:00
Stefan van der Walt e57f7f0420 DOC: Rewrite project overview. 2011-07-15 17:09:00 -05:00
Stefan van der Walt 6bcebd18e7 DOC: Use the correct suffix when building gitwash docs. 2011-07-15 17:08:19 -05:00
Stefan van der Walt f9c41015eb DOC: Add gitwash generator code. 2011-07-15 16:31:14 -05:00
Stefan van der Walt 886a23349e ENH: Add default target for docs Makefile. 2011-07-15 15:47:41 -05:00
Pieter Holtzhausen 01e4fcdd5f Tag now a prettier version number from setup.py 2011-07-15 22:14:14 +02:00
Pieter Holtzhausen aa32054b11 Updated the documentation repo location to the offical destination. 2011-07-15 20:15:44 +02: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 aef8d50f5b Fix lengths of restructuredtext section headers in docs. 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
Tony S Yu 6f8da31b3b Change Makefile so that autogenerated API docs are removed with "make clean". 2011-07-15 20:15:44 +02:00
Tony S Yu f763b6ce3c Fix import in apigen.py, which fails when other scikits are present.
__import__ can get confused about which scikits path to import when multiple scikits are present on a system.

Note that `root_module` is no longer an attribute of `ApiDocWriter` (it wasn't being used anywhere), and it now points to "scikits.image" instead of "scikits".
2011-07-15 20:14:15 +02:00
Tony S Yu 964de3d14a Use matplotlib's plot_directive.py for Sphinx documentation.
Included plot_directive.py is broken for Sphinx 1.0.
See http://projects.scipy.org/numpy/ticket/1489
2011-07-15 20:14:15 +02:00
Pieter Holtzhausen fab15a5c71 Makefile option for gh-pages generation. 2011-07-15 20:14:15 +02:00
Pieter Holtzhausen 93249f2159 Script to checkout docs repo and commit (ipython based) 2011-07-15 20:14:15 +02:00
Pieter Holtzhausen 22c5d7c239 Removed generation 2011-07-15 20:14:15 +02:00
Pieter Holtzhausen f3406bc355 Push script excludes all git* fix 2011-07-15 20:14:15 +02:00
Pieter Holtzhausen de4a853ecf push script fix 2011-07-15 20:14:15 +02:00
Pieter Holtzhausen 5b689c7bc2 Removed followed files 2011-07-15 20:14:15 +02:00
Pieter Holtzhausen 99029c5287 Fixes 2011-07-15 20:14:15 +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 05f0015867 BUG: Fix sed in docs build script. 2011-03-15 01:54:20 +02:00
Stefan van der Walt 8f8726f0a6 DOC: Update tasks. 2011-03-15 01:46:14 +02:00