Skip to content

Commit

Permalink
Doc patch (#733)
Browse files Browse the repository at this point in the history
* import from module not class

* fix pointpats intersphinx link
  • Loading branch information
martinfleis committed Jun 19, 2023
1 parent e349bf5 commit 1643452
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Network feature instantiation

.. autosummary::
:toctree: generated/

spaghetti.Network
spaghetti.PointPattern

Expand All @@ -23,7 +23,7 @@ Network feature extraction and creation

.. autosummary::
:toctree: generated/

spaghetti.extract_component
spaghetti.spanning_tree
spaghetti.element_as_gdf
Expand All @@ -35,6 +35,6 @@ Save and load a network

.. autosummary::
:toctree: generated/
spaghetti.Network.savenetwork
spaghetti.Network.loadnetwork

spaghetti.network.Network.savenetwork
spaghetti.network.Network.loadnetwork
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def setup(app):
"networkx": ("https://networkx.org/documentation/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"pointpats": ("https://pointpats.readthedocs.io/en/latest/", None),
"pointpats": ("https://pysal.org/pointpats/", None),
"python": ("https://docs.python.org/3.11/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}
Expand Down

0 comments on commit 1643452

Please sign in to comment.