* start using NumPy docstring standard
commite4e6b890f6f593d79a4334fdd78bdc9243c7765d
authorDavid Gowers <00ai99@gmail.com>
Thu, 18 Dec 2008 03:57:22 +0000 (18 14:27 +1030)
committerDavid Gowers <00ai99@gmail.com>
Thu, 18 Dec 2008 03:57:22 +0000 (18 14:27 +1030)
tree16203fd6e176f777875075327c4432360ba75122
parent4b3938834f8323fc1c8383694f6d5601af26db05
* start using NumPy docstring standard
* fix randomness docs
* add class for support of Dublin Core metadata
* add Grid.cell_full (); intended to be overridden for unevenly-tiled images
  (eg sprite sheets)
16 files changed:
CHANGELOG
doc/Makefile
doc/randomness.rst [deleted file]
doc/source/conf.py [moved from doc/conf.py with 97% similarity]
doc/source/index.rst [moved from doc/index.rst with 100% similarity]
doc/source/io.rst [moved from doc/io.rst with 100% similarity]
doc/source/misc.rst [moved from doc/misc.rst with 100% similarity]
doc/source/randomness.rst [new file with mode: 0644]
doc/source/sorting.rst [moved from doc/sorting.rst with 100% similarity]
doc/sphinxext/LICENSE.txt [new file with mode: 0644]
doc/sphinxext/__init__.py [new file with mode: 0644]
doc/sphinxext/docscrape.py [new file with mode: 0644]
doc/sphinxext/docscrape_sphinx.py [new file with mode: 0644]
doc/sphinxext/numpydoc.py [new file with mode: 0644]
ion/metadata.py [new file with mode: 0644]
ion/n/coord.py