Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
810 changes: 810 additions & 0 deletions docs/user-guide/graph/graph_intro.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/user-guide/graph/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
Spatial Graph
=============

The `libpysal.graph` module provides modern, efficient data structures for representing spatial relationships as graphs by replacing the older `weights` API.

Go through the Introductory notebook to get started.

.. toctree::
:maxdepth: 1

Introductory notebook <graph_intro>
Graph Matching <matching-graph>
Migration Guide <w_g_migration>
Loading