Skip to content

Commit

Permalink
Merge 15cffca into 375d593
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-esch committed Mar 5, 2018
2 parents 375d593 + 15cffca commit a8b9fe0
Show file tree
Hide file tree
Showing 8 changed files with 972 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ init:

docs:
cd docs && make html
rm -r docs/_sources/ docs/_static
mv -f docs/html/* docs/
# rm -r docs/_sources/ docs/_static
# mv -f docs/html/* docs/

test:
nosetests -v test/
Expand Down
1 change: 1 addition & 0 deletions cartoframes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .analysis import Table, Query, AnalysisTree
from .context import CartoContext, BatchJobStatus
from .credentials import Credentials
from .layer import BaseMap, QueryLayer, Layer
Expand Down

0 comments on commit a8b9fe0

Please sign in to comment.