Skip to content

Commit b430c3a

Browse files
remove duplicate skymap references
1 parent 612bc36 commit b430c3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

romancal/skycell/skymap.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ def from_name(cls, name: str, skymap: "SkyMap" = None) -> "SkyCell":
6666
Name of a sky cell, for instance `315p86x50y75`.
6767
skymap : SkyMap
6868
sky map instance; defaults to global SKYMAP (Default value = None)
69-
70-
References
71-
----------
72-
.. [skymap]_ `Skymap Tessellation <https://roman-docs.stsci.edu/data-handbook-home/wfi-data-format/skymap-tessellation>`_
7369
"""
7470
if not re.match(r"\d{3}\w\d{2}x\d{2}y\d{2}", name):
7571
raise ValueError(f"invalid skycell name {name}")
@@ -309,10 +305,6 @@ def from_names(cls, names: list[str], skymap: "SkyMap" = None) -> "SkyCells":
309305
List of names of skycells, for instance `315p86x50y75`.
310306
skymap : SkyMap
311307
sky map instance; defaults to global SKYMAP (Default value = None)
312-
313-
References
314-
----------
315-
.. [skymap] `Skymap Tessellation <https://roman-docs.stsci.edu/data-handbook-home/wfi-data-format/skymap-tessellation>`_
316308
"""
317309

318310
if skymap is None:

0 commit comments

Comments
 (0)