Skip to content

Commit 3995b8f

Browse files
committed
DOC: Fix more ref in interface_definition.py
[ci skip]
1 parent 4cbc947 commit 3995b8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/astro_image_display_api/interface_definition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def load_catalog(
260260
name will be generated.
261261
catalog_style: dict, optional
262262
A dictionary that specifies the style of the markers used to
263-
represent the catalog. See `ImageViewerInterface.set_catalog_style`
263+
represent the catalog. See `~astro_image_display_api.image_viewer_logic.ImageViewerInterface.set_catalog_style`
264264
for details.
265265
266266
Raises
@@ -288,7 +288,7 @@ def set_catalog_style(
288288
----------
289289
shape : str, optional
290290
The shape of the markers. Default is ``'circle'``. The set of
291-
supported shapes is listed below in the `Notes` section.
291+
supported shapes is listed below in the *Note* section below.
292292
color : str, optional
293293
The color of the markers. Default is ``'red'``. Permitted colors are
294294
any CSS4 color name. CSS4 also permits hex RGB or RGBA colors.

0 commit comments

Comments
 (0)