From af99439c057871ea8974f5e4cdd674b8c6110dfe Mon Sep 17 00:00:00 2001 From: lim Date: Thu, 29 Mar 2012 15:31:13 +0000 Subject: 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 --- doc/source/index.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/source/index.rst (limited to 'doc/source/index.rst') diff --git a/doc/source/index.rst b/doc/source/index.rst new file mode 100644 index 0000000..680a41a --- /dev/null +++ b/doc/source/index.rst @@ -0,0 +1,23 @@ +.. Spherical Geometry Toolkit documentation master file, created by + sphinx-quickstart on Tue Oct 11 09:04:48 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Spherical Geometry Toolkit's documentation! +====================================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + user + api + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit