Skip to content

Commit d7dbcbb

Browse files
authored
Merge pull request #754 from martinfleis/no-exp
DOC: move Graph from experimental to stable API
2 parents 9521743 + c97bf87 commit d7dbcbb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/api.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,25 @@
66
libpysal API reference
77
======================
88

9+
Spatial Graph
10+
-------------
11+
12+
Modern implementation of spatial graphs encoding spatial weights matrices.
13+
14+
.. autosummary::
15+
:toctree: generated/
16+
17+
libpysal.graph.Graph
18+
libpysal.graph.GraphSummary
19+
libpysal.graph.read_parquet
20+
libpysal.graph.read_gal
21+
libpysal.graph.read_gwt
22+
923
Spatial Weights
1024
---------------
1125

26+
Legacy implementation of spatial weights matrices.
27+
1228
.. autosummary::
1329
:toctree: generated/
1430

@@ -251,19 +267,3 @@ examples
251267
libpysal.examples.get_path
252268

253269

254-
Experimental
255-
------------
256-
257-
Experimental modules with unstable API.
258-
259-
graph
260-
-----
261-
262-
.. autosummary::
263-
:toctree: generated/
264-
265-
libpysal.graph.Graph
266-
libpysal.graph.GraphSummary
267-
libpysal.graph.read_parquet
268-
libpysal.graph.read_gal
269-
libpysal.graph.read_gwt

0 commit comments

Comments
 (0)