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
Tony S Yu
8f0f253aeb
Fix docstring so Sphinx doesn't complain about indentation.
...
Same indentation fix in 3 places, but only one warning fixed because 2 of the fixes are private functions.
2011-07-18 01:08:23 -04:00
Pieter Holtzhausen
050f83bb23
GStreamer and opencv player versions.
2011-07-17 17:45:17 +02:00
Stefan van der Walt
16e5456def
DOC: Retheme docs, credit IPython authors.
2011-07-16 18:02:20 -05:00
Stefan van der Walt
3eadba0660
Update contributors.
2011-07-16 17:26:20 -05:00
Stefan van der Walt
b24f2a099c
Merge Neil's fixes, including those for py3k.
2011-07-16 17:25:42 -05:00
Neil
a595f267fd
Remove as_grey from plugins
2011-07-17 00:21:43 +02:00
Neil
435a2dab55
Revert "Pass as_grey to the imread plugins"
...
This reverts commit 8f16ca1242 , as the
as_grey keyword should disappear from the plugins.
2011-07-17 00:14:09 +02: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
James Turner
f049cfc12a
Warn user when Cython can't be imported
2011-07-16 16:41:30 -05:00
Neil
b5c85b6eb8
Don't rely on pil for plugin_priority test. Skip test if neither pil or freeimage are available
2011-07-16 23:01:42 +02:00
Neil
e7a69bbfc5
Skip pil_plugin tests if PIL isn't available
2011-07-16 22:14:00 +02:00
Neil
8f16ca1242
Pass as_grey to the imread plugins
2011-07-16 21:55:57 +02:00
Neil
8ceb250bee
Return correct type for as_grey with freeimage
2011-07-16 21:53:30 +02: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
Neil
26402a7e67
Replace old raise form
2011-07-16 19:01:15 +02:00
Neil
1a48914811
Remove temporary files
2011-07-16 19:01:15 +02:00
Neil
2409bbce9f
Only call MultiImage if PIL is available to ensure nose handles this case properly
2011-07-16 19:01:15 +02:00
Neil
f64ddb1fd1
replace TemporaryFile with NamedTemporaryFile, for compatability with later python versions
2011-07-16 19:01:15 +02:00
Neil
12c1829b78
Fix logic error in _load_library
2011-07-16 19:01:15 +02:00
Neil
fc17f50d8b
Rework exception handling logic in freeimage_plugin.py
2011-07-16 19:01:15 +02:00
Neil
d061967cdb
Convert from CRLF line endings
2011-07-16 19:01:15 +02:00
Neil
319081d874
Remove outdated reference to 'load_plugins'
2011-07-16 19:01:15 +02:00
Stefan van der Walt
a55d426d49
DOC: Update hough docstring.
2011-07-16 11:13:00 -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
bb03488872
Modify TASKS to include pointer to coverage docs
2011-07-15 18:56:59 -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
39e81a72a8
DOC: Add missing space.
2011-07-15 17:46:00 -05:00
Stefan van der Walt
7eed21194a
TST: Test both Cython and Python versions of the hough tf.
2011-07-15 17:45:51 -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
5fbecf2ea1
DOC: Add more prominent link to gitwash docs.
2011-07-15 17:08:43 -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
6f57b4b689
DOC: Add new project URL to setup.py.
2011-07-15 16:30:43 -05:00
Stefan van der Walt
7b754496c1
ENH: Ignore .coverage output.
2011-07-15 16:02:13 -05:00
Stefan van der Walt
886a23349e
ENH: Add default target for docs Makefile.
2011-07-15 15:47:41 -05:00
Stefan van der Walt
fdc2ae80c3
DOC: Update coverage instructions.
2011-07-15 15:46:52 -05:00
Stefan van der Walt
2f503eae0b
Update contributors.
2011-07-15 15:34:21 -05:00
Stefan van der Walt
732b38007d
Merge documentation build system fixes by Pieter Holtzhausen and Tony Yu.
2011-07-15 15:32:04 -05:00
Pieter Holtzhausen
01e4fcdd5f
Tag now a prettier version number from setup.py
2011-07-15 22:14:14 +02:00
Stefan van der Walt
8ff5863c1b
Update contributors.
2011-07-15 15:12:07 -05:00
Martin Bergtholdt
2f0d63955e
BUG: Windows does not have round in math.h
2011-07-15 15:06:28 -05:00
Pieter Holtzhausen
aa32054b11
Updated the documentation repo location to the offical destination.
2011-07-15 20:15:44 +02:00