Skip to content

Commit

Permalink
fix mangle link
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 7, 2023
1 parent 310d86b commit 9137f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ the "resolve" algorithm, which determines the highest quality ("primary")
SDSS image that covers a region of the sky. For further low-level details,
see the `SDSS documentation`_ of the resolve algorithm.

.. _`SDSS documentation`: https://www.sdss.org/dr16/algorithms/resolve/
.. _`SDSS documentation`: https://www.sdss4.org/dr16/algorithms/resolve/

In the PyDL package, the :mod:`~pydl.photoop.window` and :mod:`~pydl.pydlutils.mangle`
modules are used to access the window function. In this document we will
Expand Down
5 changes: 2 additions & 3 deletions pydl/pydlutils/mangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
"""This module corresponds to the mangle directory in idlutils.
Mangle_ [1]_ is a software suite that supports the concept of polygons on
Mangle [1]_ is a software suite that supports the concept of polygons on
a sphere, and is used to, for example, describe the `window function`_ of the
Sloan Digital Sky Survey.
Expand All @@ -20,8 +20,7 @@
*any* circle, great or not. Use care when comparing formulas in this
module to formulas in the mathematical literature.
.. _Mangle: https://space.mit.edu/~molly/mangle/
.. _`window function`: https://www.sdss.org/dr16/algorithms/resolve/
.. _`window function`: https://www.sdss4.org/dr16/algorithms/resolve/
References
----------
Expand Down
2 changes: 1 addition & 1 deletion pydl/pydlutils/yanny.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
were only ever intended to be supported for type ``char``. So no
multidimensional arrays, sorry.
.. _specifications: https://www.sdss.org/dr16/software/par/
.. _specifications: https://www.sdss4.org/dr16/software/par/
"""
import re
import os
Expand Down

0 comments on commit 9137f60

Please sign in to comment.