Skip to content

Commit

Permalink
update doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwolf committed Jul 26, 2021
1 parent a9080a9 commit 915b514
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
28 changes: 27 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,41 @@ Moran Statistics
esda.Moran_Local_Rate


Shape Statistics
-----------------

.. autosummary::
:toctree: generated/

esda.shape.boundary_amplitude
esda.shape.convex_hull_ratio
esda.shape.diameter_ratio
esda.shape.equivalent_rectangular_index
esda.shape.form_factor
esda.shape.isoareal_quotient
esda.shape.isoperimetric_quotient
esda.shape.length_width_diff
esda.shape.minimum_bounding_circle_ratio
esda.shape.moa_ratio
esda.shape.moment_of_inertia
esda.shape.nmi
esda.shape.radii_ratio
esda.shape.rectangularity
esda.shape.reflexive_angle_ratio
esda.shape.second_areal_moment
esda.shape.shape_index
esda.shape.squareness


Silhouette Statistics
----------------------

.. autosummary::
:toctree: generated/

esda.boundary_silhouette
esda.nearest_label
esda.path_silhouette
esda.silhouettes.nearest_label
esda.silhouette_alist


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
"However, we still have\n",
"the challenge of visually associating the value of the prices in a neighborhod\n",
"with the value of the spatial lag of values for the focal unit. The latter is a\n",
"weighted average of homicide rates in the focal county's neighborhood.\n",
"weighted average of list prices in the focal county's neighborhood.\n",
"\n",
"To complement the geovisualization of these associations we can turn to formal\n",
"statistical measures of spatial autocorrelation.\n",
Expand Down Expand Up @@ -895,7 +895,7 @@
"source": [
"which is the unique number of joins in the spatial weights object.\n",
"\n",
"Our object tells us we have observed 121 BB joins:"
"Our object tells us we have observed 164 BB joins:"
]
},
{
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Tutorial
notebooks/LOSH.ipynb
notebooks/geosilhouettes.ipynb
notebooks/adbscan_berlin_example.ipynb
notebooks/shape-measures.ipynb
notebooks/Spatial Autocorrelation for Areal Unit Data.ipynb

3 changes: 1 addition & 2 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sphinx>=1.4.3
sphinxcontrib-napoleon
sphinxcontrib-bibtex<2.0.0
sphinxcontrib-bibtex==1.0.0
numpydoc
nbsphinx
sphinx_bootstrap_theme
sphinx_bootstrap_theme

0 comments on commit 915b514

Please sign in to comment.