pysal / spaghetti

SPAtial GrapHs: nETworks, Topology, & Inference
http://pysal.org/spaghetti/
BSD 3-Clause "New" or "Revised" License
260 stars 69 forks source link

Doc patch #733

Closed martinfleis closed 1 year ago

martinfleis commented 1 year ago

This is one option..

This would be the other:

.. currentmodule:: spaghetti.network

.. autosummary::
   :toctree: generated/

    Network.savenetwork
    Network.loadnetwork

I guess Python is not happy that we're trying to import a method from a class, not a module. Don't know.

Not adding a closing keyword for #731 as the result is not 1:1 as it used to be.