From c5080f91a3ede1dd6adbc5d8f3bfc796c2fcdeb8 Mon Sep 17 00:00:00 2001 From: dencheva Date: Wed, 22 Dec 2010 22:35:18 +0000 Subject: Sphinx version 1 changes git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@11499 fe389314-cf27-0410-b35b-8c050e845b92 --- doc/source/altwcs.rst | 2 +- doc/source/apply_corrections.rst | 5 ----- doc/source/hstwcs.rst | 9 ++------- doc/source/updatewcs.rst | 1 - doc/source/updatewcs_ui.rst | 2 +- doc/source/wcs_corrections.rst | 6 +++--- 6 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 doc/source/apply_corrections.rst (limited to 'doc/source') 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 -- cgit