Closed
Description
Consider this docstring:
class SDSSMuNu(ac.BaseCoordinateFrame):
"""SDSS Great Circle Coordinates
Attributes
----------
stripe
SDSS `Stripe Number`_ .
node
Node of the great circle with respect to the celestial equator.
In SDSS, this is almost always RA = 95.0 degrees.
incl
Inclination of the great circle with respect to the celestial
equator.
phi
Counter-clockwise position angle w.r.t. north for an arc
in the +nu direction.
.. _`Stripe Number`: http://www.sdss.org/dr14/help/glossary/#stripe
Parameters
----------
mu : :class:`~astropy.coordinates.Angle`
Angle corresponding to longitude measured along a stripe.
nu : :class:`~astropy.coordinates.Angle`
Angle corresponding to latitude measured perpendicular to a stripe.
Notes
-----
http://www.sdss.org/dr12/algorithms/surveycoords/
"""
Using numpydoc v0.7, I get the following warning when building documentation:
[...]/pydl/pydlutils/coord.py:docstring of pydl.pydlutils.coord.SDSSMuNu:34: WARNING: Unknown target name: "stripe number".
As far as I can tell the link "Stripe Number" is perfectly valid reStructuredText.
Metadata
Metadata
Assignees
Labels
No labels