diff options
Diffstat (limited to 'index.rst')
-rw-r--r-- | index.rst | 29 |
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` + |