diff options
author | mcara <mcara@stsci.edu> | 2014-03-25 12:23:25 -0400 |
---|---|---|
committer | mcara <mcara@stsci.edu> | 2014-03-25 12:23:25 -0400 |
commit | d80372a5d1a03bbf19be2b15775493d347c3b54f (patch) | |
tree | 16565db2ebfae1f9a5a14d36a189e7acbeb72cce /doc/source/api.rst | |
parent | 674c59360e7029b37bdf0019654ac9505648f955 (diff) | |
download | stsci.sphere-d80372a5d1a03bbf19be2b15775493d347c3b54f.tar.gz |
reflects package name changes skypac->stsci.skypac and sphere->stsci.sphere. Also, moved documentation for SkyLine to the skypac package.
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@30679 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: 41ed0f1772ab05345e9b212ad63f65bbc8edb338
Diffstat (limited to 'doc/source/api.rst')
-rw-r--r-- | doc/source/api.rst | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/doc/source/api.rst b/doc/source/api.rst index cdfea48..8085958 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -4,33 +4,27 @@ API Documentation Vectors ------- -.. automodule:: sphere.vector +.. automodule:: stsci.sphere.vector :members: Great circle arcs ----------------- -.. automodule:: sphere.great_circle_arc +.. automodule:: stsci.sphere.great_circle_arc :members: Spherical polygons ------------------ -.. currentmodule:: sphere.polygon +.. currentmodule:: stsci.sphere.polygon -.. automodule:: sphere.polygon +.. automodule:: stsci.sphere.polygon :members: Graph operations on polygons ---------------------------- -.. currentmodule:: sphere.graph +.. currentmodule:: stsci.sphere.graph -.. automodule:: sphere.graph - :members: - -Skylines --------- - -.. automodule:: sphere.skyline +.. automodule:: stsci.sphere.graph :members: |