11<!DOCTYPE html>
22
3- < html xmlns =" http://www.w3.org/1999/xhtml " >
3+ < html >
44 < head >
55 < meta charset ="utf-8 " />
6- < title > Overview: module code — libpysal v4.3.0 Manual</ title >
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > Overview: module code — libpysal v4.4.0 Manual</ title >
78 < link rel ="stylesheet " href ="../_static/bootstrap-sphinx.css " type ="text/css " />
89 < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
910 < link rel ="stylesheet " type ="text/css " href ="../_static/pysal-styles.css " />
1314 < script src ="../_static/doctools.js "> </ script >
1415 < script src ="../_static/language_data.js "> </ script >
1516 < script crossorigin ="anonymous " integrity ="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA= " src ="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js "> </ script >
16- < script async ="async " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5 /latest.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
17+ < script async ="async " src ="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7 /latest.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
1718 < script type ="text/x-mathjax-config "> MathJax . Hub . Config ( { "tex2jax" : { "inlineMath" : [ [ "$" , "$" ] , [ "\\(" , "\\)" ] ] , "processEscapes" : true , "ignoreClass" : "document" , "processClass" : "math|output_area" } } ) </ script >
1819 < link rel ="shortcut icon " href ="../_static/pysal_favicon.ico "/>
1920 < link rel ="index " title ="Index " href ="../genindex.html " />
4041 </ button >
4142 < a class ="navbar-brand " href ="../index.html ">
4243 libpysal</ a >
43- < span class ="navbar-text navbar-version pull-left "> < b > 4.3 .0</ b > </ span >
44+ < span class ="navbar-text navbar-version pull-left "> < b > 4.4 .0</ b > </ span >
4445 </ div >
4546
4647 < div class ="collapse navbar-collapse nav-collapse ">
@@ -132,6 +133,7 @@ <h1>All modules for which code is available</h1>
132133< li > < a href ="libpysal/io/fileio.html "> libpysal.io.fileio</ a > </ li >
133134< li > < a href ="libpysal/weights/contiguity.html "> libpysal.weights.contiguity</ a > </ li >
134135< li > < a href ="libpysal/weights/distance.html "> libpysal.weights.distance</ a > </ li >
136+ < li > < a href ="libpysal/weights/raster.html "> libpysal.weights.raster</ a > </ li >
135137< li > < a href ="libpysal/weights/set_operations.html "> libpysal.weights.set_operations</ a > </ li >
136138< li > < a href ="libpysal/weights/spatial_lag.html "> libpysal.weights.spatial_lag</ a > </ li >
137139< li > < a href ="libpysal/weights/spintW.html "> libpysal.weights.spintW</ a > </ li >
@@ -155,7 +157,7 @@ <h1>All modules for which code is available</h1>
155157 </ p >
156158 < p >
157159 © Copyright 2018-, pysal developers.< br />
158- Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 2.4.4 .< br />
160+ Created using < a href ="http://sphinx-doc.org/ "> Sphinx</ a > 3.1.2 .< br />
159161 </ p >
160162 </ div >
161163</ footer >
0 commit comments