Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarmo committed May 23, 2023
1 parent aed3ac1 commit f1a8a58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions astropy/coordinates/representation/geodetic.py
Expand Up @@ -57,9 +57,9 @@ class BaseGeodeticRepresentation(BaseRepresentation):
respectively), or alternatively an ``_ellipsoid`` attribute to the relevant ERFA
index (as passed in to `erfa.eform`).
Longitudes are east positive and span from -180 to 180 degrees by default.
They can be made west positive setting `_positive_longitude='west'`, or spanning
from 0 to 360 degrees setting `_wrap_angle=360`.
Planetocentric latitudes can be obtained setting `_ographic=False`.
They can be made west positive setting ``_positive_longitude='west'``, or spanning
from 0 to 360 degrees setting ``_wrap_angle=360``.
Planetocentric latitudes can be obtained setting ``_ographic=False``.
"""

attr_classes = {"lon": Longitude, "lat": Latitude, "height": u.Quantity}
Expand Down
2 changes: 1 addition & 1 deletion docs/changes/coordinates/14851.feature.rst
@@ -1,2 +1,2 @@
Add support for planetocentric latitudes, west positive longitudes and longitudes
spanning from 0 to 360 degrees, to the ``BaseGeodeticRepresentation'`.
spanning from 0 to 360 degrees, to the ``BaseGeodeticRepresentation'``.

0 comments on commit f1a8a58

Please sign in to comment.