From 8e84394889b69ea1756e0b6f9a0e5c103dcd7b6a Mon Sep 17 00:00:00 2001 From: lim Date: Fri, 1 Jun 2012 18:14:50 +0000 Subject: lim fixed api.rst as mdroe suggested git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17194 fe389314-cf27-0410-b35b-8c050e845b92 Former-commit-id: acf327e518c7b7ddea98a197c8b339864ca64de2 --- doc/source/api.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/source/api.rst') diff --git a/doc/source/api.rst b/doc/source/api.rst index 5cce592..c743c49 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -4,27 +4,27 @@ API Documentation Vectors ------- -.. automodule:: vector +.. automodule:: sphere.vector :members: Great circle arcs ----------------- -.. automodule:: great_circle_arc +.. automodule:: sphere.great_circle_arc :members: Spherical polygons ------------------ -.. currentmodule:: polygon +.. currentmodule:: sphere.polygon -.. automodule:: polygon +.. automodule:: sphere.polygon :members: Graph operations on polygons ---------------------------- -.. currentmodule:: graph +.. currentmodule:: sphere.graph -.. automodule:: graph +.. automodule:: sphere.graph :members: -- cgit