Skip to content

Commit

Permalink
fix SWC format link
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jun 9, 2019
1 parent a4047b4 commit 7255728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymaid/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def from_swc(f, neuron_name=None, neuron_id=None, import_labels=True,
""" Generate neuron object from SWC file/DataFrame.
This import is following format specified
`here <http://research.mssm.edu/cnic/swc.html>`_
`here <http://www.neuronland.org/NLMorphologyConverter/MorphologyFormats/SWC/Spec.html>`_
Important
---------
Expand Down Expand Up @@ -841,7 +841,7 @@ def to_swc(x, filename=None, export_synapses=False, min_radius=0):
""" Generate SWC file from neuron(s).
Follows the format specified
`here <http://research.mssm.edu/cnic/swc.html>`_.
`here <http://www.neuronland.org/NLMorphologyConverter/MorphologyFormats/SWC/Spec.html>`_.
Important
---------
Expand Down

0 comments on commit 7255728

Please sign in to comment.