Skip to content

Commit

Permalink
Split analysis into proof library. Closes #190.
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxfish committed Sep 1, 2015
1 parent 77897f8 commit 767551d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 421 deletions.
1 change: 0 additions & 1 deletion agate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python

from agate.analysis import *
from agate.aggregations import *
from agate.columns import *
from agate.column_types import *
Expand Down
219 changes: 0 additions & 219 deletions agate/analysis.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ API
:maxdepth: 2

api/aggregations
api/analysis
api/column_types
api/columns
api/computations
Expand Down
6 changes: 0 additions & 6 deletions docs/api/analysis.rst

This file was deleted.

0 comments on commit 767551d

Please sign in to comment.