diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-03 12:56:16 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-03 12:56:16 -0400 |
commit | 5edb92558eb1b8ea9d920f8b006f453b5f1a89d6 (patch) | |
tree | 4013b0fd2c04a418fde2c0289d8ec5a030c82bc9 /doc/source/index.rst | |
parent | 3891e1e8747e21be3911ec1f64963752a2129f7c (diff) | |
download | chroma-5edb92558eb1b8ea9d920f8b006f453b5f1a89d6.tar.gz chroma-5edb92558eb1b8ea9d920f8b006f453b5f1a89d6.tar.bz2 chroma-5edb92558eb1b8ea9d920f8b006f453b5f1a89d6.zip |
initial sphinx documentation.
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r-- | doc/source/index.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst new file mode 100644 index 0000000..bd62c12 --- /dev/null +++ b/doc/source/index.rst @@ -0,0 +1,20 @@ +.. chroma documentation master file, created by + sphinx-quickstart on Sat Sep 3 12:36:34 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to chroma's documentation! +================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |