diff options
author | lim <lim@stsci.edu> | 2012-03-29 11:31:13 -0400 |
---|---|---|
committer | lim <lim@stsci.edu> | 2012-03-29 11:31:13 -0400 |
commit | af99439c057871ea8974f5e4cdd674b8c6110dfe (patch) | |
tree | f82170a77c8cb63691f1f235e46ee14664895eb7 /doc/source/api.rst | |
parent | 69e439b92cece8d8a2def7d38c2cb38b639eab0d (diff) | |
download | stsci.sphere-af99439c057871ea8974f5e4cdd674b8c6110dfe.tar.gz |
lim added files to sphere branch
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@15878 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: b51412b5b545598ae101152eeaed470b08616176
Diffstat (limited to 'doc/source/api.rst')
-rw-r--r-- | doc/source/api.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/source/api.rst b/doc/source/api.rst new file mode 100644 index 0000000..5cce592 --- /dev/null +++ b/doc/source/api.rst @@ -0,0 +1,30 @@ +API Documentation +================= + +Vectors +------- + +.. automodule:: vector + :members: + +Great circle arcs +----------------- + +.. automodule:: great_circle_arc + :members: + +Spherical polygons +------------------ + +.. currentmodule:: polygon + +.. automodule:: polygon + :members: + +Graph operations on polygons +---------------------------- + +.. currentmodule:: graph + +.. automodule:: graph + :members: |