Skip to content

Commit

Permalink
[Fix] Inactive links in asset docs (NeuralEnsemble#593)
Browse files Browse the repository at this point in the history
* enhance docstring for is_symmetric docstring

* use template to restore links
  • Loading branch information
Moritz-Alexander-Kern authored Sep 5, 2023
1 parent 3a784fd commit e10f643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elephant/asset/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.. autosummary::
:toctree: _toctree/asset/
:template: class.rst
ASSET
Expand Down Expand Up @@ -2041,6 +2042,8 @@ def y_edges(self):

def is_symmetric(self):
"""
Checks if intersection matrix is symmetric or not.
Returns
-------
bool
Expand Down

0 comments on commit e10f643

Please sign in to comment.