Skip to content

Commit

Permalink
fix sphinx references to old draw_limb function
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbarnes committed Oct 9, 2023
1 parent bc86d6d commit d27fedd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ New Features
- Add support for parsing the observer location from a `~astropy.wcs.WCS` object
when using the 'OBSGEO' formulation. This is the recommended way to define the
observer location of a ground based observer. (`#5315 <https://github.com/sunpy/sunpy/pull/5315>`__)
- Added a new function, :meth:`sunpy.visualization.draw_limb`, that draws
- Added a new function, ``sunpy.visualization.draw_limb``, that draws
the solar limb as seen from an arbitrary observer coordinate on a world
coordinate system aware Axes. (`#5414 <https://github.com/sunpy/sunpy/pull/5414>`__)
- `sunpy.map.GenericMap.rsun_meters` now uses `sunpy.map.GenericMap.rsun_obs`
Expand Down
2 changes: 1 addition & 1 deletion docs/whatsnew/3.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Support for .cdf files
New limb drawing function
=========================
The solar limb as seen from an arbitrary observer coordinate can now be drawn on a world coordinate system aware
Axes using the :func:`sunpy.visualization.draw_limb` function.
Axes using the ``sunpy.visualization.draw_limb`` function.

.. minigallery:: sunpy.visualization.draw_limb

Expand Down

0 comments on commit d27fedd

Please sign in to comment.