From d80372a5d1a03bbf19be2b15775493d347c3b54f Mon Sep 17 00:00:00 2001 From: mcara Date: Tue, 25 Mar 2014 16:23:25 +0000 Subject: 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 --- doc/source/api.rst | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'doc/source/api.rst') 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: -- cgit