Skip to content

Commit

Permalink
Update XEphem links to new URLs (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamalligator authored Jan 25, 2025
1 parent 28f746a commit c060f79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astronomical computations. You can find the most recent version at

The computation routines behind PyEphem are from the "XEphem" program
by Elwood Charles Downey ([email protected]), available
from http://www.clearskyinstitute.com/xephem/. See the COPYING file
from https://xephem.github.io/XEphem/Site/xephem. See the COPYING file
in this directory for licensing information.

INSTALLING
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PyEphem README

.. _ephem: http://pypi.python.org/pypi/ephem/
.. _pyephem: http://pypi.python.org/pypi/pyephem/
.. _XEphem: http://www.clearskyinstitute.com/xephem/
.. _XEphem: https://xephem.github.io/XEphem/Site/xephem
.. _Quick Reference: http://rhodesmill.org/pyephem/quick
.. _Tutorial: http://rhodesmill.org/pyephem/tutorial
.. _PyEphem web site: http://rhodesmill.org/pyephem/
Expand Down
2 changes: 1 addition & 1 deletion ephem/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ But be warned that it has some rough edges!
but users needing higher precision should investigate
a more modern Python astronomy library like Skyfield or AstroPy.

.. _XEphem: http://www.clearskyinstitute.com/xephem/
.. _XEphem: https://xephem.github.io/XEphem/Site/xephem

Here’s more example code to illustrate how PyEphem works:

Expand Down
2 changes: 1 addition & 1 deletion ephem/doc/radec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Right Ascension and Declination
===============================

.. _XEphem: http://www.clearskyinstitute.com/xephem/
.. _XEphem: https://xephem.github.io/XEphem/Site/xephem

There are several different ways
of specifying the position of an object
Expand Down

0 comments on commit c060f79

Please sign in to comment.