From 821890d1c606fdbf1964030b2cb284f85304b819 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 23 Sep 2010 13:22:25 +0000 Subject: Adding sphinx documentation git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10379 fe389314-cf27-0410-b35b-8c050e845b92 --- doc/source/index.rst | 20 ++++++++++++++++++++ 1 file changed, 20 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..a7bacd1 --- /dev/null +++ b/doc/source/index.rst @@ -0,0 +1,20 @@ +.. STWCS documentation master file, created by + sphinx-quickstart on Thu Sep 23 09:18:47 2010. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to STWCS's documentation! +================================= + +Contents: + +.. toctree:: + :maxdepth: 2 + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + -- cgit