Skip to content

Commit 381d9c6

Browse files
committed
Fix remaining sphinx warnings
1 parent 1d4173e commit 381d9c6

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

.readthedocs-requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/_static/favicon.ico

14.7 KB
Binary file not shown.

docs/aida_backends.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _aida_backends:
2+
3+
AIDA Backends
4+
=============
5+
6+
The following packages implement the Astronomical Image Display API (AIDA):

docs/index.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ want to write a package that displays astronomical images and provide a
1515
uniform interface for users to interact with these images programmatically.
1616

1717
If you are a user looking for a way to display astronomical images, please
18-
see the `aida-backends`_ page, which has a list of packages that implement
18+
see the :ref:`aida_backends` page, which has a list of packages that implement
1919
this API.
2020

2121
How to implement this API in your package
@@ -35,3 +35,12 @@ How to implement this API in your package
3535
of image and catalog labels. You are **not** required to use this reference
3636
implementation; it is just a convenience you can use to get started if you
3737
want to.
38+
39+
.. toctree::
40+
:maxdepth: 1
41+
:hidden:
42+
43+
api.rst
44+
reference_implementation.rst
45+
testing_implementation.rst
46+
aida_backends.rst

src/astro_image_display_api/interface_definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def get_viewport(
494494
- 'image_label' is a string representing the label of the image.
495495
496496
Raises
497-
-------
497+
------
498498
ValueError
499499
If the `sky_or_pixel` parameter is not one of 'sky', 'pixel', or `None`,
500500
or if the `image_label` is not provided when there are multiple images

0 commit comments

Comments
 (0)