Skip to content

Commit

Permalink
Merge pull request #754 from martinfleis/no-exp
Browse files Browse the repository at this point in the history
DOC: move Graph from experimental to stable API
  • Loading branch information
knaaptime authored Jul 16, 2024
2 parents 9521743 + c97bf87 commit d7dbcbb
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,25 @@
libpysal API reference
======================

Spatial Graph
-------------

Modern implementation of spatial graphs encoding spatial weights matrices.

.. autosummary::
:toctree: generated/

libpysal.graph.Graph
libpysal.graph.GraphSummary
libpysal.graph.read_parquet
libpysal.graph.read_gal
libpysal.graph.read_gwt

Spatial Weights
---------------

Legacy implementation of spatial weights matrices.

.. autosummary::
:toctree: generated/

Expand Down Expand Up @@ -251,19 +267,3 @@ examples
libpysal.examples.get_path


Experimental
------------

Experimental modules with unstable API.

graph
-----

.. autosummary::
:toctree: generated/

libpysal.graph.Graph
libpysal.graph.GraphSummary
libpysal.graph.read_parquet
libpysal.graph.read_gal
libpysal.graph.read_gwt

0 comments on commit d7dbcbb

Please sign in to comment.