diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-10-25 03:27:35 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-10-25 03:27:35 +0200 |
commit | 0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a (patch) | |
tree | a8626b155044fddd21933626b1b6a052e7b9ad48 /docs/source/index.rst | |
parent | 023f8571e1386a08e25d779252c221ca939d1f1d (diff) | |
download | Papillon-0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a.tar.bz2 Papillon-0d930f95701fbbc9b5b7fb9bc28c3a664a600f9a.zip |
Correct last references to BASE_SITE (refs #309) - Change documentation to ReST - Use Sphinx for documentation
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 0000000..9be220e --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,22 @@ +.. Papillon documentation master file, created by + sphinx-quickstart on Tue Oct 25 01:19:41 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Papillon's documentation! +==================================== + +Contents: + +.. toctree:: + :maxdepth: 3 + + install + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |