diff --git a/docs/code_ref/index.rst b/docs/code_ref/index.rst index 6b2462c0..daa697f3 100644 --- a/docs/code_ref/index.rst +++ b/docs/code_ref/index.rst @@ -8,10 +8,10 @@ API Reference :maxdepth: 2 sunkit_instruments - abstractions fermi goes_xrs iris lyra rhessi suvi + response diff --git a/sunkit_instruments/response/abstractions.py b/sunkit_instruments/response/abstractions.py index 41cb19da..99074cc9 100644 --- a/sunkit_instruments/response/abstractions.py +++ b/sunkit_instruments/response/abstractions.py @@ -11,7 +11,7 @@ class AbstractChannel(abc.ABC): An abstract base class for defining instrument channels. For all methods and properties defined here, see the - `topic guide on instrument response <>`_ for more information. + topic guide on instrument response for more information. """ @u.quantity_input