MAINT: Remove date_utils module.

Most of the functions in date_utils can be done via pandas.
The other functions are no longer used for loading, etc. so remove
the date_utils module to reduce the total surface area of Zipline core.
This commit is contained in:
Eddie Hebert
2013-09-30 23:30:07 -04:00
parent 6bbc131bbf
commit df7b9c0273
3 changed files with 0 additions and 179 deletions
-8
View File
@@ -6,14 +6,6 @@
:undoc-members:
:show-inheritance:
:mod:`date_utils` Module
--------------------------
.. automodule:: zipline.utils.date_utils
:members:
:undoc-members:
:show-inheritance:
:mod:`factory` Module
---------------------