Skip to content

Commit

Permalink
DOC: Use the rst link syntax as suggsted by @arokem
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelNH committed Jul 15, 2015
1 parent 54f02f6 commit 6f5e2ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dipy/core/geometry.py
Expand Up @@ -979,10 +979,8 @@ def perpendicular_directions(v, num=30, half=False):
\frac{v_{y}v_{z}\sin(a_{i})+v_{x}\cos(a_{i})}
{\sqrt{{v_{x}}^{2}+{v_{z}}^{2}}} \right ]
For more details see:
http://gsoc2015dipydki.blogspot.it/2015/07/rnh-post-8-computing-perpendicul
ar.html
For more details `click here <http://gsoc2015dipydki.blogspot.it/2015/07/

This comment has been minimized.

Copy link
@arokem

arokem Jul 15, 2015

Small comment. I would replace this with:

For details on this calculation, see `here <...>`_. 

Also: is there a line-break in the middle of that link? I don't think it would work, so please don't wrap this line to 80 chars.

rnh-post-8-computing-perpendicular.html>`_.
"""
v = np.array(v, dtype=float)

Expand Down

0 comments on commit 6f5e2ed

Please sign in to comment.