Skip to content

Commit 81a9bad

Browse files
authored
DOC: Fix more ref in interface_definition.py
[ci skip]
1 parent f2d39dd commit 81a9bad

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
@@ -267,7 +267,7 @@ def load_catalog(
267267
name will be generated.
268268
catalog_style: dict, optional
269269
A dictionary that specifies the style of the markers used to
270-
represent the catalog. See `ImageViewerInterface.set_catalog_style`
270+
represent the catalog. See `~astro_image_display_api.image_viewer_logic.ImageViewerInterface.set_catalog_style`
271271
for details.
272272
273273
Raises
@@ -295,7 +295,7 @@ def set_catalog_style(
295295
----------
296296
shape : str, optional
297297
The shape of the markers. Default is ``'circle'``. The set of
298-
supported shapes is listed below in the `Notes` section.
298+
supported shapes is listed below in the *Note* section below.
299299
color : str, optional
300300
The color of the markers. Default is ``'red'``. Permitted colors are
301301
any CSS4 color name. CSS4 also permits hex RGB or RGBA colors.

0 commit comments

Comments
 (0)