Merge branch '1.12'

This commit is contained in:
Jeff Forcier 2014-03-05 09:56:37 -08:00
commit bd61c7c0a9
2 changed files with 1 additions and 5 deletions

5
README
View File

@ -124,10 +124,7 @@ Use
--- ---
the demo scripts are probably the best example of how to use this package. the demo scripts are probably the best example of how to use this package.
there is also a lot of documentation, generated with epydoc, in the doc/ there is also a lot of documentation, generated with Sphinx autodoc, in the doc/ folder.
folder. point your browser there. seriously, do it. mad props to
epydoc, which actually motivated me to write more documentation than i
ever would have before.
there are also unit tests here:: there are also unit tests here::

View File

@ -1,6 +1,5 @@
# Older junk # Older junk
tox>=1.4,<1.5 tox>=1.4,<1.5
epydoc>=3.0,<3.1
# For newer tasks like building Sphinx docs. # For newer tasks like building Sphinx docs.
# NOTE: Requires Python >=2.6 # NOTE: Requires Python >=2.6
invoke>=0.7.0 invoke>=0.7.0