From 4a0be213d1ceece48224e4ae4d2d5d37121aca56 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:25:20 -0700 Subject: [PATCH] Fix broken API ref --- docs/testing_implementation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing_implementation.rst b/docs/testing_implementation.rst index 8b43b11..a0933ae 100644 --- a/docs/testing_implementation.rst +++ b/docs/testing_implementation.rst @@ -12,7 +12,7 @@ Astronomical Image Display API (AIDA). There are two things you need to test: 2. To test the functionality of your implementation, we provide the class :py:class:`~astro_image_display_api.api_test.ImageAPITest`. To use it, create a subclass of :py:class:`~astro_image_display_api.api_test.ImageAPITest` in your test suite, and define - a single class attribute `image_widget_class`. See + a single class attribute ``image_widget_class``. See :ref:`test_example` for an example of how to do this. These tests *do not* test the actual image display functionality of your package, nor