diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-10-12 01:14:15 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-10-12 01:14:15 +0200 |
commit | ec9b51faf1f50d3f3fe924942af50405714e71b3 (patch) | |
tree | 140a1f5792bbeefa1eab2db0f5d18ad1bf0c7a11 /docs/source/index.rst | |
parent | 00b98d5a9e259004af1d34dd93bac550736509fb (diff) | |
download | Ishtar-ec9b51faf1f50d3f3fe924942af50405714e71b3.tar.bz2 Ishtar-ec9b51faf1f50d3f3fe924942af50405714e71b3.zip |
Documentation update
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 000000000..d1d5a6585 --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,22 @@ +.. Ishtar documentation master file, created by + sphinx-quickstart on Wed Oct 12 01:01:02 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Ishtar's documentation! +================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + installation + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |