summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-06-10 11:57:28 +0530
committerMadhusudan.C.S2011-06-10 11:57:28 +0530
commit00bc8784163b919b1d1acd3a4ab3c8557ed585c8 (patch)
treeab5f79d337968bb04cf65c9083d189fa718e7032
parent08c87982956cc6373cd5c08254357541a848d588 (diff)
downloadsees-00bc8784163b919b1d1acd3a4ab3c8557ed585c8.tar.gz
sees-00bc8784163b919b1d1acd3a4ab3c8557ed585c8.tar.bz2
sees-00bc8784163b919b1d1acd3a4ab3c8557ed585c8.zip
Add an index file for the notes.
-rw-r--r--index.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/index.rst b/index.rst
new file mode 100644
index 0000000..783f5d3
--- /dev/null
+++ b/index.rst
@@ -0,0 +1,29 @@
+.. sees-sphinx documentation master file, created by
+ sphinx-quickstart on Thu Jun 9 18:22:59 2011.
+ You can adapt this file completely to your liking, but it should at least
+ contain the root `toctree` directive.
+
+Welcome to sees-sphinx's documentation!
+=======================================
+
+Contents:
+
+.. toctree::
+ :maxdepth: 2
+
+ Introduction to the course <introduction/introduction>
+ Using Linux Tools <ult/handout.rst>
+ LaTeX <latex/handout.rst>
+ Version Control <versionControl/handOut.rst>
+ Basic Python <basic_python/handOut.rst>
+ Advanced Python <advanced_python/handOut.rst>
+ Test Driven Development <tdd/tdd.rst>
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`
+