Skip to content

Commit 62ab5c1

Browse files
authored
Merge pull request #63 from pllim/fix-ref
Fix broken API ref
2 parents f852688 + 4a0be21 commit 62ab5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing_implementation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Astronomical Image Display API (AIDA). There are two things you need to test:
1212
2. To test the functionality of your implementation, we provide the class
1313
:py:class:`~astro_image_display_api.api_test.ImageAPITest`.
1414
To use it, create a subclass of :py:class:`~astro_image_display_api.api_test.ImageAPITest` in your test suite, and define
15-
a single class attribute `image_widget_class`. See
15+
a single class attribute ``image_widget_class``. See
1616
:ref:`test_example` for an example of how to do this.
1717

1818
These tests *do not* test the actual image display functionality of your package, nor

0 commit comments

Comments
 (0)