Skip to content

Commit

Permalink
Merge pull request #64 from sjsrey/2.1.0
Browse files Browse the repository at this point in the history
DOC: style sheet update and adding Smaup to __init__
  • Loading branch information
weikang9009 authored Jun 30, 2019
2 parents 9376fc0 + 65af8fc commit d5bf956
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 10 additions & 1 deletion doc/_static/pysal-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,13 @@

/* Table with a scrollbar */
.bodycontainer { max-height: 600px; width: 100%; margin: 0; overflow-y: auto; }
.table-scrollable { margin: 0; padding: 0; }
.table-scrollable { margin: 0; padding: 0; }

.label {
color: #ff0000;
/*font-size: 100%;*/
}

div.body {
max-width: 1080px;
}
1 change: 1 addition & 0 deletions esda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
from .join_counts import Join_Counts
from .gamma import Gamma
from .util import fdr
from .smaup import Smaup
2 changes: 1 addition & 1 deletion esda/smaup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import numpy as np
from scipy.interpolate import interp1d

__all__ = ["testSmaup"]
__all__ = ["Smaup"]


class Smaup(object):
Expand Down

0 comments on commit d5bf956

Please sign in to comment.