diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/altwcs.rst | 2 | ||||
-rw-r--r-- | doc/source/apply_corrections.rst | 5 | ||||
-rw-r--r-- | doc/source/hstwcs.rst | 9 | ||||
-rw-r--r-- | doc/source/updatewcs.rst | 1 | ||||
-rw-r--r-- | doc/source/updatewcs_ui.rst | 2 | ||||
-rw-r--r-- | doc/source/wcs_corrections.rst | 6 |
6 files changed, 7 insertions, 18 deletions
diff --git a/doc/source/altwcs.rst b/doc/source/altwcs.rst index 0b44bfb..774b37b 100644 --- a/doc/source/altwcs.rst +++ b/doc/source/altwcs.rst @@ -5,7 +5,7 @@ User Interface: altwcs ************************************** The functions in this module manage alternate WCS's in a header. -.. currentmodule:: stwcs.wcsutil.altwcs +.. py:currentmodule:: stwcs.wcsutil.altwcs .. automodule:: stwcs.wcsutil.altwcs diff --git a/doc/source/apply_corrections.rst b/doc/source/apply_corrections.rst deleted file mode 100644 index 3efe122..0000000 --- a/doc/source/apply_corrections.rst +++ /dev/null @@ -1,5 +0,0 @@ -.. _apply_corrections: - -************************************** -Decision Tree For Applying Corrections -**************************************
\ No newline at end of file diff --git a/doc/source/hstwcs.rst b/doc/source/hstwcs.rst index 08af8a4..dce37f2 100644 --- a/doc/source/hstwcs.rst +++ b/doc/source/hstwcs.rst @@ -4,10 +4,5 @@ HSTWCS API ************************************** -.. currentmodule:: stwcs.wcsutil.hstwcs - -.. autoclass:: HSTWCS - :members: - :undoc-members: - :show-inheritance: - +.. py:module:: stwcs.wcsutil.hstwcs +.. autoclass:: stwcs.wcsutil.hstwcs.HSTWCS diff --git a/doc/source/updatewcs.rst b/doc/source/updatewcs.rst index 73b3840..afca009 100644 --- a/doc/source/updatewcs.rst +++ b/doc/source/updatewcs.rst @@ -64,5 +64,4 @@ where :maxdepth: 2 updatewcs_ui - apply_corrections wcs_corrections
\ No newline at end of file diff --git a/doc/source/updatewcs_ui.rst b/doc/source/updatewcs_ui.rst index 9e113c9..1d4b04e 100644 --- a/doc/source/updatewcs_ui.rst +++ b/doc/source/updatewcs_ui.rst @@ -4,6 +4,6 @@ UPDATEWCS - User Interface ************************************** -.. currentmodule:: stwcs.updatewcs.__init__ +.. py:currentmodule:: stwcs.updatewcs.__init__ .. autofunction:: stwcs.updatewcs.updatewcs
\ No newline at end of file diff --git a/doc/source/wcs_corrections.rst b/doc/source/wcs_corrections.rst index 80d8686..d1f7b62 100644 --- a/doc/source/wcs_corrections.rst +++ b/doc/source/wcs_corrections.rst @@ -4,7 +4,7 @@ WCS Corrections ************************************** -.. currentmodule:: stwcs.updatewcs.corrections +.. py:currentmodule:: stwcs.updatewcs.corrections --------------------------------------- Time Dependent Distortion @@ -28,7 +28,7 @@ Simple Imaging Polynomial Coefficients Non-Polynomial Distortion Correction ----------------------------------------- -.. module:: stwcs.updatewcs.corrections +.. py:module:: stwcs.updatewcs.corrections .. autoclass:: stwcs.updatewcs.dgeo.DGEOCorr @@ -36,6 +36,6 @@ Non-Polynomial Distortion Correction Detector to Image Correction ----------------------------------------- -.. module:: stwcs.updatewcs.det2im +.. py:module:: stwcs.updatewcs.det2im .. autoclass:: stwcs.updatewcs.det2im.DET2IMCorr
\ No newline at end of file |