Skip to content

Commit

Permalink
Merge pull request #2 from weikang9009/docs
Browse files Browse the repository at this point in the history
API page formatting
  • Loading branch information
knaaptime committed Nov 20, 2019
2 parents 9b63d21 + 5e7a865 commit 668f7c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docsrc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ Analyze Module
----------------

Neighborhood Clustering Methods
``````````````````````````````````
'''''''''''''''''''''''''''''''''''''''''''''

Model neighborhood differentiation using multivariate clustering algorithms

.. currentmodule:: geosnap
Expand All @@ -113,7 +114,7 @@ Model neighborhood differentiation using multivariate clustering algorithms
analyze.cluster_spatial

Clustering algorithms
'''''''''''''''''''''''
``````````````````````````````````
The following algorithms may be passed to `geosnap.analyze.cluster` or `geosnap.analyze.cluster_spatial` but they should not be called directly

Classic (aspatial) Clustering
Expand Down Expand Up @@ -147,7 +148,8 @@ Spatial Clustering


Neighborhod Dynamics Methods
````````````````````````````````
'''''''''''''''''''''''''''''''''''''''''''''

Model neighborhood change using optimal-matching algorithms or spatial discrete markov chains

.. currentmodule:: geosnap
Expand Down
2 changes: 1 addition & 1 deletion geosnap/visualize/seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ def indexplot_seq(df_traj, clustering,
if not path.exists(dirName):
mkdir(dirName)
fig.savefig(dirName+"/%s_%s.png" % (clustering,fig_suffix),
dpi=500, bbox_inches='tight')
dpi=500, bbox_inches='tight')

0 comments on commit 668f7c4

Please sign in to comment.