diff options
author | hack <hack@stsci.edu> | 2014-04-28 15:48:47 -0400 |
---|---|---|
committer | hack <hack@stsci.edu> | 2014-04-28 15:48:47 -0400 |
commit | 82125768bc173d6509eaa89b55d0b5ed24b02630 (patch) | |
tree | bdf8fc07e53be4f1b2f9aeb602173fd1189b7fa6 /doc/source | |
parent | a4081a38404b8759a185638fb49687c196153464 (diff) | |
download | stwcs_hcf-82125768bc173d6509eaa89b55d0b5ed24b02630.tar.gz |
Expose help for methods of HSTWCS class. This includes the all_pix2sky and all_sky2pix methods.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@31243 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/hstwcs.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/hstwcs.rst b/doc/source/hstwcs.rst index dce37f2..273affb 100644 --- a/doc/source/hstwcs.rst +++ b/doc/source/hstwcs.rst @@ -6,3 +6,8 @@ HSTWCS API .. py:module:: stwcs.wcsutil.hstwcs .. autoclass:: stwcs.wcsutil.hstwcs.HSTWCS + :members: + :inherited-members: + :undoc-members: + :show-inheritance: + |