Skip to content

Commit

Permalink
DOC: move Graph from experimental to stable API
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfleis committed Jul 16, 2024
1 parent 9521743 commit c97bf87
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 c97bf87

Please sign in to comment.