From c97bf8746a5d6612f9d9515b3d1fc6fc013b5831 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Tue, 16 Jul 2024 22:54:04 +0200 Subject: [PATCH] DOC: move Graph from experimental to stable API --- docs/api.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 437dda37f..1e0da6b36 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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/ @@ -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